/third_party/spirv-tools/test/scripts/ |
H A D | test_compact_ids.py | 76 paths = sys.argv[1:] 77 if not paths: 84 for path in paths: 90 print('Tested ' + str(len(paths)) + ' files')
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 19 char paths[MAX_FILES][MAX_PATH_LEN]; member 27 return readlink(buf, src.paths[src.cnt++], MAX_PATH_LEN); in set_pathname() 136 CHECK(strncmp(src.paths[i], bss->paths_stat[i], MAX_PATH_LEN), in test_d_path_basic() 139 i, src.paths[i], bss->paths_stat[i]); in test_d_path_basic() 140 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic() 143 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 30 char paths[MAX_FILES][MAX_PATH_LEN]; member 38 return readlink(buf, src.paths[src.cnt++], MAX_PATH_LEN); in set_pathname() 153 CHECK(strncmp(src.paths[i], bss->paths_stat[i], MAX_PATH_LEN), in test_d_path_basic() 156 i, src.paths[i], bss->paths_stat[i]); in test_d_path_basic() 157 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic() 160 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic()
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 76 // Collect the paths to search for a `clang` executable in. in find() 78 let mut paths = vec![]; in find() variables 81 paths.push(path.into()); in find() 86 paths.push(line.into()); in find() 93 paths.push(line.into()); in find() 99 paths.extend(env::split_paths(&path)); in find() 108 for path in &paths { in find() 120 for path in paths { in find() 221 /// Parses the search paths from the output of a `clang` executable if possible. 228 let paths in parse_search_paths() [all...] |
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | FieldMaskTree.java | 95 * also "foo.bar.baz", etc. When adding a field path to the tree, redundant sub-paths will be 125 // Turn the matching node into a leaf node (i.e., remove sub-paths). in addFieldPath() 130 /** Merges all field paths in a FieldMask into this tree. */ 142 * <p>When removing a field path from the tree, all sub-paths will be removed. That is, after 169 /** Removes all field paths in {@code mask} from this tree. */ 185 List<String> paths = new ArrayList<>(); in toFieldMask() 186 getFieldPaths(root, "", paths); in toFieldMask() 187 return FieldMask.newBuilder().addAllPaths(paths).build(); in toFieldMask() 191 * Gathers all field paths in a sub-tree. 193 private void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | fsevents.c | 223 char** paths; in uv__fsevents_event_cb() local 237 paths = eventPaths; in uv__fsevents_event_cb() 253 path = paths[i]; in uv__fsevents_event_cb() 259 /* Filter out paths that are outside handle's request */ in uv__fsevents_event_cb() 334 CFArrayRef paths) { in uv__fsevents_create_stream() 369 paths, in uv__fsevents_create_stream() 409 CFStringRef* paths; in uv__fsevents_reschedule() local 414 paths = NULL; in uv__fsevents_reschedule() 437 /* Create list of all watched paths */ in uv__fsevents_reschedule() 441 paths in uv__fsevents_reschedule() 332 uv__fsevents_create_stream(uv__cf_loop_state_t* state, uv_loop_t* loop, CFArrayRef paths) uv__fsevents_create_stream() argument [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | fsevents.c | 225 char** paths; in uv__fsevents_event_cb() local 239 paths = eventPaths; in uv__fsevents_event_cb() 255 path = paths[i]; in uv__fsevents_event_cb() 261 /* Filter out paths that are outside handle's request */ in uv__fsevents_event_cb() 334 static int uv__fsevents_create_stream(uv_loop_t* loop, CFArrayRef paths) { in uv__fsevents_create_stream() argument 370 paths, in uv__fsevents_create_stream() 417 CFStringRef* paths; in uv__fsevents_reschedule() local 423 paths = NULL; in uv__fsevents_reschedule() 446 /* Create list of all watched paths */ in uv__fsevents_reschedule() 450 paths in uv__fsevents_reschedule() [all...] |
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_writer.h | 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 81 bool AddMixedEntries(Paths paths); 100 // Adds file entries. All the paths should be existing files. 101 bool AddFileEntries(Paths paths); 107 // Adds directory entries. All the paths should be existing directories. If 110 bool AddDirectoryEntries(Paths paths); 121 void Filter(std::vector<base::FilePath>* paths);
|
/third_party/node/deps/zlib/google/ |
H A D | zip_writer.h | 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 81 bool AddMixedEntries(Paths paths); 100 // Adds file entries. All the paths should be existing files. 101 bool AddFileEntries(Paths paths); 107 // Adds directory entries. All the paths should be existing directories. If 110 bool AddDirectoryEntries(Paths paths); 121 void Filter(std::vector<base::FilePath>* paths);
|
/third_party/node/test/common/ |
H A D | tmpdir.js | 59 function resolve(...paths) { 60 return path.resolve(tmpPath, ...paths); 68 function fileURL(...paths) { 70 const fullPath = path.resolve(tmpPath + path.sep, ...paths);
|
/third_party/node/benchmark/path/ |
H A D | join-win32.js | 6 paths: [ 12 function main({ n, paths }) { 13 const args = paths.split('|');
|
H A D | join-posix.js | 6 paths: [ 12 function main({ n, paths }) { 13 const args = paths.split('|');
|
H A D | resolve-win32.js | 6 paths: [ 15 function main({ n, paths }) { 16 const args = paths.split('|');
|
H A D | resolve-posix.js | 6 paths: [ 15 function main({ n, paths }) { 16 const args = paths.split('|');
|
/third_party/node/benchmark/url/ |
H A D | url-resolve.js | 7 const paths = { 17 path: Object.keys(paths), 23 const p = paths[path];
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | FieldMask.php | 12 * `FieldMask` represents a set of symbolic field paths, for example: 13 * paths: "f.a" 14 * paths: "f.b.d" 45 * paths string. 67 * Note that a repeated field is only allowed in the last position of a `paths` 86 * paths: "f.b" 95 * paths: "f.b.d" 125 * In JSON, a field mask is encoded as a single string where paths are 139 * paths: "user.display_name" 140 * paths 179 private $paths; global() variable 217 $this->paths = $arr; global() variable [all...] |
/third_party/skia/gn/ |
H A D | find_msvc.py | 23 # Fall back to vswhere.exe to determine non-standard installation paths 29 paths = subprocess.check_output(command).decode('utf-8').splitlines() 30 if paths: 31 return paths[0] + '\\VC'
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/ |
H A D | main.go | 102 paths, err := glob.Scan(fileutils.ProjectRoot(), cfg) 107 fmt.Printf("Loading %v source files...\n", len(paths)) 108 files, err := loadFiles(paths) 240 // Loads all the files with the given file paths, splitting their content into 242 func loadFiles(paths []string) ([]file, error) { 244 wg.Add(len(paths)) 245 files := make([]file, len(paths)) 246 errs := make([]error, len(paths)) 247 for i, path := range paths {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | undeclaredModuleError.js | 5 function join(...paths: string[]) {} 24 var paths = [];
26 paths[_i] = arguments[_i];
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
H A D | verify_manager_host_impl.cpp | 317 std::vector<std::string> paths; in VerifyAbc() local 318 paths.reserve(names.size()); in VerifyAbc() 320 paths.emplace_back(rootDir + name); in VerifyAbc() 323 return VerifyAbc(paths); in VerifyAbc() 377 void VerifyManagerHostImpl::RemoveTempFiles(const std::vector<std::string> &paths) in RemoveTempFiles() argument 380 for (const auto &path : paths) { in RemoveTempFiles() 471 std::vector<std::string> paths; in Rollback() local 473 paths.emplace_back(rootDir + name); in Rollback() 476 Rollback(paths); in Rollback() 479 void VerifyManagerHostImpl::Rollback(const std::vector<std::string> &paths) in Rollback() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 56 struct rtrs_addr *paths; member 106 pr_err("map_device: too many (> %zu) paths provided\n", in rnbd_clt_parse_map_options() 119 &opt->paths[p_cnt]); in rnbd_clt_parse_map_options() 541 struct rtrs_addr paths[6]; in rnbd_clt_map_device_store() local 545 opt.paths = paths; in rnbd_clt_map_device_store() 550 addrs = kcalloc(ARRAY_SIZE(paths) * 2, sizeof(*addrs), GFP_KERNEL); in rnbd_clt_map_device_store() 554 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store() 555 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store() 556 paths[path_cn in rnbd_clt_map_device_store() [all...] |
/kernel/linux/linux-6.6/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 59 struct rtrs_addr *paths; member 112 pr_err("map_device: too many (> %zu) paths provided\n", in rnbd_clt_parse_map_options() 125 &opt->paths[p_cnt]); in rnbd_clt_parse_map_options() 576 struct rtrs_addr paths[6]; in rnbd_clt_map_device_store() local 580 opt.paths = paths; in rnbd_clt_map_device_store() 586 addrs = kcalloc(ARRAY_SIZE(paths) * 2, sizeof(*addrs), GFP_KERNEL); in rnbd_clt_map_device_store() 590 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store() 591 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store() 592 paths[path_cn in rnbd_clt_map_device_store() [all...] |
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 143 def _find_exe(exe, paths=None): 147 MSVC program search paths from the registry; next, the directories 152 if not paths: 153 paths = os.getenv('path').split(os.pathsep) 154 for p in paths: 226 paths = self._paths.split(os.pathsep) 227 self.cc = _find_exe("cl.exe", paths) 228 self.linker = _find_exe("link.exe", paths) 229 self.lib = _find_exe("lib.exe", paths) 230 self.rc = _find_exe("rc.exe", paths) # resourc [all...] |
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 16 pub paths: OsString, 60 let mut paths = vec![]; in new() variables 68 paths.push(p); in new() 73 paths.push(p); in new() 76 paths: env::join_paths(paths).unwrap(), in new() 92 which::CanonicalPath::new_in(path, Some(f.paths.clone()), f.tempdir.path()) in _which() 99 which::CanonicalPath::all_in(path, Some(f.paths.clone()), f.tempdir.path()) in _which_all() 141 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths)) in test_which_re_in_with_matches() 160 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths)) in test_which_re_in_without_matches() [all...] |
/third_party/skia/experimental/docs/ |
H A D | interpolatorFunctions.js | 58 function interp_paths(value, paths) { 59 assert(isArray(paths)); 60 assert(paths.length == 2); 61 var curves0 = paths[0]; 63 var curves1 = paths[1];
|