Home
last modified time | relevance | path

Searched defs:attempt_number (Results 1 – 21 of 21) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dretryhandler.py197 def __call__(self, attempt_number, response, caught_exception): argument
227 def _check_response(self, attempt_number, response): argument
230 def _check_caught_exception(self, attempt_number, caught_exception): argument
249 def __call__(self, attempt_number, response, caught_exception): argument
265 def _should_retry(self, attempt_number, response, caught_exception): argument
284 def _check_response(self, attempt_number, response): argument
299 def _check_response(self, attempt_number, response): argument
314 def __call__(self, attempt_number, response, caught_exception): argument
328 def _check_response(self, attempt_number, response): argument
351 def _check_caught_exception(self, attempt_number, caught_exception): argument
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dretryhandler.py197 def __call__(self, attempt_number, response, caught_exception): argument
227 def _check_response(self, attempt_number, response): argument
230 def _check_caught_exception(self, attempt_number, caught_exception): argument
249 def __call__(self, attempt_number, response, caught_exception): argument
265 def _should_retry(self, attempt_number, response, caught_exception): argument
284 def _check_response(self, attempt_number, response): argument
299 def _check_response(self, attempt_number, response): argument
314 def __call__(self, attempt_number, response, caught_exception): argument
328 def _check_response(self, attempt_number, response): argument
351 def _check_caught_exception(self, attempt_number, caught_exception): argument
/dports/databases/py-pyodbc/pyodbc-4.0.32/appveyor/
H A Dinstall.ps16 $attempt_number = 1 in DownloadFileFromUrl() variable
14 Write-Output "WARNING: download attempt number $attempt_number of $max_attempts failed" in DownloadFileFromUrl() variable
17 if ($attempt_number -ge $max_attempts) {break} in DownloadFileFromUrl() variable
19 $attempt_number += 1 in DownloadFileFromUrl() variable
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_retryhandler.py35 def assert_should_be_retried(self, response, attempt_number=1, argument
41 def assert_should_not_be_retried(self, response, attempt_number=1, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/wilco_dtc_supportd/
H A Dwilco_dtc_supportd_bridge_unittest.cc323 for (int attempt_number = 0; in TEST_F() local
360 for (int attempt_number = 0; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_transaction.cc948 unsigned attempt_number = probe_stats->probe_attempts.size(); in DnsHTTPAttempt() local
963 void ProbeComplete(unsigned attempt_number, in ProbeComplete()
1231 size_t attempt_number = attempts_.size(); in MakeClassicDnsAttempt() local
1258 size_t attempt_number = attempts_.size(); in MakeUdpAttempt() local
1294 unsigned attempt_number = attempts_.size(); in MakeHTTPAttempt() local
1351 unsigned attempt_number = attempts_.size(); in MakeTcpAttempt() local
1395 void OnAttemptComplete(unsigned attempt_number, in OnAttemptComplete()
H A Dhost_resolver_manager.cc281 base::Value NetLogProcTaskFailedParams(uint32_t attempt_number, in NetLogProcTaskFailedParams()
997 const uint32_t attempt_number, in OnLookupAttemptComplete()
1024 const uint32_t attempt_number, in OnLookupComplete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/dns/
H A Ddns_transaction.cc941 unsigned attempt_number = probe_stats->probe_attempts.size(); in DnsHTTPAttempt() local
955 void ProbeComplete(unsigned attempt_number, in ProbeComplete()
1188 size_t attempt_number = attempts_.size(); in MakeUDPAttempt() local
1233 unsigned attempt_number = attempts_.size(); in MakeHTTPAttempt() local
1268 unsigned attempt_number = attempts_.size(); in MakeTCPAttempt() local
1316 void OnAttemptComplete(unsigned attempt_number, in OnAttemptComplete()
H A Dhost_resolver_manager.cc280 base::Value NetLogProcTaskFailedParams(uint32_t attempt_number, in NetLogProcTaskFailedParams()
958 const uint32_t attempt_number, in OnLookupAttemptComplete()
985 const uint32_t attempt_number, in OnLookupComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Ddownload_file_impl.cc403 int attempt_number) { in GetRetryDelayForFailedRename()
452 int attempt_number = kMaxRenameRetries - parameters->retries_left; in RenameWithRetryInternal() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Ddownload_file_impl.cc403 int attempt_number) { in GetRetryDelayForFailedRename()
452 int attempt_number = kMaxRenameRetries - parameters->retries_left; in RenameWithRetryInternal() local
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/
H A Dsix.py232 __path__ = [] # mark as package
233
234
235 _moved_attributes = [
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/devel/py-retrying/retrying-1.3.3/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/
H A Dretrying.py232 def __init__(self, value, attempt_number, has_exception): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/retries/
H A Dstandard.py168 def __init__(self, attempt_number, operation_model=None, argument
/dports/devel/py-botocore/botocore-1.21.61/botocore/retries/
H A Dstandard.py168 def __init__(self, attempt_number, operation_model=None, argument