/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames_test.go | 11 "path/filepath" 26 const fakeNodeBinPath = "/fake/path/to/node/bin" 38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name) 57 const fakeNodeBinPath = "/fake/path/to/node/bin" 58 const fakeCanvasKitPath = "/fake/path/to/canvaskit" 59 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer" 77 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name) 80 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js", 81 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm", 84 "--output", "/fake/path/t [all...] |
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 51 * Holds the path verbs and points. It is versioned by a generation ID. None of its public methods 131 * Concatenates all verbs from 'path' onto the pathRef's verbs array. Increases the point 132 * count by the number of points in 'path', and the conic weight count by the number of 133 * conics in 'path'. 137 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() argument 138 return fPathRef->growForVerbsInPath(path); in growForVerbsInPath() 142 * Resets the path ref to a new verb and point count. The new verbs and points are 150 * Gets the path ref that is wrapped in the Editor. 175 /** Return the next verb in this iteration of the path. When all 178 If any point in the path i [all...] |
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps_test.go | 11 "path/filepath" 26 const fakeNodeBinPath = "/fake/path/to/node/bin" 39 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name) 62 const fakeNodeBinPath = "/fake/path/to/node/bin" 63 const fakeCanvasKitPath = "/fake/path/to/canvaskit" 64 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer" 82 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name) 85 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js", 86 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm", 89 "--output", "/fake/path/t [all...] |
/third_party/rust/crates/version_check/src/ |
H A D | lib.rs | 3 //! with `--version`. The path to the compiler is determined first via the 435 use std::path::Path; in read_static() 439 let path = Path::new(STATIC_PATH) in read_static() 444 let file = File::open(path).unwrap(); in read_static()
|
/third_party/selinux/libselinux/src/ |
H A D | label.c | 147 char *path = NULL; in selabel_fini() local 149 path = rec->spec_file[0]; in selabel_fini() 151 if (compat_validate(rec, lr, path, lr->lineno)) in selabel_fini()
|
H A D | selinux_config.c | 283 int selinux_set_policy_root(const char *path) in selinux_set_policy_root() argument 286 char *policy_type = strrchr(path, '/'); in selinux_set_policy_root() 295 selinux_policyroot = strdup(path); in selinux_set_policy_root()
|
/third_party/rust/crates/serde/serde/src/ |
H A D | lib.rs | 251 pub use std::path::{Path, PathBuf}; 310 #[path = "private/mod.rs"] 313 #[path = "de/seed.rs"]
|
/third_party/skia/buildtools/checkdeps/ |
H A D | graphdeps.py | 56 base_directory: OS-compatible path to root of checkout, e.g. C:\chr\src. 158 parent_src = os.path.dirname(src) 162 parent_src = os.path.dirname(parent_src) 168 parent_src = os.path.dirname(src)
|
/third_party/rust/crates/rustix/tests/path/ |
H A D | arg.rs | 3 use rustix::path::Arg; 5 use rustix::path::DecInt; 8 use std::path::{Component, Components, Iter, Path, PathBuf};
|
/third_party/rust/crates/unicode-width/scripts/ |
H A D | unicode.py | 68 if not os.path.exists(os.path.basename(filename)): 330 if os.path.exists(out_name):
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc_config_local_template.py | 17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-multipath.h | 29 int path; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | sar.h | 14 u8 path; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-multipath.h | 29 int path; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc_config_local_template.py | 17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
|
/test/xts/acts/commonlibrary/toolchain/libc-test/include/ |
H A D | runtest.h | 24 static std::vector<std::string> GetFileNames(std::string path);
|
/third_party/NuttX/include/nuttx/fs/ |
H A D | file.h | 85 * @brief get the path by a given file fd. 88 * The function is used for getting the path by a given file fd. 96 * @param path [IN] Type #char ** address of the location to return the path reference. 98 * @retval #0 get path success 99 * @retval #~0 get path failed 108 extern int get_path_from_fd(int fd, char **path);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_imul.py | 38 parser.add_argument('-p', '--import-path', required=True) 40 sys.path.insert(0, args.import_path)
|
H A D | ir3_nir_trig.py | 34 parser.add_argument('-p', '--import-path', required=True) 36 sys.path.insert(0, args.import_path)
|
/third_party/libwebsockets/lib/secure-streams/plugins/ssp-h1url/ |
H A D | h1url.c | 28 ssp_h1url_munge(struct lws_ss_handle *ss, char *path, size_t path_len) in ssp_h1url_munge() argument
|
/third_party/ltp/include/old/ |
H A D | old_device.h | 43 * Returns path to the device or NULL if it cannot be created. 67 * @dev: device path returned by the tst_acquire_device() 74 * @dev: device path returned by the tst_acquire_loop_device() 80 * @path: Path to umount 82 int tst_umount(const char *path);
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | zink_nir_algebraic.py | 33 parser.add_argument('-p', '--import-path', required=True) 35 sys.path.insert(0, args.import_path)
|
/third_party/node/test/parallel/ |
H A D | test-errors-systemerror-frozen-intrinsics.js | 14 path: '/str',
|
H A D | test-errors-systemerror-stackTraceLimit-deleted.js | 16 path: '/str',
|
H A D | test-http-agent-false.js | 32 path: '/',
|