Searched refs:source_paths (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/tracing/ |
D | tracing_project.py | 38 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/ |
D | project.py | 20 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)
|
D | resource_loader.py | 34 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))
|
D | html_module_unittest.py | 43 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/ |
D | DextIR.py | 45 source_paths: List[str], 51 self.source_paths = source_paths
|
/external/angle/scripts/ |
D | update_canary_angle.py | 20 source_paths = glob.glob('out/*') variable 29 for path in source_paths:
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
D | Tool.py | 93 source_paths=self.context.options.source_files, 146 source_paths=self.context.options.source_files,
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/ |
D | Tool.py | 138 source_paths=self.context.options.source_files,
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 403 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()
|
D | ChangeLog | 413 * debuginfod.cxx (thread_main_scanner): Handle empty source_paths[].
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 82 repeated InternedString source_paths = 18; field
|
/external/elfutils/tests/ |
D | ChangeLog | 388 * run-debuginfod-find.sh: Test empty source_paths[].
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 7303 repeated InternedString source_paths = 18; field
|