/third_party/skia/src/core/ |
H A D | SkEdgeClipper.h | 30 * Clips each segment from the path, and passes the result (in a clipper) to the 33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
|
H A D | SkClipStackDevice.h | 30 void onClipPath(const SkPath& path, SkClipOp, bool aa) override;
|
H A D | SkStroke.h | 66 void strokePath(const SkPath& path, SkPath*) const;
|
/third_party/openssl/include/internal/ |
H A D | dso.h | 30 * the caller has prompted the user for a path to a driver library so the 138 * 'addr' into 'sz' large caller-provided 'path' and returns the number of 140 * negative, 'path' is ignored and required amount of characters [including 145 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | dso.h | 29 * the caller has prompted the user for a path to a driver library so the 137 * 'addr' into 'sz' large caller-provided 'path' and returns the number of 139 * negative, 'path' is ignored and required amount of characters [including 144 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.h | 61 * For Windows, a path/filename may be the short (8.3) version 95 * If there isn't a directory name in the path, it returns an empty string. 96 * @param path the full pathname to inspect. 103 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status);
|
/third_party/python/Doc/tools/extensions/ |
H A D | patchlevel.py | 20 patchlevel_h = os.path.join(srcdir, '..', 'Include', 'patchlevel.h')
|
H A D | asdl_highlight.py | 6 sys.path.append(str(CPYTHON_ROOT / "Parser"))
|
/third_party/skia/third_party/externals/tint/tools/src/match/ |
H A D | match.go | 26 type Test func(path string) bool 28 // New returns a Test function that returns true iff the path matches the
|
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.h | 23 SkottieSlide(const SkString& name, const SkString& path);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | sprpimpl.h | 85 char* path; member
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/ |
H A D | setup.py | 23 if not os.path.exists(source):
|
/third_party/protobuf/python/docs/ |
H A D | make.bat | 20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
/third_party/python/Lib/test/test_importlib/extension/ |
H A D | test_case_sensitivity.py | 19 finder = self.machinery.FileFinder(util.EXTENSIONS.path,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.h | 98 // Find a path from "source" to "dest". If such a path exists, 99 // place the nodes on the path in the array path[], and return 100 // the number of nodes on the path. If the path is longer than 102 // in path[]. The client should compare the return value with 103 // max_path_len" to see when this occurs. If no path exists, return 104 // 0. Any valid path stored in path[] wil [all...] |
/third_party/skia/include/utils/ |
H A D | SkOrderedFontMgr.h | 45 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
|
/third_party/skia/infra/bots/assets/clang_linux/ |
H A D | create.py | 22 # CMake will sometimes barf if we pass it a relative path. 23 target_dir = os.path.abspath(target_dir)
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | long_paths.rs | 7 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in test_long_paths()
|
H A D | futimens.rs | 7 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in test_futimens()
|
H A D | mknodat.rs | 12 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in test_mknodat()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_tree.h | 53 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path);
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | tty.rs | 15 crate::ffi::CString, crate::path::SMALL_PATH_BUFFER_SIZE, alloc::vec::Vec,
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_wrapper.py | 49 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwApi.inl"), src)
|
/third_party/vk-gl-cts/scripts/ |
H A D | update-copyright-year.py | 44 srcFiles.append(os.path.join(root, file))
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuResource.hpp | 79 * \param name Resource path 94 DirArchive (const char* path);
|