Searched refs:path (Results 4476 - 4500 of 6294) sorted by relevance
1...<<171172173174175176177178179180>>...252
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | target.rs | 3 use std::path::{Path, PathBuf};
|
/third_party/python/Tools/scripts/ |
H A D | ptags.py | 37 base = os.path.basename(filename)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help.py | 7 from os.path import abspath, dirname, join
|
/third_party/python/Doc/includes/ |
H A D | email-unpack.py | 48 with open(os.path.join(args.directory, filename), 'wb') as fp:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | makemanaliases.py | 27 sys.path.insert(0, args.genpath)
|
/third_party/skia/src/gpu/v1/ |
H A D | StencilMaskHelper.h | 50 // Draw a single filled path into the stencil clip with the specified op 51 bool drawPath(const SkPath& path, const SkMatrix& matrix, SkRegion::Op, GrAA);
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Driver.hpp | 34 // load attempts to load the vulkan driver from the given path. 36 bool load(const char *path);
|
/third_party/openssl/include/openssl/ |
H A D | provider.h | 20 /* Set the default provider search path */ 21 int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *, const char *path);
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkTypeface_ohos.h | 30 virtual void onGetFontPath(SkString* path) const override;
|
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.h | 16 // Construct the path one contour at a time. 22 SkPathWriter(SkPath& path);
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftmac.h | 182 * path :: 187 * Lengths of the buffer `path` that client allocated. 197 UInt8* path, 232 * accepts an FSSpec instead of a path. 271 * an FSRef instead of a path.
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_fuzz_mutator.h | 67 void LogErrors(const std::string* path, uint32_t count) const override;
|
H A D | spirv_opt_mutator.h | 54 void LogErrors(const std::string* path, uint32_t count) const override;
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command.h | 40 /// @param path path to the executable 41 explicit Command(const std::string& path); 51 /// @return true if the executable exists at the path provided to the 55 /// @returns the path of the command
|
/third_party/skia/tools/infra/ |
H A D | go.py | 34 go_bin = os.path.join(os.environ['GOPATH'], 'bin')
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.h | 18 MSKPSlide(const SkString& name, const SkString& path);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | usprep.h | 175 * @param path string containing the full path pointing to the directory 188 usprep_open(const char* path,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 68 /// Get and identify \a path's type based on its content. 70 /// @param path Input path. 74 std::error_code identify_magic(const Twine &path, file_magic &result);
|
/third_party/protobuf/src/google/protobuf/testing/ |
H A D | file.h | 70 static bool RecursivelyCreateDir(const string& path, int mode);
|
/third_party/python/Lib/test/test_importlib/extension/ |
H A D | test_finder.py | 22 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_reindent.py | 17 script = os.path.join(scriptsdir, 'reindent.py')
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | valgrind.py | 15 self._suppressions_file = self.m.path['start_dir'].join(
|
/third_party/skia/include/core/ |
H A D | SkPathMeasure.h | 18 /** Initialize the pathmeasure with the specified path. The parts of the path that are needed 19 * are copied, so the client is free to modify/delete the path after this call. 24 SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale = 1); 27 /** Reset the pathmeasure with the specified path. The parts of the path that are needed 28 * are copied, so the client is free to modify/delete the path after this call.. 32 /** Return the total length of the current contour, or 0 if no path 39 Returns false if there is no path, or a zero-length path wa [all...] |
/third_party/rust/crates/rustix/tests/fs/ |
H A D | openat.rs | 11 tmp.path(), in test_openat_tmpfile()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksCacheBuilder.hpp | 33 const std::string& path,
|
Completed in 10 milliseconds
1...<<171172173174175176177178179180>>...252