/external/python/python-api-core/google/api_core/future/ |
D | polling.py | 60 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
|
D | async_future.py | 58 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/ |
D | operations_client.py | 96 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
|
D | operations_async_client.py | 82 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/ |
D | operation.py | 77 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
|
D | operation_async.py | 76 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/ |
D | static-policy.json | 5 "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/ |
D | method.py | 63 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/ |
D | test_polling.py | 92 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/ |
D | rx-retry.hpp | 43 namespace retry { namespace 78 auto retry(AN&&... an) in retry() function
|
/external/arm-trusted-firmware/plat/mediatek/common/drivers/pmic_wrap/ |
D | pmic_wrap_init_v2.c | 22 uint32_t reg_rdata = 0U, retry; in pwrap_check_idle() local 63 uint32_t reg_rdata = 0U, retry; in pwrap_check_vldclr() local
|
D | pmic_wrap_init.c | 25 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/ |
D | InvocationCountTest.java | 115 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/ |
D | rmi4update.cpp | 344 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/ |
D | policy.json | 5 "retry": [{ array 33 "retry": "default" string
|
/external/ltp/tools/genload/ |
D | stress.c | 473 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
|
D | genload.c | 473 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/ |
D | iproc_qspi.c | 94 uint32_t retry; in bcmspi_disable_bspi() local 151 uint32_t retry; in mspi_xfer() local
|
/external/testng/src/main/java/org/testng/ |
D | IRetryAnalyzer.java | 17 public boolean retry(ITestResult result); in retry() method
|
/external/testng/src/test/java/test/tmp/ |
D | RetryAnalyzer.java | 9 public boolean retry(ITestResult result) { in retry() method in RetryAnalyzer
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | subprocess.h | 106 static bool retry(int e) { in retry() function
|
/external/curl/tests/libtest/ |
D | lib1594.c | 32 curl_off_t retry; in test() local
|
/external/volley/core/src/main/java/com/android/volley/ |
D | RetryPolicy.java | 55 void retry(VolleyError error) throws VolleyError; in retry() method
|
/external/testng/src/main/java/org/testng/util/ |
D | RetryAnalyzerCount.java | 38 public boolean retry(ITestResult result) { in retry() method in RetryAnalyzerCount
|
/external/arm-trusted-firmware/drivers/arm/css/scp/ |
D | css_sds.c | 64 int ret, retry = CSS_SCP_READY_10US_RETRIES; in css_scp_boot_ready() local
|