/third_party/musl/Benchmark/musl/ |
H A D | libc_stdlib.cpp | 252 // Converts any relative path to an absolute path 257 const char *path = realpathvariable[state.range(0)]; 260 benchmark::DoNotOptimize(realpath(path, resolvedPath));
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_lib.c | 300 int DSO_pathbyaddr(void *addr, char *path, int sz) in DSO_pathbyaddr() argument 308 return (*meth->pathbyaddr) (addr, path, sz); in DSO_pathbyaddr()
|
/third_party/libbpf/src/ |
H A D | zip.c | 198 struct zip_archive *zip_archive_open(const char *path) in zip_archive_open() argument 205 fd = open(path, O_RDONLY | O_CLOEXEC); in zip_archive_open()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 2 import os.path namespace 317 relroot = os.path.abspath(relroot)
|
/third_party/python/Tools/unicode/ |
H A D | genmap_japanese.py | 169 print_autogen(fp, os.path.basename(__file__)) 224 print_autogen(fp, os.path.basename(__file__))
|
/third_party/python/Lib/distutils/ |
H A D | cmd.py | 253 self._ensure_tested_string(option, os.path.isfile, 258 self._ensure_tested_string(option, os.path.isdir,
|
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 447 def spawnv_passfds(path, args, passfds): 454 args, [path], True, passfds, None, None,
|
/third_party/python/Lib/distutils/command/ |
H A D | config.py | 138 prog = os.path.splitext(os.path.basename(src))[0] 170 # XXX need access to the header search path and maybe default macros.
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_register.py | 111 self.assertFalse(os.path.exists(self.rc)) 130 self.assertTrue(os.path.exists(self.rc))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 25 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath() 26 sys::path::append(Path, "." + ProgName + "-history"); in getDefaultHistoryPath()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | syncgenerator.py | 71 dirname = os.path.dirname(filename) 72 if not os.path.exists(dirname):
|
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() argument 143 SkRect ambientBounds = path.getBounds(); in GetLocalBounds()
|
H A D | SkPictureRecord.h | 133 void addPath(const SkPath& path); 219 int addPathToHeap(const SkPath& path); // does not write to ops stream
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 69 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() argument 70 this->clip({ctm, GrShape(path), aa, op}); in clipPath()
|
H A D | Device_v1.h | 114 void drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) override; 165 void onClipPath(const SkPath& path, SkClipOp op, bool aa) override;
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.h | 48 bool tessellate(const SkMatrix& m, const SkPath& path); 230 // return false on failure/degenerate path 231 bool extractFromPath(const SkMatrix& m, const SkPath& path);
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 18 // This class iterates over the stroke geometry defined by a path and stroke. It automatically 23 // StrokeIterator iter(path, stroke); 34 StrokeIterator(const SkPath& path, const SkStrokeRec* stroke, const SkMatrix* viewMatrix) in StrokeIterator() argument 36 SkPathPriv::Iterate it(path); in StrokeIterator() 228 // Implement degenerate square caps as a stroke-width square in path space. in finishOpenContour() 343 // Info and iterators from the original path. 362 // Storage space for geometry that gets defined implicitly by the path, but does not have
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
H A D | main.go | 33 "path/filepath" 56 deqpVkBinary = flag.String("deqp-vk", "deqp-vk", "path to the deqp-vk binary") 57 testList = flag.String("test-list", "vk-master-PASS.txt", "path to a test list file") 60 output = flag.String("output", "results.json", "path to an output JSON results file") 195 path, err := filepath.Abs(filepath.Join(dir, root.ICD.Path)) 200 return path
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cgnomelayout.c | 74 static gchar *prettyTitle(const gchar *path) in prettyTitle() argument 76 const gchar *name = g_basename(path); in prettyTitle()
|
H A D | gnomelayout.cpp | 82 gchar *prettyTitle(const gchar *path) in prettyTitle() argument 84 const gchar *name = g_basename(path); in prettyTitle()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 279 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override { 280 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path);
|
H A D | SkFontMgr_preview.cpp | 158 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromFile(const char path[], int ttcIndex) const in onMakeFromFile() argument 160 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path); in onMakeFromFile()
|
/third_party/skia/tests/ |
H A D | CanvasStateTest.cpp | 83 static void write_image(const SkImage* img, const char path[]) { in write_image() argument 85 SkFILEWStream(path).write(data->data(), data->size()); in write_image()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGraphicStackState.cpp | 132 apply_clip(clipStack, outsetBounds, [wStream](const SkPath& path) { in append_clip() 133 append_clip_path(path, wStream); in append_clip()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | OSWindow.cpp | 464 for (const std::string &path : searchPaths) in FindTestDataPath() 467 pathStream << path << "/" << searchPath; in FindTestDataPath()
|