Searched refs:all_paths (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/ |
D | .gitlab-ci.yml | 126 - changes: &all_paths 164 - changes: *all_paths 460 - changes: *all_paths 517 - changes: *all_paths
|
/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/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/llvm-project/libcxx/utils/libcxx/ |
D | graph.py | 273 all_paths = {} 277 all_paths[n] = [n] 280 assert n in all_paths 284 new_path = list(all_paths[n]) 286 all_paths[en] = new_path 289 all_cycles += [all_paths[n]]
|
/external/tensorflow/tensorflow/core/graph/ |
D | collective_order.cc | 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/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 661 all_paths = recovered_state.all_model_checkpoint_paths 664 all_timestamps = [self._last_preserved_timestamp] * len(all_paths) 666 for filename, timestamp in zip(all_paths, all_timestamps):
|
/external/tensorflow/ |
D | configure.py | 186 all_paths = set(python_paths + library_paths) 188 all_paths = sorted(all_paths) 191 for path in 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/grpc-grpc/third_party/py/ |
D | python_configure.bzl | 185 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" + 186 "for path in all_paths:\n" + " if os.path.isdir(path):\n" +
|
/external/rust/crates/grpcio-sys/grpc/third_party/py/ |
D | python_configure.bzl | 206 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" + 207 "for path in all_paths:\n" + " if os.path.isdir(path):\n" +
|
/external/tensorflow/third_party/gpus/ |
D | rocm_configure.bzl | 288 all_paths = [] 291 all_paths.append(lib_path) 292 return files_exist(repository_ctx, all_paths, bash_bin)
|
D | cuda_configure.bzl | 500 all_paths = [path for path, _ in libs] 505 if all_paths != checked_paths: 506 …re_fail("Error with installed CUDA libs. Expected '%s'. Actual '%s'." % (all_paths, checked_paths))
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1545 def _join_paths_with_drive_support(self, *all_paths): argument 1548 base_path = all_paths[0] 1549 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
|