Home
last modified time | relevance | path

Searched refs:DEFAULT_RETRY (Results 1 – 25 of 68) sorted by relevance

123

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/api_core/future/
H A Dpolling.py38 DEFAULT_RETRY = retry.Retry(predicate=RETRY_PREDICATE) variable
57 def __init__(self, retry=DEFAULT_RETRY):
69 def done(self, retry=DEFAULT_RETRY):
81 def _done_or_raise(self, retry=DEFAULT_RETRY):
83 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
92 def _blocking_poll(self, timeout=None, retry=DEFAULT_RETRY):
106 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
113 def result(self, timeout=None, retry=DEFAULT_RETRY):
128 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
H A Dasync_future.py36 DEFAULT_RETRY = retry_async.AsyncRetry(predicate=RETRY_PREDICATE) variable
55 def __init__(self, retry=DEFAULT_RETRY):
61 async def done(self, retry=DEFAULT_RETRY):
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/future/
H A Dpolling.py39 DEFAULT_RETRY = retry.Retry(predicate=RETRY_PREDICATE) variable
60 def __init__(self, retry=DEFAULT_RETRY):
72 def done(self, retry=DEFAULT_RETRY):
84 def _done_or_raise(self, retry=DEFAULT_RETRY):
86 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
95 def _blocking_poll(self, timeout=None, retry=DEFAULT_RETRY):
109 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
116 def result(self, timeout=None, retry=DEFAULT_RETRY):
131 kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry}
H A Dasync_future.py37 DEFAULT_RETRY = retry_async.AsyncRetry(predicate=RETRY_PREDICATE) variable
58 def __init__(self, retry=DEFAULT_RETRY):
64 async def done(self, retry=DEFAULT_RETRY):
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/google/cloud/storage/
H A Dretry.py57 DEFAULT_RETRY = retry.Retry(predicate=_should_retry) variable
141 DEFAULT_RETRY, is_generation_specified, ["query_params"]
151 DEFAULT_RETRY, is_metageneration_specified, ["query_params"]
161 DEFAULT_RETRY, is_etag_in_json, ["data"]
H A Dclient.py56 from google.cloud.storage.retry import DEFAULT_RETRY
299 retry=DEFAULT_RETRY,
369 retry=DEFAULT_RETRY,
605 retry=DEFAULT_RETRY,
693 retry=DEFAULT_RETRY,
780 retry=DEFAULT_RETRY,
836 retry=DEFAULT_RETRY,
983 retry=DEFAULT_RETRY,
1143 retry=DEFAULT_RETRY,
1299 retry=DEFAULT_RETRY,
[all …]
H A Dhmac_key.py19 from google.cloud.storage.retry import DEFAULT_RETRY
192 def exists(self, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
221 def reload(self, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
269 def delete(self, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
H A Dnotification.py22 from google.cloud.storage.retry import DEFAULT_RETRY
284 def exists(self, client=None, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
328 def reload(self, client=None, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
367 def delete(self, client=None, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY):
H A Dbucket.py60 from google.cloud.storage.retry import DEFAULT_RETRY
761 retry=DEFAULT_RETRY,
845 retry=DEFAULT_RETRY,
967 retry=DEFAULT_RETRY,
1115 retry=DEFAULT_RETRY,
1227 retry=DEFAULT_RETRY,
1337 self, client=None, timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY
1375 retry=DEFAULT_RETRY,
1423 retry=DEFAULT_RETRY,
2657 retry=DEFAULT_RETRY,
[all …]
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/unit/
H A Dtest_fileio.py24 from google.cloud.storage.retry import DEFAULT_RETRY
58 self.assertEqual(reader._retry, DEFAULT_RETRY)
153 start=20, end=30, checksum=None, retry=DEFAULT_RETRY
173 retry=DEFAULT_RETRY,
270 blob, chunk_size=512 * 1024, retry=DEFAULT_RETRY
273 self.assertEqual(writer._retry, DEFAULT_RETRY)
455 retry=DEFAULT_RETRY,
483 retry=DEFAULT_RETRY,
507 retry=DEFAULT_RETRY,
535 retry=DEFAULT_RETRY,
[all …]
H A Dtest__helpers.py19 from google.cloud.storage.retry import DEFAULT_RETRY
135 retry=DEFAULT_RETRY,
168 retry=DEFAULT_RETRY,
206 retry=DEFAULT_RETRY,
265 retry=DEFAULT_RETRY,
663 _api_core_retry_to_resumable_media_retry(retry=DEFAULT_RETRY, num_retries=2)
670 retry_strategy = _api_core_retry_to_resumable_media_retry(retry=DEFAULT_RETRY)
671 self.assertEqual(retry_strategy.max_sleep, DEFAULT_RETRY._maximum)
672 self.assertEqual(retry_strategy.max_cumulative_retry, DEFAULT_RETRY._deadline)
673 self.assertEqual(retry_strategy.initial_delay, DEFAULT_RETRY._initial)
[all …]
H A Dtest_retry.py208 self.assertEqual(policy, retry.DEFAULT_RETRY)
219 self.assertEqual(policy, retry.DEFAULT_RETRY)
243 self.assertEqual(policy, retry.DEFAULT_RETRY)
264 self.assertEqual(policy, retry.DEFAULT_RETRY)
H A Dtest_client.py434 retry=DEFAULT_RETRY,
749 retry=DEFAULT_RETRY,
855 retry=DEFAULT_RETRY,
887 retry=DEFAULT_RETRY,
920 retry=DEFAULT_RETRY,
979 retry=DEFAULT_RETRY,
1033 retry=DEFAULT_RETRY,
1065 retry=DEFAULT_RETRY,
1098 retry=DEFAULT_RETRY,
1166 retry=DEFAULT_RETRY,
[all …]
H A Dtest_hmac_key.py19 from google.cloud.storage.retry import DEFAULT_RETRY
240 retry=DEFAULT_RETRY,
292 retry=DEFAULT_RETRY,
420 retry=DEFAULT_RETRY,
H A Dtest_blob.py31 DEFAULT_RETRY,
714 retry=DEFAULT_RETRY,
737 retry=DEFAULT_RETRY,
1266 retry=DEFAULT_RETRY,
1435 retry=DEFAULT_RETRY,
1465 retry=DEFAULT_RETRY,
1491 retry=DEFAULT_RETRY,
1517 retry=DEFAULT_RETRY,
1698 retry=DEFAULT_RETRY,
1728 retry=DEFAULT_RETRY,
[all …]
H A Dtest_bucket.py761 retry=DEFAULT_RETRY,
786 retry=DEFAULT_RETRY,
813 retry=DEFAULT_RETRY,
889 retry=DEFAULT_RETRY,
926 retry=DEFAULT_RETRY,
960 retry=DEFAULT_RETRY,
1066 retry=DEFAULT_RETRY,
1103 retry=DEFAULT_RETRY,
1187 retry=DEFAULT_RETRY,
1234 retry=DEFAULT_RETRY,
[all …]
/dports/net/fping/fping-5.0/src/
H A Doptions.h36 #ifndef DEFAULT_RETRY
37 #define DEFAULT_RETRY 3 /* number of times to retry a host */ macro
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/api_core/
H A Doperation_async.py76 retry=async_future.DEFAULT_RETRY,
145 async def _refresh_and_update(self, retry=async_future.DEFAULT_RETRY):
157 async def done(self, retry=async_future.DEFAULT_RETRY):
H A Doperation.py77 retry=polling.DEFAULT_RETRY,
149 def _refresh_and_update(self, retry=polling.DEFAULT_RETRY):
161 def done(self, retry=polling.DEFAULT_RETRY):
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Doperation_async.py76 retry=async_future.DEFAULT_RETRY,
145 async def _refresh_and_update(self, retry=async_future.DEFAULT_RETRY):
157 async def done(self, retry=async_future.DEFAULT_RETRY):
H A Doperation.py77 retry=polling.DEFAULT_RETRY,
149 def _refresh_and_update(self, retry=polling.DEFAULT_RETRY):
161 def done(self, retry=polling.DEFAULT_RETRY):
/dports/www/py-google-api-core/google-api-core-2.2.2/tests/unit/future/
H A Dtest_polling.py92 def done(self, retry=polling.DEFAULT_RETRY):
113 def done(self, retry=polling.DEFAULT_RETRY):
135 def done(self, retry=polling.DEFAULT_RETRY):
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/http/
H A DHTTPP.h54 #define DEFAULT_RETRY 0 /* default retry if select() fails */ macro
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/http/
H A DHTTPP.h57 #define DEFAULT_RETRY 0 /* default retry if select() fails */ macro
/dports/benchmarks/tsung/tsung-1.7.0/include/
H A Dmqtt.hrl40 -define(DEFAULT_RETRY, 120). macro

123