/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 15 from os.path import dirname, join, exists, sep
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_text_file.py | 55 filename = os.path.join(tmpdir, "test.txt")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 27 llvm::sys::path::append(Storage, Locations[Index].Dir, in getSourceFile()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTestPackages.hpp | 41 void init(tcu::TestCase* testCase, const std::string& path);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | insertTags.py | 87 pageName = baseDir + '/' + os.path.basename(specFile)
|
/third_party/skia/src/core/ |
H A D | SkTypeface_remote.cpp | 50 bool SkScalerContextProxy::generatePath(SkGlyphID glyphID, SkPath* path) { in generatePath() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.hpp | 53 std::string path; member in sw::Configurator
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Configurator.hpp | 53 std::string path; member in sw::Configurator
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.h | 67 * strAlias is an alias to a full or relative path to a FILE. This function 73 * @param strAlias alias to full path string 134 char * convertToNativePathSeparators(char *path);
|
/third_party/skia/src/utils/ |
H A D | SkOrderedFontMgr.cpp | 94 sk_sp<SkTypeface> SkOrderedFontMgr::onMakeFromFile(const char path[], int ttcIndex) const { in onMakeFromFile() argument
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.h | 34 void drawPath(const SkPath& path,
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.h | 50 bool generatePath(SkGlyphID glyph, SkPath* path) override;
|
H A D | SkScalerContext_win_dw.h | 33 bool generatePath(SkGlyphID glyph, SkPath* path) override;
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils.h | 43 // Creates a temporary file. The full path is placed in |tempFileNameOut|, and the 52 bool DeleteSystemFile(const char *path);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-arabic-joining-list.py | 10 import os.path, sys namespace
|
/third_party/python/Include/ |
H A D | import.h | 72 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path); variable
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist.py | 98 self.bdist_base = os.path.join(build_base,
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_reduce_mutator.h | 62 void LogErrors(const std::string* path, uint32_t count) const override;
|
/third_party/skia/tools/debugger/ |
H A D | JsonWriteBuffer.h | 45 void writePath(const SkPath& path) override;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | resbund.h | 490 void constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | augmentExportEquals5.js | 22 route(path: string): IRoute; 69 /// <reference path="express.d.ts"/>
|
/third_party/python/Lib/test/test_json/ |
H A D | __init__.py | 57 pkg_dir = os.path.dirname(__file__)
|
/third_party/protobuf/python/google/protobuf/ |
H A D | proto_builder.py | 120 file_proto.name = os.path.join(package.replace('.', '/'), proto_file_name)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_macholib.py | 18 # return os.path.realpath(dyld_find(dylib)) 42 return os.path.realpath(dyld_find(dylib)) 68 # Issue #21093: dyld default search path includes $HOME/lib and 71 # of the path.
|
/third_party/rust/crates/clap/examples/ |
H A D | typed-derive.rs | 14 include: Option<std::path::PathBuf>,
|