Home
last modified time | relevance | path

Searched refs:_Run (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/catapult_build/
Dappengine_deploy.py35 _Run([
45 is_synced = not _Run(['git', 'diff', 'master']).strip()
47 email = _Run(['git', 'config', '--get', 'user.email'])
49 commit_hash = _Run(['git', 'rev-parse', '--short=8', 'HEAD']).strip()
53 def _Run(command): function
/external/protobuf/gtest/test/
Drun_tests_util.py204 def _Run(self, args): member in TestRunner
231 return self._Run([test])
254 return self._Run([sys.executable, test])
/external/v8/tools/
Drun_perf.py591 def _Run(self, runnable, count, no_patch=False): member in Platform
606 stdout = self._Run(runnable, count, no_patch=False)
608 return stdout, self._Run(runnable, count, no_patch=True)
627 def _Run(self, runnable, count, no_patch=False): member in DesktopPlatform
755 def _Run(self, runnable, count, no_patch=False): member in AndroidPlatform
/external/autotest/server/
Dautotest_unittest.py184 run_obj = autotest._Run.expect_new(self.host, '.', None, False, False)
Dautotest.py371 atrun = _Run(host, results_dir, tag, parallel_flag, background)
1214 class _Run(_SiteRun): class