| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | source_in_build.py | 30 # whether the check should be run. Once it's running, we use ctx.all_paths 32 # not just changed files, but we need to run ctx.all_paths through the same 56 paths = source_filter.filter(ctx.all_paths) 103 paths = source_filter.filter(ctx.all_paths) 150 paths = source_filter.filter(ctx.all_paths)
|
| D | presubmit_context.py | 416 all_paths: All files in the tree. 436 all_paths: tuple[Path, ...] 483 'all_paths': (root / 'BUILD.gn', root / 'foo.cc', root / 'foo.py'),
|
| D | presubmit.py | 313 all_paths: Sequence[Path], 324 self._all_paths = tuple(all_paths) 484 all_paths=self._all_paths, 705 all_paths=all_files,
|
| D | pigweed_presubmit.py | 615 all_paths=tuple(),
|
| /external/libbrillo/brillo/dbus/ |
| D | exported_object_manager_test.cc | 158 dbus::MessageReader all_paths(nullptr); in TEST_F() local 159 ASSERT_TRUE(reader.PopArray(&all_paths)); in TEST_F() 172 dbus::MessageReader all_paths(nullptr); in TEST_F() local 176 ASSERT_TRUE(reader.PopArray(&all_paths)); in TEST_F() 177 ASSERT_TRUE(all_paths.PopDictEntry(&each_path)); in TEST_F() 188 EXPECT_FALSE(all_paths.HasMoreData()); in TEST_F()
|
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| D | webview_app.py | 77 all_paths = device.GetApplicationPaths(package_name) 78 system_paths = _FilterPaths(all_paths, True) 79 non_system_paths = _FilterPaths(all_paths, False) 131 all_paths = device.GetApplicationPaths(package_name) 132 user_paths = _FilterPaths(all_paths, False)
|
| /external/tensorflow/tensorflow/core/profiler/convert/ |
| D | op_profile_builder.cc | 269 std::vector<Node*> all_paths = {root_}; in AddOp() local 273 all_paths.push_back(leaf); in AddOp() 278 all_paths.push_back(program->node); in AddOp() 282 all_paths.push_back(category->node); in AddOp() 288 all_paths.push_back(deduplicated_node); in AddOp() 292 all_paths.push_back(leaf); in AddOp() 295 for (auto* node : all_paths) { in AddOp()
|
| /external/tensorflow/tensorflow/core/graph/ |
| D | collective_order.cc | 75 // If there exists some path a -> ... -> b then `all_paths[a]` contains `b` in CreateControlDependencies() 76 absl::flat_hash_map<Node*, absl::flat_hash_set<Node*>> all_paths; in CreateControlDependencies() local 106 auto& src_paths = all_paths[src_node]; in CreateControlDependencies() 108 for (Node* downstream_node : all_paths[dst_node]) { in CreateControlDependencies() 129 auto& n1_paths = all_paths[n1]; in CreateControlDependencies()
|
| /external/bazelbuild-rules_python/examples/bzlmod/ |
| D | test.py | 52 all_paths = ",\n ".join(sys.path) 58 f"sys.path has {len(sys.path)} items:\n {all_paths}",
|
| /external/tensorflow/tensorflow/python/ops/structured/ |
| D | structured_array_ops.py | 523 all_paths = {()} 527 all_paths = all_paths.union([(k,) + p for p in _get_all_paths(v)]) 529 all_paths.add((k,)) 530 return all_paths
|
| /external/boringssl/src/include/openssl/pki/ |
| D | verify.h | 58 bool all_paths); 145 bool all_paths);
|
| /external/tensorflow/third_party/py/ |
| D | python_configure.bzl | 110 "all_paths = set(python_paths + library_paths)", 112 "for path in all_paths:",
|
| /external/rust/crates/grpcio-sys/grpc/third_party/py/ |
| D | python_configure.bzl | 204 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" + 205 "for path in all_paths:\n" + " if os.path.isdir(path):\n" +
|
| /external/grpc-grpc/third_party/py/ |
| D | python_configure.bzl | 204 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" + 205 "for path in all_paths:\n" + " if os.path.isdir(path):\n" +
|
| /external/mesa3d/ |
| D | .gitlab-ci.yml | 206 changes: &all_paths 230 *all_paths
|
| /external/tensorflow/third_party/gpus/ |
| D | rocm_configure.bzl | 292 all_paths = [] 295 all_paths.append(lib_path) 296 return files_exist(repository_ctx, all_paths, bash_bin)
|
| D | cuda_configure.bzl | 505 all_paths = [path for path, _ in libs] 510 if all_paths != checked_paths: 511 …re_fail("Error with installed CUDA libs. Expected '%s'. Actual '%s'." % (all_paths, checked_paths))
|
| /external/tensorflow/tensorflow/python/checkpoint/ |
| D | checkpoint_management.py | 662 all_paths = recovered_state.all_model_checkpoint_paths 665 all_timestamps = [self._last_preserved_timestamp] * len(all_paths) 667 for filename, timestamp in zip(all_paths, all_timestamps):
|
| /external/tensorflow/ |
| D | configure.py | 167 all_paths = set(python_paths + library_paths) 169 all_paths = sorted(all_paths) 172 for path in all_paths:
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | project_builder_presubmit_runner.py | 248 all_paths=tuple(all_files), 264 all_paths=all_files,
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 1154 def _join_paths_with_drive_support(self, *all_paths: AnyStr) -> AnyStr: 1157 base_path = all_paths[0] 1158 paths_to_add = all_paths[1:]
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.1.0.rst | 3288 - gitlab-ci: Rename "paths" YAML anchor to "all_paths" 3293 - gitlab-ci: Use all_paths in .test-manual rules
|
| D | 20.3.0.rst | 3701 - ci: Run git_archive job if all_paths matches
|