/third_party/python/Lib/ |
H A D | symtable.py | 323 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
|
H A D | mimetypes.py | 104 """Guess the type of a file which is either a URL or a path-like object. 378 if os.path.isfile(file):
|
/third_party/python/Lib/test/libregrtest/ |
H A D | cmdline.py | 10 python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]] 326 return os.path.join(os_helper.SAVEDCWD, string)
|
/third_party/python/Lib/idlelib/ |
H A D | help.py | 28 from os.path import abspath, dirname, isfile, join
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.h | 295 void writeFile(const char *path, const void *data, size_t size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 106 // link.exe lowercases a path and converts / to \, so we must do the same. in addInjectedSource() 108 sys::path::native(Name.lower(), VName); in addInjectedSource()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 217 if (!sys::path::has_extension(Name)) in parseOne()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | doctransformer.py | 17 sys.path.insert(0, 'xml') 40 # command/structure. This allows for either OpenXR or Vulkan API path 206 """A transformer that recursively goes over all spec files under a path. 208 The transformer goes over all spec files under a path and does some basic
|
/third_party/skia/src/core/ |
H A D | SkScalerContext.h | 394 /** Sets the passed path to the glyph outline. 395 * If this cannot be done the path is set to empty; 396 * @return false if this glyph does not have any path. 398 virtual bool SK_WARN_UNUSED_RESULT generatePath(SkGlyphID glyphId, SkPath* path) = 0; 420 // if this is set, we draw the image from a path, rather than 424 /** Returns false if the glyph has no path at all. */
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp.py | 21 from os.path import dirname
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microspdy.h | 655 * @param path HTTP path
674 const char *path,
866 * @param certfile path to the certificate that will be used by server
867 * @param keyfile path to the keyfile for the certificate
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_preview.h | 339 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
|
/third_party/openssl/test/ |
H A D | danetest.c | 291 BIO *f, const char *path) in test_tlsafile() 290 test_tlsafile(SSL_CTX *ctx, const char *base_name, BIO *f, const char *path) test_tlsafile() argument
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 13 an optimised path for large data sets; the worst case is finding the 107 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
|
/third_party/python/Lib/test/ |
H A D | test_webbrowser.py | 301 name = os.path.basename(sys.executable).lower()
|
H A D | test_future.py | 23 self.assertEqual(os.path.basename(err.filename), basename + '.py')
|
H A D | test_file.py | 241 size = os.path.getsize(TESTFN)
|
H A D | test_pipes.py | 15 if not (unix_shell and os.path.exists(unix_shell)):
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_textview.py | 178 p = os.path
|
/third_party/skia/third_party/externals/tint/kokoro/windows/ |
H A D | build.bat | 114 rem Add Python3 to path as this Kokoro image only has Python2 in it
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 36 // Reads the file in the given |path|. Returns true and the contents of the 38 std::pair<bool, std::string> ReadFile(const std::string& path);
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 79 // Gets the path of the file we're going to generate (sans the .pb.h 80 // extension). The path will be dependent on the objectivec package 273 bool PROTOC_EXPORT ParseSimpleFile(const string& path,
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | functional.py | 97 fn = os.path.join(td, 'sock')
|
/third_party/skia/third_party/externals/angle2/ |
H A D | PRESUBMIT.py | 305 export_target_script = os.path.join(input_api.PresubmitLocalPath(), 'scripts',
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | main.rs | 12 use std::path::{Path, PathBuf}; 364 for path in dir 371 files.insert(path);
|