Home
last modified time | relevance | path

Searched refs:path (Results 4476 - 4500 of 6294) sorted by relevance

1...<<171172173174175176177178179180>>...252

/third_party/rust/crates/cxx/gen/build/src/
H A Dtarget.rs3 use std::path::{Path, PathBuf};
/third_party/python/Tools/scripts/
H A Dptags.py37 base = os.path.basename(filename)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help.py7 from os.path import abspath, dirname, join
/third_party/python/Doc/includes/
H A Demail-unpack.py48 with open(os.path.join(args.directory, filename), 'wb') as fp:
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dmakemanaliases.py27 sys.path.insert(0, args.genpath)
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.h50 // 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 DDriver.hpp34 // load attempts to load the vulkan driver from the given path.
36 bool load(const char *path);
/third_party/openssl/include/openssl/
H A Dprovider.h20 /* 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 DSkTypeface_ohos.h30 virtual void onGetFontPath(SkString* path) const override;
/third_party/skia/src/pathops/
H A DSkPathWriter.h16 // Construct the path one contour at a time.
22 SkPathWriter(SkPath& path);
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmac.h182 * 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 Dspirv_fuzz_mutator.h67 void LogErrors(const std::string* path, uint32_t count) const override;
H A Dspirv_opt_mutator.h54 void LogErrors(const std::string* path, uint32_t count) const override;
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand.h40 /// @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 Dgo.py34 go_bin = os.path.join(os.environ['GOPATH'], 'bin')
/third_party/skia/tools/viewer/
H A DMSKPSlide.h18 MSKPSlide(const SkString& name, const SkString& path);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dusprep.h175 * @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 DMagic.h68 /// 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 Dfile.h70 static bool RecursivelyCreateDir(const string& path, int mode);
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_finder.py22 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
/third_party/python/Lib/test/test_tools/
H A Dtest_reindent.py17 script = os.path.join(scriptsdir, 'reindent.py')
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dvalgrind.py15 self._suppressions_file = self.m.path['start_dir'].join(
/third_party/skia/include/core/
H A DSkPathMeasure.h18 /** 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 Dopenat.rs11 tmp.path(), in test_openat_tmpfile()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.hpp33 const std::string& path,

Completed in 10 milliseconds

1...<<171172173174175176177178179180>>...252