Home
last modified time | relevance | path

Searched refs:src_root (Results 1 – 25 of 38) sorted by relevance

12

/external/cronet/tot/build/android/gyp/
Djacoco_instr.py77 def _CreateSourcesJsonFile(source_dirs, input_path, sources_json_file, src_root, argument
94 src_root = os.path.abspath(src_root)
98 if abs_source[:len(src_root)] != src_root:
100 (abs_source, src_root))
102 rel_source = os.path.relpath(abs_source, src_root)
109 build_dir = os.path.join(src_root, root_build_dir[2:])
/external/angle/build/android/gyp/
Djacoco_instr.py77 def _CreateSourcesJsonFile(source_dirs, input_path, sources_json_file, src_root, argument
94 src_root = os.path.abspath(src_root)
98 if abs_source[:len(src_root)] != src_root:
100 (abs_source, src_root))
102 rel_source = os.path.relpath(abs_source, src_root)
109 build_dir = os.path.join(src_root, root_build_dir[2:])
/external/cronet/stable/build/android/gyp/
Djacoco_instr.py77 def _CreateSourcesJsonFile(source_dirs, input_path, sources_json_file, src_root, argument
94 src_root = os.path.abspath(src_root)
98 if abs_source[:len(src_root)] != src_root:
100 (abs_source, src_root))
102 rel_source = os.path.relpath(abs_source, src_root)
109 build_dir = os.path.join(src_root, root_build_dir[2:])
/external/llvm/utils/lit/tests/
Dlit.cfg28 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/cronet/tot/third_party/anonymous_tokens/
Dtestdata_utils_impl.cc32 base::FilePath src_root; in GetTestdataPathImpl() local
35 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in GetTestdataPathImpl()
37 return src_root.Append(kTestdataPath).MaybeAsASCII(); in GetTestdataPathImpl()
/external/cronet/stable/third_party/anonymous_tokens/
Dtestdata_utils_impl.cc32 base::FilePath src_root; in GetTestdataPathImpl() local
35 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in GetTestdataPathImpl()
37 return src_root.Append(kTestdataPath).MaybeAsASCII(); in GetTestdataPathImpl()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy.cc228 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/tot/net/test/
Dtest_data_directory.cc29 base::FilePath src_root; in GetTestNetDirectory() local
32 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in GetTestNetDirectory()
35 return src_root.Append(kNetRelativePath); in GetTestNetDirectory()
/external/cronet/stable/net/test/
Dtest_data_directory.cc29 base::FilePath src_root; in GetTestNetDirectory() local
32 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in GetTestNetDirectory()
35 return src_root.Append(kNetRelativePath); in GetTestNetDirectory()
/external/autotest/utils/frozen_chromite/lib/
Dpath_util.py121 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/virglrenderer/perf-testing/
Dbuild-dockerimage.sh11 src_root="$(realpath ..)"
18 "${src_root}"
/external/libchrome/base/test/metrics/
Dhistogram_enum_reader.cc86 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/cronet/tot/net/cert/internal/
Dtest_helpers.cc114 base::FilePath src_root; in ReadTestFileToString() local
115 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in ReadTestFileToString()
116 base::FilePath filepath = src_root.AppendASCII(file_path_ascii); in ReadTestFileToString()
/external/cronet/stable/base/test/metrics/
Dhistogram_variants_reader.cc88 base::FilePath src_root; in ReadVariantsFromHistogramsXml() local
89 if (!base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadVariantsFromHistogramsXml()
95 src_root.AppendASCII("tools").AppendASCII("metrics").AppendASCII( in ReadVariantsFromHistogramsXml()
Daction_suffix_reader.cc164 FilePath src_root; in ReadActionSuffixesForAction() local
165 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadActionSuffixesForAction()
170 const FilePath path = src_root.AppendASCII("tools") in ReadActionSuffixesForAction()
Dhistogram_enum_reader.cc89 FilePath src_root; in ReadEnumFromEnumsXml() local
90 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadEnumFromEnumsXml()
96 src_root.AppendASCII("tools").AppendASCII("metrics").AppendASCII( in ReadEnumFromEnumsXml()
/external/cronet/tot/base/test/metrics/
Dhistogram_variants_reader.cc88 base::FilePath src_root; in ReadVariantsFromHistogramsXml() local
89 if (!base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadVariantsFromHistogramsXml()
95 src_root.AppendASCII("tools").AppendASCII("metrics").AppendASCII( in ReadVariantsFromHistogramsXml()
Dhistogram_enum_reader.cc89 FilePath src_root; in ReadEnumFromEnumsXml() local
90 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadEnumFromEnumsXml()
96 src_root.AppendASCII("tools").AppendASCII("metrics").AppendASCII( in ReadEnumFromEnumsXml()
Daction_suffix_reader.cc164 FilePath src_root; in ReadActionSuffixesForAction() local
165 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &src_root)) { in ReadActionSuffixesForAction()
170 const FilePath path = src_root.AppendASCII("tools") in ReadActionSuffixesForAction()
/external/cronet/stable/net/cert/internal/
Dtest_helpers.cc114 base::FilePath src_root; in ReadTestFileToString() local
115 base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &src_root); in ReadTestFileToString()
116 base::FilePath filepath = src_root.AppendASCII(file_path_ascii); in ReadTestFileToString()
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc249 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 …]
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/
Dlit.cfg30 src_root = os.path.join(config.test_source_root, '..')
31 config.environment['PYTHONPATH'] = src_root
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc212 HeapGraphTracker::SourceRoot src_root; in ParseHeapGraph() local
215 src_root.root_type = in ParseHeapGraph()
218 src_root.root_type = protos::pbzero::HeapGraphRoot::ROOT_UNKNOWN; in ParseHeapGraph()
223 entry, [&src_root](uint64_t value) { in ParseHeapGraph()
224 src_root.object_ids.emplace_back(value); in ParseHeapGraph()
231 heap_graph_tracker->AddRoot(seq_id, upid, ts, std::move(src_root)); in ParseHeapGraph()
/external/autotest/contrib/
Dcreate_tast_categories.sh38 readonly src_root="$(realpath "${script_dir}"/../../../..)"
44 "${src_root}/platform/tast-tests/src/chromiumos/tast/${type}/bundles/cros" \
/external/executorch/kernels/optimized/test/
Dtargets.bzl15 src_root = name[:-len("_bin")]
23 "{}.cpp".format(src_root),

12