Home
last modified time | relevance | path

Searched refs:source_paths (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/tracing/
Dtracing_project.py38 def _FindAllFilesRecursive(source_paths): argument
39 assert isinstance(source_paths, list)
41 for source_path in source_paths:
123 self.source_paths = []
124 self.source_paths.append(self.tracing_root_path)
125 self.source_paths.append(self.polymer_path)
126 self.source_paths.append(self.tracing_third_party_path)
127 self.source_paths.append(self.mre_path)
128 self.source_paths.append(self.jszip_path)
129 self.source_paths.append(self.pako_path)
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py20 def _FindAllFilesRecursive(source_paths): argument
22 for source_path in source_paths:
92 def __init__(self, source_paths=None): argument
99 self.source_paths = AbsFilenameList(self._WillPartOfPathChange)
101 if source_paths is not None:
102 self.source_paths.extend(source_paths)
118 'source_paths': list(self.source_paths)
122 return "Project(%s)" % repr(self.source_paths)
125 self.source_paths.append(path)
Dresource_loader.py34 def source_paths(self): member in ResourceLoader
36 return self.project.source_paths
55 for source_path in self.source_paths:
69 for script_path in self.source_paths:
119 module_filename, repr(self.source_paths)))
147 for source_path in self.source_paths:
157 (relative_raw_script_path, self.source_paths))
Dhtml_module_unittest.py43 def __init__(self, source_paths, initial_filenames_and_contents=None): argument
44 self._source_paths = source_paths
/external/llvm-project/debuginfo-tests/dexter/dex/dextIR/
DDextIR.py45 source_paths: List[str],
51 self.source_paths = source_paths
/external/angle/scripts/
Dupdate_canary_angle.py20 source_paths = glob.glob('out/*') variable
29 for path in source_paths:
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
DTool.py93 source_paths=self.context.options.source_files,
146 source_paths=self.context.options.source_files,
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/
DTool.py138 source_paths=self.context.options.source_files,
/external/elfutils/debuginfod/
Ddebuginfod.cxx403 static set<string> source_paths; variable
549 source_paths.insert(string(arg)); in parse_opt()
2893 if (source_paths.empty()) in scan_source_paths()
2900 for (auto&& sp: source_paths) in scan_source_paths()
3316 if (scan_archives.size()==0 && !scan_files && source_paths.size()>0) in main()
DChangeLog413 * debuginfod.cxx (thread_main_scanner): Handle empty source_paths[].
/external/perfetto/protos/perfetto/trace/interned_data/
Dinterned_data.proto82 repeated InternedString source_paths = 18; field
/external/elfutils/tests/
DChangeLog388 * run-debuginfod-find.sh: Test empty source_paths[].
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7303 repeated InternedString source_paths = 18; field