/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 54 for path, dirs, files in os.walk(top): 59 file_list.append(os.path.join(path, filename))
|
/third_party/skia/src/core/ |
H A D | SkScanPriv.h | 36 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 D | PathStencilCoverOp.h | 27 // 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 D | File.cpp | 123 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 D | Driver.cpp | 108 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 D | http.h | 44 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 D | gradlew | 130 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 D | utils.py | 135 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 D | gradlew | 115 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 D | gradlew | 114 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 D | gradlew | 110 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 D | gradlew | 114 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 D | SkTypeface_ohos.cpp | 115 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 D | bro.py | 52 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 D | test_compatibilty_files.py | 20 path='some_path', 30 sorted(path.name for path in self.files.iterdir()),
|
/third_party/python/Lib/distutils/command/ |
H A D | build_scripts.py | 24 ('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 D | bdist_dumb.py | 64 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 D | linecache.py | 4 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 D | DWARFLinkerDeclContext.h | 28 /// 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 D | spirv_opt_mutator.cc | 136 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 D | spirv_reduce_mutator.cc | 166 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 D | locresdata.cpp | 45 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 D | modinfo.c | 15 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 D | more.c | 68 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 D | alsa-mixer-path-test.c | 74 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()
|