Home
last modified time | relevance | path

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

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