Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/
Dtracing_project.py37 def _FindAllFilesRecursive(source_paths): argument
38 assert isinstance(source_paths, list)
40 for source_path in source_paths:
116 self.source_paths = []
117 self.source_paths.append(self.tracing_root_path)
118 self.source_paths.append(self.polymer_path)
119 self.source_paths.append(self.tracing_third_party_path)
120 self.source_paths.append(self.mre_path)
121 self.source_paths.append(self.jszip_path)
122 self.source_paths.append(self.pako_path)
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py12 def _FindAllFilesRecursive(source_paths): argument
14 for source_path in source_paths:
84 def __init__(self, source_paths=None): argument
91 self.source_paths = AbsFilenameList(self._WillPartOfPathChange)
93 if source_paths is not None:
94 self.source_paths.extend(source_paths)
110 'source_paths': list(self.source_paths)
114 return "Project(%s)" % repr(self.source_paths)
117 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.py39 def __init__(self, source_paths, initial_filenames_and_contents=None): argument
40 self._source_paths = source_paths