Searched refs:num_attempts (Results 1 – 7 of 7) sorted by relevance
/external/autotest/database/ |
D | database_connection.py | 243 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/oss-fuzz/infra/cifuzz/ |
D | clusterfuzz_deployment.py | 147 def download_url(url, filename, num_attempts=3): argument 162 for _ in range(num_attempts): 176 logging.error('Failed to download %s, %d times.', url, num_attempts)
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | ios.py | 46 num_attempts = 2 47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 52 num_attempts = os.path.join(self._UPDATE_ENGINE_PREFS_DIR, 55 self._hosts[1].run('echo 11 > %s' % num_attempts) 57 self._hosts[1].run('rm %s' % num_attempts, ignore_status=True)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | ios.py | 110 num_attempts = 2 112 num_attempts,
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_controller.py | 394 num_attempts = 0 395 while num_attempts < RPMController.HYDRA_MAX_CONNECT_RETRIES: 406 num_attempts += 1
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 2014 num_attempts = 1 variable 2016 num_attempts = 5 variable 2017 for i in range(num_attempts): 2028 'attempts' % num_attempts)
|