Home
last modified time | relevance | path

Searched refs:path (Results 6476 - 6500 of 8433) sorted by relevance

1...<<251252253254255256257258259260>>...338

/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp252 // 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 Ddso_lib.c300 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 Dzip.c198 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 Dinfo.py2 import os.path namespace
317 relroot = os.path.abspath(relroot)
/third_party/python/Tools/unicode/
H A Dgenmap_japanese.py169 print_autogen(fp, os.path.basename(__file__))
224 print_autogen(fp, os.path.basename(__file__))
/third_party/python/Lib/distutils/
H A Dcmd.py253 self._ensure_tested_string(option, os.path.isfile,
258 self._ensure_tested_string(option, os.path.isdir,
/third_party/python/Lib/multiprocessing/
H A Dutil.py447 def spawnv_passfds(path, args, passfds):
454 args, [path], True, passfds, None, None,
/third_party/python/Lib/distutils/command/
H A Dconfig.py138 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 Dtest_register.py111 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 DLineEditor.cpp25 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 Dsyncgenerator.py71 dirname = os.path.dirname(filename)
72 if not os.path.exists(dirname):
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() argument
143 SkRect ambientBounds = path.getBounds(); in GetLocalBounds()
H A DSkPictureRecord.h133 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 DClipStack.h69 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 DDevice_v1.h114 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 DGrAAConvexTessellator.h48 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 DStrokeIterator.h18 // 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 Dmain.go33 "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 Dcgnomelayout.c74 static gchar *prettyTitle(const gchar *path) in prettyTitle() argument
76 const gchar *name = g_basename(path); in prettyTitle()
H A Dgnomelayout.cpp82 gchar *prettyTitle(const gchar *path) in prettyTitle() argument
84 const gchar *name = g_basename(path); in prettyTitle()
/third_party/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp279 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override {
280 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path);
H A DSkFontMgr_preview.cpp158 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 DCanvasStateTest.cpp83 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 DSkPDFGraphicStackState.cpp132 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 DOSWindow.cpp464 for (const std::string &path : searchPaths) in FindTestDataPath()
467 pathStream << path << "/" << searchPath; in FindTestDataPath()

Completed in 17 milliseconds

1...<<251252253254255256257258259260>>...338