Searched refs:GetMaxRetryDelay (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dboto_resumable_upload.py58 from gslib.util import GetMaxRetryDelay namespace
499 GetMaxRetryDelay())
H A Dutil.py510 def GetMaxRetryDelay(): function
H A Dgcs_json_api.py87 from gslib.util import GetMaxRetryDelay namespace
226 self.max_retry_wait = GetMaxRetryDelay()
H A Dboto_translation.py89 from gslib.util import GetMaxRetryDelay namespace
641 GetMaxRetryDelay())
H A Dcopy_helper.py107 from gslib.util import GetMaxRetryDelay namespace
1474 GetMaxRetryDelay()))
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py60 from gslib.util import GetMaxRetryDelay namespace
661 next_sleep = min(random.random() * (2 ** i) + 1, GetMaxRetryDelay())

Completed in 117 milliseconds