Home
last modified time | relevance | path

Searched full:all_paths (Results 1 – 23 of 23) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dsource_in_build.py30 # 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)
Dpresubmit_context.py416 all_paths: All files in the tree.
436 all_paths: tuple[Path, ...]
483 'all_paths': (root / 'BUILD.gn', root / 'foo.cc', root / 'foo.py'),
Dpresubmit.py313 all_paths: Sequence[Path],
324 self._all_paths = tuple(all_paths)
484 all_paths=self._all_paths,
705 all_paths=all_files,
Dpigweed_presubmit.py615 all_paths=tuple(),
/external/libbrillo/brillo/dbus/
Dexported_object_manager_test.cc158 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/
Dwebview_app.py77 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/
Dop_profile_builder.cc269 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/
Dcollective_order.cc75 // 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/
Dtest.py52 all_paths = ",\n ".join(sys.path)
58 f"sys.path has {len(sys.path)} items:\n {all_paths}",
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py523 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/
Dverify.h58 bool all_paths);
145 bool all_paths);
/external/tensorflow/third_party/py/
Dpython_configure.bzl110 "all_paths = set(python_paths + library_paths)",
112 "for path in all_paths:",
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl204 "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/
Dpython_configure.bzl204 "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.yml206 changes: &all_paths
230 *all_paths
/external/tensorflow/third_party/gpus/
Drocm_configure.bzl292 all_paths = []
295 all_paths.append(lib_path)
296 return files_exist(repository_ctx, all_paths, bash_bin)
Dcuda_configure.bzl505 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/
Dcheckpoint_management.py662 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/
Dconfigure.py167 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/
Dproject_builder_presubmit_runner.py248 all_paths=tuple(all_files),
264 all_paths=all_files,
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1154 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/
D20.1.0.rst3288 - gitlab-ci: Rename "paths" YAML anchor to "all_paths"
3293 - gitlab-ci: Use all_paths in .test-manual rules
D20.3.0.rst3701 - ci: Run git_archive job if all_paths matches