/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
H A 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 …]
|
/aosp_15_r20/external/rmi4utils/rmi4update/ |
H A D | rmi4update.cpp | 459 int retry = 0; in ReadFlashConfig() local 790 int retry = 0; in WriteFirmwareV7() local 927 int retry = 0; in WriteCoreConfigV7() local 1055 int retry = 0; in WriteFlashConfigV7() local 1182 int retry = 0; in WriteFLDV7() local 1320 int retry = 0; in WriteGlobalParametersV7() local 1431 int retry = 0; in EraseFlashConfigV10() local 1493 int retry = 0; in EraseCoreCodeV10() local 1551 int retry = 0; in EraseFirmwareV7() local 1674 int retry = 0; in EnterFlashProgrammingV7() local [all …]
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
D | SubscriptionTerminatedHelper.java | 103 long retry = getRequestRetryAfterMillis(retryAfterMillis); in getAnalysisResult() local 110 long retry = getRequestRetryAfterMillis(retryAfterMillis); in getAnalysisResult() local 124 long retry = getRequestRetryAfterMillis(retryAfterMillis); in getAnalysisResult() local 146 long retry = getRequestRetryAfterMillis(retryAfterMillis); in getAnalysisResult() local 159 long retry = getRequestRetryAfterMillis(retryAfterMillis); in getAnalysisResult() local
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/retry/ |
D | main.rs | 105 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() method 123 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() method 141 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() method 161 fn retry(&self, _: &Req, _: Result<&Res, &Error>) -> Option<Self::Future> { in retry() method 173 let retry = tower::retry::RetryLayer::new(policy); in new_service() localVariable
|
/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/ |
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
|
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
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ss_utils.py | 581 retry=2, argument 716 retry=2): argument 1374 def set_call_waiting(log, ad, enable=1, retry=1): argument 1423 retry=2): argument 1515 retry=2): argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | attenuator.py | 229 def set_atten(self, idx, value, strict=True, retry=False): argument 243 def get_atten(self, idx, retry=False): argument 294 def set_atten(self, value, strict=True, retry=False): argument 316 def get_atten(self, retry=False): argument
|
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
H A D | BackoffPolicyRetrySchedulerTest.java | 52 Runnable retry = retryCount::incrementAndGet; in schedule() local 63 Runnable retry = retryCount::incrementAndGet; in schedule_noMultiple() local 78 Runnable retry = retryCount::incrementAndGet; in reset() local
|
/aosp_15_r20/external/trusty/lk/app/timertest/ |
D | timertest.c | 147 static size_t TimerTestTimerCheck(struct TimerTestTimer *t, size_t retry) { in TimerTestTimerCheck() 226 int retry = TIMER_TEST_RETRY_COUNT; in TEST() local 237 int retry = TIMER_TEST_RETRY_COUNT; in TEST() local 272 int retry = TIMER_TEST_RETRY_COUNT; in TEST() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/ltp/tools/genload/ |
H A 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
|
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/coreboot/src/drivers/aspeed/common/ |
H A D | ast_dp501.c | 32 u32 retry = 0; in wait_ack() local 48 u32 retry = 0; in wait_nack() local 74 int retry = 0; in ast_write_cmd() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | bpxsvc_zos.s | 109 retry: label 189 retry: label
|
/aosp_15_r20/external/coreboot/src/mainboard/dell/optiplex_9020/ |
H A D | sch5555_ec.c | 25 for (size_t retry = 0; retry < 0xfff; ++retry) in sch5555_mbox_read() local 51 for (size_t retry = 0; retry < 0xfff; ++retry) in sch5555_mbox_write() local
|
/aosp_15_r20/system/vold/ |
H A D | Checkpoint.cpp | 133 Status cp_startCheckpoint(int retry) { in cp_startCheckpoint() 231 int retry = 0; in abort_metadata_file() local 255 void cp_abortChanges(const std::string& message, bool retry) { in cp_abortChanges() 777 int retry = 0; in cp_markBootAttempt() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | tftp.c | 219 int packetlen, retry; in read_ack() local 272 int len, sd, fd, retry, nbytesrecvd = 0, ndatabytes, ret, result = -1; in file_get() local 388 int packetlen, sd, fd, retry = 0, ret, result = -1; in file_put() local
|
/aosp_15_r20/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/ |
H A D | LottieRetrySignal.kt | 38 fun retry() { in retry() method
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 88 def set_atten(self, idx, value, strict=True, retry=False): argument 124 def get_atten(self, idx, retry=False): argument
|
D | http.py | 88 def set_atten(self, idx, value, strict=True, retry=False, **_): argument 129 def get_atten(self, idx, retry=False, **_): argument
|