HomeSort by relevance Sort by last modified time
    Searched refs:max_attempts (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 50 def _WaitUntil(predicate, max_attempts=5):
57 for attempt in xrange(1, max_attempts):
264 _WaitUntil(lambda: self.stop_flag, max_attempts=sys.maxint)
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 558 int max_attempts = 10; local
559 while (max_attempts--) {

Completed in 75 milliseconds