| /third_party/node/deps/npm/node_modules/make-fetch-happen/lib/ |
| D | options.js | 17 options.retry = { retries: 0 } property 19 const retries = parseInt(options.retry, 10) constant 20 if (isFinite(retries)) { 21 options.retry = { retries } field 23 options.retry = { retries: 0 } property 26 options.retry = { retries: options.retry } property 28 options.retry = { retries: 0, ...options.retry } property
|
| /third_party/node/deps/npm/node_modules/retry/test/integration/ |
| D | test-retry-wrap.js | 24 retry.wrap(lib, {retries: 2}); property 28 assert.equal(lib.fn1.options.retries, 2); 29 assert.equal(lib.fn2.options.retries, 2); 30 assert.equal(lib.fn3.options.retries, 2); 43 retry.wrap(lib, {retries: 2}, ['fn2', 'fn3']); property 47 assert.equal(lib.fn2.options.retries, 2); 48 assert.equal(lib.fn3.options.retries, 2); 95 retry.wrap(lib, {retries: 1}); property
|
| /third_party/node/deps/npm/node_modules/promise-retry/test/ |
| D | test.js | 93 it('should not retry on rejection if nr of retries is 0', function () { 104 }, { retries : 0 }) property 113 it('should reject the promise if the retries were exceeded', function () { 124 }, { retries: 2, factor: 1 }) property 146 }, { retries: 1, factor: 1 }) property 168 }, { retries: 1, factor: 1 }) property 179 }, { retries: 1, factor: 1 }) property 188 }, { retries: 1, factor: 1 }); property 220 it('should work with several retries in the same chain', function () { 233 }, { retries: 1, factor: 1 }) property
|
| /third_party/curl/docs/cmdline-opts/ |
| D | retry.md | 19 retries this number of times before giving up. Setting the number to 0 20 makes curl do no retries (which is the default). Transient error means either: 25 all forthcoming retries it doubles the waiting time until it reaches 10 26 minutes which then remains delay between the rest of the retries. By using 28 --retry-max-time to limit the total time allowed for retries.
|
| D | retry-delay.md | 6 Help: Wait time between retries 20 between retries). This option is only interesting if --retry is also
|
| D | retry-max-time.md | 18 The retry timer is reset before the first transfer attempt. Retries are done 23 to not timeout retries.
|
| /third_party/libwebsockets/READMEs/ |
| D | README.udp.md | 10 ## Implementing UDP retries 12 Retries are important in udp but there's no standardized ack method 16 retries must live in the user's transaction object like this 33 /* we have reached the end of our concealed retries */ 34 lwsl_warn("%s: concealed retries done, failing\n", __func__);
|
| /third_party/mesa3d/.gitlab-ci/b2c/ |
| D | b2c.yml.jinja2.jinja2 | 16 retries: {{ timeout_first_retries }} 19 retries: {{ timeout_retries }} 22 retries: {{ timeout_boot_retries }} 25 retries: 0 26 # no retries possible here
|
| /third_party/ltp/lib/ |
| D | tst_fill_fs.c | 79 int retries = 3; in fill_flat_vec() local 109 while (retries) { in fill_flat_vec() 116 if (verbose && retries < 3) in fill_flat_vec() 119 retries = 3; in fill_flat_vec() 129 retries--; in fill_flat_vec()
|
| /third_party/node/test/fixtures/test-runner/aborts/ |
| D | wait-for-abort-helper.js | 3 let retries = 0; 6 retries++; 13 if(retries > 100) {
|
| /third_party/node/deps/undici/src/types/ |
| D | retry-handler.d.ts | 48 * Maximum number of retries to allow. 56 * Max number of milliseconds allow between retries 72 * Factior to multiply the timeout factor between retries. 80 * It enables to automatically infer timeout between retries based on the `Retry-After` header.
|
| /third_party/ltp/include/ |
| D | tst_crypto.h | 26 * safe to retry them. The retries field allows you to set the number of 39 uint32_t retries; member 50 .retries = 1000 \ 101 * operation tst_crypto_session::retries times before giving up and returning
|
| /third_party/node/lib/internal/fs/ |
| D | streams.js | 397 function writeAll(data, size, pos, cb, retries = 0) { argument 411 retries = bytesWritten ? 0 : retries + 1; 416 if (retries > 5) { 419 writeAll.call(this, buffer.slice(bytesWritten), size, pos, cb, retries); 426 function writevAll(chunks, size, pos, cb, retries = 0) { argument 440 retries = bytesWritten ? 0 : retries + 1; 445 if (retries > 5) { 448 writevAll.call(this, [Buffer.concat(buffers).slice(bytesWritten)], size, pos, cb, retries);
|
| /third_party/ltp/testcases/lib/ |
| D | test.sh | 166 # Function returns 0 if succeed in RETRIES times or the last retcode the cmd 171 local RETRIES=${2:-"3"} 172 local i=$RETRIES 185 tst_resm TINFO "Failed to execute '$cmd' after $RETRIES retries" 366 tst_resm TWARN "Failed to umount($device) after 50 retries"
|
| /third_party/toybox/toys/pending/ |
| D | dhcp6.c | 49 int length, state, request_length, sock, sock1, status, retval, retries; 501 TT.retries = 0; in signal_handler() 511 TT.retries = 0; in signal_handler() 594 TT.retries++; in dhcp6_main() 595 if(TT.retries > TT.retry) set_timeout(TT.errortimeout); in dhcp6_main() 596 else if (TT.retries == TT.retry) { in dhcp6_main() 606 TT.retries++; in dhcp6_main() 607 if (TT.retries > TT.retry) set_timeout(TT.errortimeout); in dhcp6_main() 608 else if (TT.retries == TT.retry) { in dhcp6_main() 627 TT.retries = 0; in dhcp6_main() [all …]
|
| /third_party/rust/crates/regex/scripts/ |
| D | scrape_crates_io.py | 131 retries = 0 132 while retries < max_retries: 133 retries += 1 138 retries, max_retries + 1, self.url))
|
| /third_party/skia/infra/bots/recipes/test.expected/ |
| D | Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json | 85 …RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HASHES_URL, timeout=TIMEO… 105 "@@@STEP_LOG_LINE@python.inline@RETRIES = 5@@@", 110 "@@@STEP_LOG_LINE@python.inline@for retry in range(RETRIES):@@@", 121 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@",
|
| D | Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json | 157 …RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HASHES_URL, timeout=TIMEO… 177 "@@@STEP_LOG_LINE@python.inline@RETRIES = 5@@@", 182 "@@@STEP_LOG_LINE@python.inline@for retry in range(RETRIES):@@@", 193 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@",
|
| /third_party/vulkan-loader/scripts/ |
| D | update_deps.py | 372 def Clone(self, retries=10, retry_seconds=60): argument 375 for retry in range(retries): 382 print("Error cloning on iteration {}/{}: {}".format(retry + 1, retries, e)) 383 if retry + 1 < retries: 392 # If we get here, we've exhausted our retries. 393 print("Failed to clone {} on all retries.".format(self.url)) 396 def Fetch(self, retries=10, retry_seconds=60): argument 397 for retry in range(retries): 403 print("Error fetching on iteration {}/{}: {}".format(retry + 1, retries, e)) 404 if retry + 1 < retries: [all …]
|
| /third_party/lwip/ |
| D | 0088-modify-log-info-err.patch | 18 - LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached loac_p… 19 + LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached local_… 22 - LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max DATA retries reached loac_… 23 + LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max DATA retries reached local…
|
| D | 0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch | 20 - LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max SYN retries reached\n")); 21 + LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached loac_p… 24 - LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max DATA retries reached\n")); 25 + LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max DATA retries reached loac_…
|
| /third_party/musl/src/temp/ |
| D | mkdtemp.c | 9 int retries = 100; in mkdtemp() local 19 } while (--retries && errno == EEXIST); in mkdtemp()
|
| D | mktemp.c | 10 int retries = 100; in mktemp() local 25 } while (--retries); in mktemp()
|
| D | mkostemps.c | 17 int fd, retries = 100; in __mkostemps() local 22 } while (--retries && errno == EEXIST); in __mkostemps()
|
| /third_party/ltp/testcases/kernel/input/ |
| D | input_helper.c | 75 int retries = 10; in open_device() local 77 while (retries--) { in open_device() 147 int retries = 10; in open_uinput() local 154 while (retries--) { in open_uinput()
|