Searched refs:max_attempts (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/tools/telemetry/telemetry/results/ |
D | gtest_progress_reporter.py | 65 def WillAttemptPageRun(self, page_test_results, attempt_count, max_attempts): argument 67 page_test_results, attempt_count, max_attempts) 72 attempt_count, max_attempts))
|
D | progress_reporter.py | 26 def WillAttemptPageRun(self, page_test_results, attempt_count, max_attempts): argument
|
D | page_test_results.py | 129 def WillAttemptPageRun(self, attempt_count, max_attempts): argument 142 self, attempt_count, max_attempts)
|
/external/chromium_org/build/android/pylib/ |
D | chrome_test_server_spawner.py | 52 def _WaitUntil(predicate, max_attempts=5): argument 59 for _ in xrange(1, max_attempts): 251 _WaitUntil(lambda: self.stop_flag, max_attempts=sys.maxint)
|
/external/lldb/test/pexpect-2.4/examples/ |
D | hive.py | 379 def resync (hive, hive_names, timeout=2, max_attempts=5): argument 392 for attempts in xrange(0, max_attempts):
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | page_runner.py | 244 max_attempts = test.attempts 246 while attempt_num < max_attempts: 249 results.WillAttemptPageRun(attempt_num, max_attempts) 290 if attempt_num == max_attempts:
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | mini_installer.cc | 565 int max_attempts = 10; in CreateWorkDir() local 566 while (max_attempts--) { in CreateWorkDir()
|