Searched refs:_Run (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/catapult_build/ |
D | appengine_deploy.py | 35 _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/ |
D | run_tests_util.py | 204 def _Run(self, args): member in TestRunner 231 return self._Run([test]) 254 return self._Run([sys.executable, test])
|
/external/v8/tools/ |
D | run_perf.py | 591 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/ |
D | autotest_unittest.py | 184 run_obj = autotest._Run.expect_new(self.host, '.', None, False, False)
|
D | autotest.py | 371 atrun = _Run(host, results_dir, tag, parallel_flag, background) 1214 class _Run(_SiteRun): class
|