Home
last modified time | relevance | path

Searched refs:path (Results 4901 - 4925 of 12455) sorted by relevance

1...<<191192193194195196197198199200>>...499

/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py54 for path, dirs, files in os.walk(top):
59 file_list.append(os.path.join(path, filename))
/third_party/skia/src/core/
H A DSkScanPriv.h36 void sk_fill_path(const SkPath& path, const SkIRect& clipRect,
83 // Check if the path is a rect and fat enough after clipping; if so, blit it.
84 static inline bool TryBlitFatAntiRect(SkBlitter* blitter, const SkPath& path, const SkIRect& clip) { in TryBlitFatAntiRect() argument
86 if (!path.isRect(&rect)) { in TryBlitFatAntiRect()
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.h27 // If the path is inverse filled, drawBounds must be the entire backing store dimensions of the
31 const SkPath& path, in PathStencilCoverOp()
37 , fPathDrawList(arena->make<PathDrawList>(viewMatrix, path, SK_PMColor4fTRANSPARENT)) in PathStencilCoverOp()
38 , fTotalCombinedPathVerbCnt(path.countVerbs()) in PathStencilCoverOp()
29 PathStencilCoverOp(SkArenaAlloc* arena, const SkMatrix& viewMatrix, const SkPath& path, GrPaint&& paint, GrAAType aaType, FillPathFlags pathFlags, const SkRect& drawBounds) PathStencilCoverOp() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DFile.cpp123 std::shared_ptr<File> File::createPhysical(ID id, std::string path) in createPhysical() argument
125 auto pathstr = path; in createPhysical()
133 return std::make_shared<PhysicalFile>(id, "", std::move(path)); in createPhysical()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp108 bool Driver::load(const char *path) in load() argument
111 dll = LoadLibraryA(path); in load()
113 dll = dlopen(path, RTLD_LAZY | RTLD_LOCAL); in load()
/third_party/openssl/include/openssl/
H A Dhttp.h44 const char *path);
72 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
86 const char *path, int use_ssl,
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew130 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
153 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dutils.py135 path = "%s/%s" % (dir_for(file), file.filename)
136 dirs.add(path[:path.rfind("/")])
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/src/ports/skia_ohos/
H A DSkTypeface_ohos.cpp115 void SkTypeface_OHOS::onGetFontPath(SkString* path) const in onGetFontPath()
117 if (path == nullptr) { in onGetFontPath()
121 *path = fontInfo->fname; in onGetFontPath()
/third_party/skia/third_party/externals/brotli/python/
H A Dbro.py52 prog=os.path.basename(__file__), description=__doc__)
123 if not os.path.isfile(options.infile):
135 if os.path.isfile(options.outfile) and not options.force:
/third_party/python/Lib/test/test_importlib/
H A Dtest_compatibilty_files.py20 path='some_path',
30 sorted(path.name for path in self.files.iterdir()),
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py24 ('executable=', 'e', "specify final destination interpreter path"),
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
102 executable = os.path.join(
H A Dbdist_dumb.py64 self.bdist_dir = os.path.join(bdist_base, 'dumb')
96 pseudoinstall_root = os.path.join(self.dist_dir, archive_basename)
108 archive_root = os.path.join(self.bdist_dir,
/third_party/python/Lib/
H A Dlinecache.py4 is not found, it will look down the module search path for a file by
117 # Try looking through the module search path, which is only useful
119 if os.path.isabs(filename):
122 for dirname in sys.path:
124 fullname = os.path.join(dirname, basename)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h28 /// resolve different files under the same path.
31 /// Resolve a path by calling realpath and cache its result. The returned
34 StringRef FileName = sys::path::filename(Path); in resolve()
35 SmallString<256> ParentPath = sys::path::parent_path(Path); in resolve()
45 // Join the file name again with the resolved path. in resolve()
47 sys::path::append(ResolvedPath, FileName); in resolve()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_opt_mutator.cc136 void SpirvOptMutator::LogErrors(const std::string* path, uint32_t count) const { in LogErrors() argument
142 if (path) { in LogErrors()
143 auto prefix = *path + std::to_string(count); in LogErrors()
H A Dspirv_reduce_mutator.cc166 void SpirvReduceMutator::LogErrors(const std::string* path, in LogErrors() argument
173 if (path) { in LogErrors()
174 auto prefix = *path + std::to_string(count); in LogErrors()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocresdata.cpp45 uloc_getTableStringWithFallback(const char *path, const char *locale, in uloc_getTableStringWithFallback() argument
61 icu::LocalUResourceBundlePointer rb(ures_open(path, locale, &errorCode)); in uloc_getTableStringWithFallback()
137 rb.adoptInstead(ures_open(path, explicitFallbackName, &errorCode)); in uloc_getTableStringWithFallback()
/third_party/toybox/toys/other/
H A Dmodinfo.c15 Display module fields for modules specified by name or .ko path.
127 char *path = xmprintf("%s/lib/modules/%s", TT.b, TT.k); in modinfo_main() local
130 dirtree_read(path, check_module); in modinfo_main()
132 free(path); in modinfo_main()
/third_party/toybox/toys/pending/
H A Dmore.c68 static int more_directory(char *path, struct stat *st) in more_directory() argument
70 if (!stat(path, st) && S_ISDIR(st->st_mode)) { in more_directory()
71 printf("\n*** %s: directory ***\n\n", path); in more_directory()
/third_party/pulseaudio/src/tests/
H A Dalsa-mixer-path-test.c74 pa_alsa_path *path; in START_TEST()
80 path = pa_alsa_path_new(pathsdir, ent->d_name, PA_ALSA_DIRECTION_ANY); in START_TEST()
81 fail_unless(path != NULL); in START_TEST()
107 s = suite_create("Alsa-mixer-path"); in main()
108 tc = tcase_create("alsa-mixer-path"); in main()

Completed in 12 milliseconds

1...<<191192193194195196197198199200>>...499