/external/autotest/client/common_lib/cros/ |
D | retry_unittest.py | 18 from autotest_lib.client.common_lib.cros import retry 45 @retry.retry(Exception) 56 @retry.retry(Exception, delay_sec=delay_sec) 69 @retry.retry(Exception, delay_sec=delay_sec) 77 @retry.retry(Exception) 90 @retry.retry(Exception, timeout_min=0.02, delay_sec=0.1) 99 @retry.retry(Exception, timeout_min=0.02, delay_sec=0.1) 113 @retry.retry(Exception, timeout_min=0.05, delay_sec=0.1) 138 @retry.retry(Exception, timeout_min=0.06, delay_sec=0.1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 50 br i1 undef, label %retry.us, label %retry 52 retry.us: ; preds = %if.end18, %retry, %retry, %retry, %ret… 55 retry: ; preds = %if.end18, %entry 59 i32 -3, label %retry.us 60 i32 -5, label %retry.us 61 i32 -16, label %retry.us 62 i32 -25, label %retry.us 65 if.end18: ; preds = %retry 66 br i1 false, label %retry.us, label %retry
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 50 br i1 undef, label %retry.us, label %retry 52 retry.us: ; preds = %if.end18, %retry, %retry, %retry, %ret… 55 retry: ; preds = %if.end18, %entry 59 i32 -3, label %retry.us 60 i32 -5, label %retry.us 61 i32 -16, label %retry.us 62 i32 -25, label %retry.us 65 if.end18: ; preds = %retry 66 br i1 false, label %retry.us, label %retry
|
/external/autotest/site_utils/lxc/ |
D | lxc.py | 13 from autotest_lib.client.common_lib.cros import retry 81 @retry.retry((error.CmdError), 93 @retry.retry((error.CmdError), 137 @retry.retry(error.CmdError, timeout_min=30) 200 @retry.retry(error.CmdError, timeout_min=20) 219 @retry.retry(error.CmdError, timeout_min=20)
|
D | shared_host_dir.py | 11 from autotest_lib.client.common_lib.cros import retry 105 @retry.retry(error.CmdError, timeout_min=timeout/60.0, 124 @retry.retry(error.CmdError, timeout_min=timeout/60.0,
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | ConnectionSpecSelectorTest.java | 51 boolean retry = connectionSpecSelector.connectionFailed( in nonRetryableIOException() 53 assertFalse(retry); in nonRetryableIOException() 67 boolean retry = connectionSpecSelector.connectionFailed(trustIssueException); in nonRetryableSSLHandshakeException() 68 assertFalse(retry); in nonRetryableSSLHandshakeException() 79 boolean retry = connectionSpecSelector.connectionFailed(RETRYABLE_EXCEPTION); in retryableSSLHandshakeException() 80 assertTrue(retry); in retryableSSLHandshakeException() 101 boolean retry = connectionSpecSelector.connectionFailed(RETRYABLE_EXCEPTION); in someFallbacksSupported() 102 assertTrue(retry); in someFallbacksSupported() 110 retry = connectionSpecSelector.connectionFailed(RETRYABLE_EXCEPTION); in someFallbacksSupported() 111 assertFalse(retry); in someFallbacksSupported()
|
/external/autotest/server/cros/ |
D | sonic_client_utils.py | 26 from autotest_lib.client.common_lib.cros import retry 88 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT) 110 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT) 123 @retry.retry(RPC_EXCEPTIONS, timeout_min=BASE_REQUEST_TIMEOUT) 138 @retry.retry(RPC_EXCEPTIONS + (error.TestError,), timeout_min=30)
|
/external/u-boot/board/CZ.NIC/turris_omnia/ |
D | turris_omnia.c | 93 int ret, retry = 3; in omnia_detect_sata() local 109 for (; retry > 0; --retry) { in omnia_detect_sata() 115 if (!retry) { in omnia_detect_sata() 157 int ret, crc, retry = 3; in omnia_read_eeprom() local 170 for (; retry > 0; --retry) { in omnia_read_eeprom() 190 if (!retry) { in omnia_read_eeprom() 340 int ret, retry = 3; in disable_mcu_watchdog() local 354 for (; retry > 0; --retry) in disable_mcu_watchdog() 358 if (retry <= 0) { in disable_mcu_watchdog()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | sermsdos.py | 90 retry = RETURN_RETRY argument 115 self.retry = retry 119 self.bytesize, self.stop, self.retry, self.filename) 127 def _config(self, port, baud, parity, data, stop, retry, argument 132 retry, " > ", filename ), '') 137 self.parity, self.bytesize, self.stop, self.retry, 196 self.retry , self.filename), ' ')
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | BasicNetworkTest.java | 168 doThrow(new VolleyError()).when(mMockRetryPolicy).retry(any(VolleyError.class)); in socketTimeout() 175 verify(mMockRetryPolicy).retry(any(TimeoutError.class)); in socketTimeout() 185 doThrow(new VolleyError()).when(mMockRetryPolicy).retry(any(VolleyError.class)); in noConnection() 192 verify(mMockRetryPolicy, never()).retry(any(VolleyError.class)); in noConnection() 203 doThrow(new VolleyError()).when(mMockRetryPolicy).retry(any(VolleyError.class)); in unauthorized() 210 verify(mMockRetryPolicy).retry(any(AuthFailureError.class)); in unauthorized() 221 doThrow(new VolleyError()).when(mMockRetryPolicy).retry(any(VolleyError.class)); in forbidden() 228 verify(mMockRetryPolicy).retry(any(AuthFailureError.class)); in forbidden() 240 doThrow(new VolleyError()).when(mMockRetryPolicy).retry(any(VolleyError.class)); in redirect() 247 verify(mMockRetryPolicy, never()).retry(any(VolleyError.class)); in redirect() [all …]
|
/external/toybox/toys/pending/ |
D | tftp.c | 219 int packetlen, retry; in read_ack() local 221 for (retry = 0; retry < TFTP_RETRIES; retry++) { in read_ack() 272 int len, sd, fd, retry, nbytesrecvd = 0, ndatabytes, ret, result = -1; in file_get() local 290 for (retry = 0 ; retry < TFTP_RETRIES; retry++) { in file_get() 302 retry--; in file_get() 314 retry--; in file_get() 356 if (retry == TFTP_RETRIES) { in file_get() 388 int packetlen, sd, fd, retry = 0, ret, result = -1; in file_put() local 399 if (++retry > TFTP_RETRIES) { in file_put() 416 retry = 0; in file_put() [all …]
|
/external/autotest/server/site_tests/firmware_ECBootTime/ |
D | firmware_ECBootTime.py | 63 retry = 10 64 while retry > 0: 65 retry = retry - 1 72 "%d more attempts", retry) 73 if retry == 0:
|
/external/curl/docs/cmdline-opts/ |
D | retry-connrefused.d | 1 Long: retry-connrefused 2 Help: Retry on connection refused (use with --retry) 6 error too for --retry. This option is used together with --retry.
|
D | retry.d | 1 Long: retry 7 will retry this number of times before giving up. Setting the number to 0 11 When curl is about to retry a transfer, it will first wait one second and then 14 using --retry-delay you disable this exponential backoff algorithm. See also 15 --retry-max-time to limit the total time allowed for retries.
|
/external/autotest/server/cros/power/ |
D | servo_v4_charge_utils.py | 10 from autotest_lib.client.common_lib.cros import retry 78 @retry.retry(error.TestError, timeout_min=_TIMEOUT_MIN, 88 @retry.retry(error.TestError, timeout_min=_TIMEOUT_MIN,
|
/external/u-boot/arch/arm/mach-socfpga/ |
D | clock_manager.c | 19 u32 retry = 0; in cm_wait_for_lock() local 28 retry++; in cm_wait_for_lock() 30 retry = 0; in cm_wait_for_lock() 31 if (retry >= 10) in cm_wait_for_lock()
|
/external/autotest/server/hosts/ |
D | cros_repair_unittest.py | 13 from autotest_lib.client.common_lib.cros import retry 363 @mock.patch.object(retry.logging, 'warning') 364 @mock.patch.object(retry.time, 'time') 365 @mock.patch.object(retry.time, 'sleep') 375 @mock.patch.object(retry.logging, 'warning') 376 @mock.patch.object(retry.time, 'time') 377 @mock.patch.object(retry.time, 'sleep') 390 @mock.patch.object(retry.logging, 'warning') 391 @mock.patch.object(retry.time, 'time') 392 @mock.patch.object(retry.time, 'sleep')
|
/external/clang/lib/Headers/ |
D | htmintrin.h | 190 #define __builtin_tbegin_retry(tdb, retry) \ argument 192 __builtin_tbegin_retry_null(retry) : \ 193 __builtin_tbegin_retry_tdb(tdb, retry)) 219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument 221 __builtin_tbegin_retry_nofloat_null(retry) : \ 222 __builtin_tbegin_retry_nofloat_tdb(tdb, retry))
|
/external/autotest/site_utils/ |
D | test_push_unittest.py | 14 from autotest_lib.client.common_lib.cros import retry 19 retry.retry = mock.create_autospec(retry.retry, return_value=lambda func: func)
|
/external/syzkaller/prog/ |
D | mutation.go | 172 calls, retry, preserve := arg.Type().mutate(r, s, arg, ctx) 173 if retry { 190 func regenerate(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { 197 func mutateInt(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { 213 func (t *IntType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… 217 func (t *FlagsType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… 221 func (t *LenType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… 223 retry = true 230 func (t *ResourceType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, pre… 234 func (t *VmaType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… [all …]
|
/external/u-boot/common/ |
D | usb_storage.c | 585 int dir_in, retry; in usb_stor_CB_comdat() local 589 retry = 5; in usb_stor_CB_comdat() 597 while (retry--) { in usb_stor_CB_comdat() 598 debug("CBI gets a command: Try %d\n", 5 - retry); in usb_stor_CB_comdat() 708 int result, retry; in usb_stor_BBB_transport() local 769 retry = 0; in usb_stor_BBB_transport() 776 if ((result < 0) && (retry < 1) && in usb_stor_BBB_transport() 781 if (result >= 0 && (retry++ < 1)) in usb_stor_BBB_transport() 834 int retry, notready; in usb_stor_CB_transport() local 838 retry = 0; in usb_stor_CB_transport() [all …]
|
D | autoboot.c | 109 int retry; in passwd_abort() member 112 { .str = env_get("bootdelaykey"), .retry = 1 }, in passwd_abort() 113 { .str = env_get("bootstopkey"), .retry = 0 }, in passwd_abort() 140 delaykey[i].retry ? "delay" : "stop", in passwd_abort() 166 delaykey[i].retry ? "delay" : in passwd_abort() 170 if (!delaykey[i].retry) in passwd_abort()
|
/external/u-boot/drivers/power/regulator/ |
D | tps65090_regulator.c | 51 int retry; in tps65090_fet_set() local 63 for (retry = 0; retry < MAX_CTRL_READ_TRIES; retry++) { in tps65090_fet_set()
|
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 13 from autotest_lib.client.common_lib.cros import retry 111 @retry.retry(Exception, timeout_min=self.timeout_min, 167 @retry.retry(Exception, timeout_min=self.timeout_min,
|
/external/u-boot/board/ge/common/ |
D | ge_common.c | 14 u8 retry = 3; in check_time() local 24 for (i = 0; i < retry; i++) { in check_time() 42 for (i = 0; i < retry; i++) { in check_time()
|