Home
last modified time | relevance | path

Searched refs:path (Results 7501 - 7525 of 8453) sorted by relevance

1...<<301302303304305306307308309310>>...339

/third_party/python/Lib/
H A Dsymtable.py323 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
H A Dmimetypes.py104 """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 Dcmdline.py10 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 Dhelp.py28 from os.path import abspath, dirname, isfile, join
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.h295 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 DPDBFileBuilder.cpp106 // 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 DCOFFModuleDefinition.cpp217 if (!sys::path::has_extension(Name)) in parseOne()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Ddoctransformer.py17 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 DSkScalerContext.h394 /** 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 Dlibwebp.py21 from os.path import dirname
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h655 * @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 DSkFontMgr_preview.h339 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
/third_party/openssl/test/
H A Ddanetest.c291 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 Dmemchr.S13 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 Dtest_webbrowser.py301 name = os.path.basename(sys.executable).lower()
H A Dtest_future.py23 self.assertEqual(os.path.basename(err.filename), basename + '.py')
H A Dtest_file.py241 size = os.path.getsize(TESTFN)
H A Dtest_pipes.py15 if not (unix_shell and os.path.exists(unix_shell)):
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_textview.py178 p = os.path
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat114 rem Add Python3 to path as this Kokoro image only has Python2 in it
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h36 // 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 Dobjectivec_helpers.h79 // 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 Dfunctional.py97 fn = os.path.join(td, 'sock')
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py305 export_target_script = os.path.join(input_api.PresubmitLocalPath(), 'scripts',
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs12 use std::path::{Path, PathBuf};
364 for path in dir
371 files.insert(path);

Completed in 20 milliseconds

1...<<301302303304305306307308309310>>...339