Searched refs:_CheckPath (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py80 """Run _CheckPath over mutltiple processes.
95 for results in pool.imap(_CheckPath, paths):
104 """Run _CheckPath on all paths in one thread.
114 results = _CheckPath(path)
119 def _CheckPath(path): function
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dwebpagereplay.py124 self._CheckPath('archive directory', os.path.dirname(self.archive_path))
126 self._CheckPath('archive file', self.archive_path)
127 self._CheckPath('replay script', self.replay_py)
144 def _CheckPath(self, label, path): member in class:ReplayServer
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dgjslint.py92 """Run _CheckPath over mutltiple processes.
107 path_results = pool.imap(_CheckPath, paths)
124 """Run _CheckPath on all paths in one thread.
134 results = _CheckPath(path)
139 def _CheckPath(path): function

Completed in 122 milliseconds