/external/angle/build/android/gyp/ |
D | jacoco_instr.py | 77 src_root): argument 91 src_root = os.path.abspath(src_root) 95 if abs_source[:len(src_root)] != src_root: 97 (abs_source, src_root)) 99 rel_source = os.path.relpath(abs_source, src_root) 106 data['output_dir'] = src_root
|
/external/cronet/build/android/gyp/ |
D | jacoco_instr.py | 77 src_root): argument 91 src_root = os.path.abspath(src_root) 95 if abs_source[:len(src_root)] != src_root: 97 (abs_source, src_root)) 99 rel_source = os.path.relpath(abs_source, src_root) 106 data['output_dir'] = src_root
|
/external/llvm/utils/lit/tests/ |
D | lit.cfg | 28 src_root = os.path.join(config.test_source_root, '..') 29 config.environment['PYTHONPATH'] = src_root 30 config.substitutions.append(('%{src_root}', src_root)) 32 src_root, 'tests', 'Inputs'))) 34 os.path.join(src_root, 'lit.py'),)))
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_ops_by_policy.cc | 228 LogicalResult VerifyDominanceProperty(unsigned src_root, unsigned dst_root, 234 LogicalResult VerifyValueConstraints(unsigned src_root, unsigned dst_root, 250 unsigned src_root, unsigned dst_root, Operation *insertion_point) { in VerifyDominanceProperty() argument 254 if (root != src_root) continue; in VerifyDominanceProperty() 272 FindRoot(it->getSecond()) == src_root)) in VerifyDominanceProperty() 288 unsigned src_root, unsigned dst_root, const ClusteringPolicySet &policies) { in VerifyValueConstraints() argument 292 return it != member_ids.end() && FindRoot(it->getSecond()) == src_root; in VerifyValueConstraints() 299 if (FindRoot(member.root) == src_root) worklist.emplace_back(op); in VerifyValueConstraints() 303 ValuesConstraintSet constraints = members[src_root].constraints; in VerifyValueConstraints() 312 members[src_root].constraints = constraints; in VerifyValueConstraints() [all …]
|
/external/cronet/net/test/ |
D | test_data_directory.cc | 29 base::FilePath src_root; in GetTestNetDirectory() local 32 base::PathService::Get(base::DIR_SOURCE_ROOT, &src_root); in GetTestNetDirectory() 35 return src_root.Append(kNetRelativePath); in GetTestNetDirectory()
|
/external/autotest/utils/frozen_chromite/lib/ |
D | path_util.py | 121 def _TranslatePath(self, path, src_root, dst_root_input): argument 137 if not path.startswith(os.path.join(src_root, '')) and path != src_root: 142 return os.path.join(dst_root, path[len(src_root):].lstrip(os.path.sep)) 218 for src_root, dst_root in self._chroot_to_host_roots: 219 new_path = self._TranslatePath(path, src_root, dst_root)
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ |
D | Podfile | 20 # Copied from gRPC-Core.podspec, except for the adjusted src_root: 21 src_root = "$(PODS_ROOT)/../#{GRPC_LOCAL_SRC}" 23 'GRPC_SRC_ROOT' => src_root,
|
/external/libchrome/base/test/metrics/ |
D | histogram_enum_reader.cc | 86 FilePath src_root; in ReadEnumFromEnumsXml() local 87 if (!PathService::Get(DIR_SOURCE_ROOT, &src_root)) { in ReadEnumFromEnumsXml() 92 base::FilePath enums_xml = src_root.AppendASCII("tools") in ReadEnumFromEnumsXml()
|
/external/virglrenderer/perf-testing/ |
D | build-dockerimage.sh | 11 src_root="$(realpath ..)" 18 "${src_root}"
|
/external/cronet/base/test/metrics/ |
D | histogram_enum_reader.cc | 87 FilePath src_root; in ReadEnumFromEnumsXml() local 88 if (!PathService::Get(DIR_SOURCE_ROOT, &src_root)) { in ReadEnumFromEnumsXml() 93 base::FilePath enums_xml = src_root.AppendASCII("tools") in ReadEnumFromEnumsXml()
|
/external/cronet/buildtools/third_party/libc++/trunk/utils/ |
D | generate_header_inclusion_tests.py | 10 src_root = os.path.dirname(utils_path) 11 test_path = os.path.join(src_root, 'test', 'libcxx', 'inclusions') 14 return script_name, src_root, test_path
|
D | generate_feature_test_macro_components.py | 11 src_root = os.path.dirname(utils_path) 12 include_path = os.path.join(src_root, 'include') 14 docs_path = os.path.join(src_root, 'docs') 16 macro_test_path = os.path.join(src_root, 'test', 'std', 'language.support', 20 return script_name, src_root, include_path, docs_path, macro_test_path
|
/external/grpc-grpc/src/objective-c/examples/SwiftSample/ |
D | Podfile | 36 # Copied from gRPC-Core.podspec, except for the adjusted src_root: 37 src_root = "$(PODS_ROOT)/../#{GRPC_LOCAL_SRC}" 39 'GRPC_SRC_ROOT' => src_root,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.cc | 249 const Member& src_root) const { in IsEdgeFromCompositeDeviceToPhysicalDevice() 258 src_root.assigned_device_name_, assigned_device_name_) || in IsEdgeFromCompositeDeviceToPhysicalDevice() 260 src_root.resource_device_name_, resource_device_name_) || in IsEdgeFromCompositeDeviceToPhysicalDevice() 262 src_root.requested_device_name_, requested_device_name_)) { in IsEdgeFromCompositeDeviceToPhysicalDevice() 269 const Node& src, const Member& src_root, in EnsureCompatibilityAcrossResourceEdge() argument 272 if (!DeviceNameUtils::AreCompatibleDevNames(src_root.assigned_device_name_, in EnsureCompatibilityAcrossResourceEdge() 277 DeviceNameUtils::ParsedNameToString(src_root.assigned_device_name_), in EnsureCompatibilityAcrossResourceEdge() 284 if (!DeviceNameUtils::AreCompatibleDevNames(src_root.resource_device_name_, in EnsureCompatibilityAcrossResourceEdge() 289 DeviceNameUtils::ParsedNameToString(src_root.resource_device_name_), in EnsureCompatibilityAcrossResourceEdge() 296 if (DeviceNameUtils::AreCompatibleDevNames(src_root.requested_device_name_, in EnsureCompatibilityAcrossResourceEdge() [all …]
|
D | colocation_graph.h | 56 bool IsEdgeFromCompositeDeviceToPhysicalDevice(const Member& src_root) const; 59 const Node& src, const Member& src_root,
|
/external/grpc-grpc/src/objective-c/examples/Sample/ |
D | Podfile | 36 # Copied from gRPC-Core.podspec, except for the adjusted src_root: 37 src_root = "$(PODS_ROOT)/../#{GRPC_LOCAL_SRC}" 39 'GRPC_SRC_ROOT' => src_root,
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | Podfile | 19 # Copied from gRPC-Core.podspec, except for the adjusted src_root: 20 src_root = "$(PODS_ROOT)/../#{GRPC_LOCAL_SRC}" 22 'GRPC_SRC_ROOT' => src_root,
|
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
D | lit.cfg | 30 src_root = os.path.join(config.test_source_root, '..') 31 config.environment['PYTHONPATH'] = src_root
|
/external/autotest/contrib/ |
D | create_tast_categories.sh | 38 readonly src_root="$(realpath "${script_dir}"/../../../..)" 44 "${src_root}/platform/tast-tests/src/chromiumos/tast/${type}/bundles/cros" \
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_module.cc | 271 HeapGraphTracker::SourceRoot src_root; in ParseHeapGraph() local 272 src_root.root_type = context_->storage->InternString(str_view); in ParseHeapGraph() 276 entry, [&src_root](uint64_t value) { in ParseHeapGraph() 277 src_root.object_ids.emplace_back(value); in ParseHeapGraph() 284 heap_graph_tracker->AddRoot(seq_id, upid, ts, std::move(src_root)); in ParseHeapGraph()
|
/external/grpc-grpc/test/cpp/cocoapods/ |
D | Podfile | 38 # Copied from gRPC-Core.podspec, except for the adjusted src_root: 39 src_root = "$(PODS_ROOT)/../#{GRPC_LOCAL_SRC}" 41 'GRPC_SRC_ROOT' => src_root,
|
/external/autotest/server/cros/ |
D | factory_install_test.py | 119 def src_root(self): member in FactoryInstallTest 200 (os.path.join(self.src_root(), _MAKE_FACTORY_PACKAGE_PATH), 223 % (os.path.join(self.src_root(),
|
/external/python/setuptools/setuptools/tests/ |
D | test_config_discovery.py | 403 def _simulate_package_with_data_files(self, tmp_path, src_root): argument 470 def test_include_package_data(self, tmp_path, src_root, files): argument 476 self._simulate_package_with_data_files(tmp_path, src_root) 563 dist.src_root = root
|
/external/cldr/tools/scripts/ |
D | coll2icu.py | 267 (src_root, dest_root) = sys.argv[1:3] 268 src_pattern = os.path.join(src_root, "*.xml")
|
/external/cronet/components/cronet/testing/test_server/ |
D | test_server.cc | 190 base::FilePath src_root; in Start() local 191 CHECK(base::PathService::Get(base::DIR_SOURCE_ROOT, &src_root)); in Start() 192 return StartServeFilesFromDirectory(src_root.Append(kTestDataRelativePath)); in Start()
|