Home
last modified time | relevance | path

Searched defs:retry (Results 1 – 25 of 189) sorted by relevance

12345678

/external/python/python-api-core/google/api_core/future/
Dpolling.py60 def __init__(self, retry=DEFAULT_RETRY): argument
72 def done(self, retry=DEFAULT_RETRY): argument
84 def _done_or_raise(self, retry=DEFAULT_RETRY): argument
95 def _blocking_poll(self, timeout=None, retry=DEFAULT_RETRY): argument
116 def result(self, timeout=None, retry=DEFAULT_RETRY): argument
Dasync_future.py58 def __init__(self, retry=DEFAULT_RETRY): argument
64 async def done(self, retry=DEFAULT_RETRY): argument
/external/python/python-api-core/google/api_core/operations_v1/
Doperations_client.py96 retry=gapic_v1.method.DEFAULT, argument
150 retry=gapic_v1.method.DEFAULT, argument
229 retry=gapic_v1.method.DEFAULT, argument
286 retry=gapic_v1.method.DEFAULT, argument
Doperations_async_client.py82 retry=gapic_v1.method_async.DEFAULT, argument
136 retry=gapic_v1.method_async.DEFAULT, argument
215 retry=gapic_v1.method_async.DEFAULT, argument
274 retry=gapic_v1.method_async.DEFAULT, argument
/external/python/python-api-core/google/api_core/
Doperation.py77 retry=polling.DEFAULT_RETRY, argument
149 def _refresh_and_update(self, retry=polling.DEFAULT_RETRY): argument
161 def done(self, retry=polling.DEFAULT_RETRY): argument
195 def _refresh_http(api_request, operation_name, retry=None): argument
257 def _refresh_grpc(operations_stub, operation_name, retry=None): argument
Doperation_async.py76 retry=async_future.DEFAULT_RETRY, argument
145 async def _refresh_and_update(self, retry=async_future.DEFAULT_RETRY): argument
157 async def done(self, retry=async_future.DEFAULT_RETRY): argument
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json5 "retry": [{ array
55 "retry": "default", string
71 "retry": "default", string
91 "retry": "default", string
111 "retry": "default", string
134 "retry": "default", string
148 "retry": "default", string
161 "retry": "default", string
174 "retry": "default", string
188 "retry": "default" string
[all …]
/external/python/python-api-core/google/api_core/gapic_v1/
Dmethod.py63 def _determine_timeout(default_timeout, specified_timeout, retry): argument
120 def __init__(self, target, retry, timeout, metadata=None): argument
126 def __call__(self, *args, timeout=DEFAULT, retry=DEFAULT, **kwargs): argument
/external/python/python-api-core/tests/unit/future/
Dtest_polling.py92 def done(self, retry=polling.DEFAULT_RETRY): argument
113 def done(self, retry=polling.DEFAULT_RETRY): argument
135 def done(self, retry=polling.DEFAULT_RETRY): argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry.hpp43 namespace retry { namespace
78 auto retry(AN&&... an) in retry() function
/external/arm-trusted-firmware/plat/mediatek/common/drivers/pmic_wrap/
Dpmic_wrap_init_v2.c22 uint32_t reg_rdata = 0U, retry; in pwrap_check_idle() local
63 uint32_t reg_rdata = 0U, retry; in pwrap_check_vldclr() local
Dpmic_wrap_init.c25 uint32_t retry; in wait_for_state_idle() local
72 uint32_t retry; in wait_for_state_ready() local
/external/testng/src/test/java/test/retryAnalyzer/
DInvocationCountTest.java115 public boolean retry(ITestResult result) { in retry() method in InvocationCountTest
124 public boolean retry(ITestResult result) { in retry() method in InvocationCountTest.ThreeRetries
/external/rmi4utils/rmi4update/
Drmi4update.cpp344 int retry = 0; in ReadFlashConfig() local
648 int retry = 0; in WriteFirmwareV7() local
764 int retry = 0; in WriteCoreConfigV7() local
873 int retry = 0; in WriteFlashConfigV7() local
975 int retry = 0; in EraseFirmwareV7() local
1090 int retry = 0; in EnterFlashProgrammingV7() local
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dpolicy.json5 "retry": [{ array
33 "retry": "default" string
/external/ltp/tools/genload/
Dstress.c473 int retry = global_retry; in hogcpu() local
549 int retry = global_retry; in hogio() local
625 int retry = global_retry; in hogvm() local
748 int retry = global_retry; in hoghdd() local
Dgenload.c473 int retry = global_retry; in hogcpu() local
549 int retry = global_retry; in hogio() local
625 int retry = global_retry; in hogvm() local
748 int retry = global_retry; in hoghdd() local
/external/arm-trusted-firmware/drivers/brcm/spi/
Diproc_qspi.c94 uint32_t retry; in bcmspi_disable_bspi() local
151 uint32_t retry; in mspi_xfer() local
/external/testng/src/main/java/org/testng/
DIRetryAnalyzer.java17 public boolean retry(ITestResult result); in retry() method
/external/testng/src/test/java/test/tmp/
DRetryAnalyzer.java9 public boolean retry(ITestResult result) { in retry() method in RetryAnalyzer
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.h106 static bool retry(int e) { in retry() function
/external/curl/tests/libtest/
Dlib1594.c32 curl_off_t retry; in test() local
/external/volley/core/src/main/java/com/android/volley/
DRetryPolicy.java55 void retry(VolleyError error) throws VolleyError; in retry() method
/external/testng/src/main/java/org/testng/util/
DRetryAnalyzerCount.java38 public boolean retry(ITestResult result) { in retry() method in RetryAnalyzerCount
/external/arm-trusted-firmware/drivers/arm/css/scp/
Dcss_sds.c64 int ret, retry = CSS_SCP_READY_10US_RETRIES; in css_scp_boot_ready() local

12345678