Searched refs:path (Results 5626 - 5650 of 8433) sorted by relevance
1...<<221222223224225226227228229230>>...338
/third_party/python/Tools/unicode/ |
H A D | gencjkcodecs.py | 63 codecpath = os.path.join(prefix, enc + '.py')
|
/third_party/python/Lib/distutils/tests/ |
H A D | __init__.py | 22 here = os.path.dirname(__file__) or os.curdir
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/video/ |
H A D | frame_checksums.py | 66 file_size = os.path.getsize(yuv_filename)
|
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.h | 26 typedef void (*CapProc)(SkPath* path,
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.h | 23 bool FixWinding(SkPath* path);
|
/third_party/openssl/crypto/dso/ |
H A D | dso_local.h | 104 int (*pathbyaddr) (void *addr, char *path, int sz);
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | test_data_generator_xml.py | 36 self.destination + os.path.basename(font_path)) + '.xml'
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator.h | 93 /// @param path - the directory to which the errors are printed to. No files 94 /// are created if the `path` is nullptr. 97 virtual void LogErrors(const std::string* path, uint32_t count) const = 0;
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_utils.h | 22 /** Reads the file at the given path and returns its complete contents as an 31 /** Writes the bitmap as a PNG to the path specified. */ 32 bool write_bitmap(const SkString& path, const SkBitmap& bitmap);
|
/third_party/skia/tools/skp/ |
H A D | generate_page_set.py | 37 page_set_path = os.path.join(PAGE_SET_DIR, page_set_name)
|
/third_party/skia/tools/viewer/ |
H A D | SKPSlide.h | 16 SKPSlide(const SkString& name, const SkString& path);
|
H A D | SkRiveSlide.h | 19 SkRiveSlide(const SkString& name, const SkString& path);
|
H A D | SvgSlide.h | 17 SvgSlide(const SkString& name, const SkString& path);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | putil.h | 59 * #define ICU_DATA_DIR "path" 112 U_CAPI void U_EXPORT2 u_setTimeZoneFilesDirectory(const char *path, UErrorCode *status); 118 * Filesystem file and path separator characters.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitPathMappingMonorepo2.js | 20 export function createSvgIcon(path: string, displayName: string): typeof SvgIcon;
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_gprof2html.py | 27 fn = os.path.join(tmpdir, 'abc')
|
H A D | test_pdeps.py | 21 fn = os.path.join(tmpdir, 'foo')
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | field_mask_utility.h | 52 // Applies a 'converter' to each segment of a FieldMask path and returns the 53 // result. Quoted strings in the 'path' are copied to the output as-is without 56 std::string ConvertFieldMaskPath(const StringPiece path, 62 // resulting path.
|
/third_party/python/Lib/unittest/test/ |
H A D | __init__.py | 6 here = os.path.dirname(__file__)
|
/third_party/python/Lib/test/test_importlib/extension/ |
H A D | test_path_hook.py | 10 """Test the path hook for extension modules.""" 22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
|
/third_party/skia/infra/bots/recipe_modules/infra/ |
H A D | api.py | 29 'PATH': self.m.path.pathsep.join([
|
/third_party/skia/infra/bots/assets/android_sdk_linux/ |
H A D | create.py | 32 dst = os.path.join(target_dir, 'android-sdk')
|
/third_party/skia/gn/ |
H A D | run_sksllex.py | 24 if not os.path.isfile(clangFormat + exeSuffix):
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_stat.rs | 22 chflags(f.path(), commanded).unwrap(); in test_chflags()
|
/third_party/skia/dm/ |
H A D | DMJsonWriter.h | 52 * Read JSON file at path written by DumpJson, calling callback for each 55 static bool ReadJson(const char* path, void(*callback)(BitmapResult));
|
Completed in 13 milliseconds
1...<<221222223224225226227228229230>>...338