Home
last modified time | relevance | path

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

/external/autotest/database/
Ddatabase_connection.py243 def _reached_max_attempts(self, num_attempts): argument
245 num_attempts > self.max_reconnect_attempts)
255 num_attempts = 0
263 num_attempts += 1
266 if self._reached_max_attempts(num_attempts):
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py46 num_attempts = 2
47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/skqp/infra/bots/recipe_modules/flavor/
Dios.py46 num_attempts = 2
47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py57 num_attempts = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
60 self._hosts[1].run('echo 11 > %s' % num_attempts)
62 self._hosts[1].run('rm %s' % num_attempts, ignore_status=True)
/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py394 num_attempts = 0
395 while num_attempts < RPMController.HYDRA_MAX_CONNECT_RETRIES:
406 num_attempts += 1