| /third_party/ltp/testcases/lib/ |
| D | test.sh | 3 # Copyright (c) Linux Test Project, 2014-2017 17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 87 if [ $# -ne 1 ]; then 96 if [ $ret -eq 127 ]; then 104 if [ "$(id -ru)" != 0 ]; then 111 if [ -n "${TST_CLEANUP:-}" -a -z "${TST_NO_CLEANUP:-}" ]; then 115 if [ -n "${LTP_IPC_PATH:-}" -a -f "${LTP_IPC_PATH:-}" ]; then 116 rm -f "$LTP_IPC_PATH" 120 if [ $((LTP_RET_VAL & 7)) -eq 0 -a $TST_PASS_COUNT -gt 0 ]; then 129 if [ -z "$TMPDIR" ]; then [all …]
|
| /third_party/skia/infra/bots/recipes/test.expected/ |
| D | Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 25 "[START_DIR]/skia/infra/bots/assets/lottie-samples/VERSION", 29 "name": "Get lottie-samples VERSION", 38 "-u", 40 "--json-output", [all …]
|
| D | Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 38 "-u", 40 "--json-output", 56 "-u", 58 "--json-output", [all …]
|
| /third_party/mesa3d/.gitlab-ci/b2c/ |
| D | generate_b2c.py | 30 parser.add_argument('--ci-job-id') 31 parser.add_argument('--container-cmd') 32 parser.add_argument('--initramfs-url') 33 parser.add_argument('--job-success-regex') 34 parser.add_argument('--job-warn-regex') 35 parser.add_argument('--kernel-url') 36 parser.add_argument('--log-level', type=int) 37 parser.add_argument('--poweroff-delay', type=int) 38 parser.add_argument('--session-end-regex') 39 parser.add_argument('--session-reboot-regex') [all …]
|
| /third_party/toybox/toys/pending/ |
| D | dhcp6.c | 1 /* dhcp6.c - DHCP6 client for dynamic network configuration. 12 usage: dhcp6 [-fbnqvR] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE] 16 -i Interface to use (default eth0) 17 -p Create pidfile 18 -s Run PROG at DHCP events 19 -t Send up to N Solicit packets 20 -T Pause between packets (default 3 seconds) 21 -A Wait N seconds after failure (default 20) 22 -f Run in foreground 23 -b Background if lease is not obtained [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | retry.md | 1 --- 3 SPDX-License-Identifier: curl 10 See-also: 11 - retry-max-time 13 - --retry 7 $URL 14 --- 16 # `--retry` 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: 21 a timeout, an FTP 4xx response code or an HTTP 408, 429, 500, 502, 503 or 504 [all …]
|
| D | retry-max-time.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: retry-max-time 10 See-also: 11 - retry 13 - --retry-max-time 30 --retry 10 $URL 14 --- 16 # `--retry-max-time` 18 The retry timer is reset before the first transfer attempt. Retries are done 19 as usual (see --retry) as long as the timer has not reached this given [all …]
|
| /third_party/node/deps/v8/tools/ |
| D | callstats.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 Usage: callstats.py [-h] <command> ... 9 -h, --help show this help message and exit 12 run run chrome with --runtime-call-stats and generate logs 17 For each command, you can try ./runtime-call-stats.py help command. 45 m = re.match(r'^--([^=]+)=(.*)$', arg) 46 if m and (' ' in m.group(2) or m.group(2).startswith('-')): 47 arg = "--{}='{}'".format(m.group(1), m.group(2)) 55 with tempfile.NamedTemporaryFile(prefix='callstats-inject-', suffix='.js', 63 "--port=%s" % http_port, [all …]
|
| /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 29 if (lws_dll2_is_detached(&transaction->sul_write.list) && 30 lws_retry_sul_schedule_retry_wsi(wsi, &transaction->sul_write, 32 &transaction->retry_count_write)) { 33 /* we have reached the end of our concealed retries */ 34 lwsl_warn("%s: concealed retries done, failing\n", __func__); 40 selects the timeout using the policy bound to the wsi, and sets the `lws_sul` in the 48 with the well-known fault names "udp_tx_loss" and "udp_rx_loss", typically [all …]
|
| /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/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 46 # Timeout in seconds to decide if the device from the dispatched LAVA job has 57 # How many retries should be made when a timeout happen. 60 # How many attempts should be made when a timeout happen during LAVA device boot. 78 "depthcharge-action": { 91 'timeout': { 'minutes': 10 }, 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 114 "prompts": ["lava-shell:"], 121 'timeout': { 'minutes': args.job_timeout }, [all …]
|
| /third_party/skia/infra/bots/recipes/ |
| D | test.py | 2 # Use of this source code is governed by a BSD-style license that can be 56 # Obtain the list of already-generated hashes. 74 RETRIES = 5 75 TIMEOUT = 60 78 socket.setdefaulttimeout(TIMEOUT) 79 for retry in range(RETRIES): 82 urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w: 90 if retry == RETRIES: 108 args.append('--properties') 122 args.extend(['--resourcePath', api.flavor.device_dirs.resource_dir]) [all …]
|
| /third_party/curl/lib/ |
| D | tftp.c | 21 * SPDX-License-Identifier: curl 51 #include "cf-socket.h" 77 #define TFTP_OPTION_INTERVAL "timeout" 92 TFTP_EVENT_NONE = -1, 114 TFTP_ERR_NONE = -100, 130 int retries; member 195 * tftp_set_timeouts - 199 * packet is received, then use user-provided transfer timeouts 205 time_t maxtime, timeout; in tftp_set_timeouts() local 207 bool start = (state->state == TFTP_STATE_START) ? TRUE : FALSE; in tftp_set_timeouts() [all …]
|
| /third_party/lwip/ |
| D | 0088-modify-log-info-err.patch | 6 --- 7 src/core/tcp.c | 16 ++++++++-------- 8 1 file changed, 8 insertions(+), 8 deletions(-) 10 diff --git a/src/core/tcp.c b/src/core/tcp.c 12 --- a/src/core/tcp.c 14 @@ -1397,17 +1397,17 @@ tcp_slowtmr_start: 16 if (pcb->state == SYN_SENT && pcb->nrtx >= TCP_SYNMAXRTX) { 18 - LWIP_DEBUGF(TCP_DEBUG | GAZELLE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached loac_p… 19 …LE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached local_port=%u, remote_port=%u\n", pcb->lo… 20 } else if (pcb->nrtx >= TCP_MAXRTX) { [all …]
|
| D | 0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch | 6 --- 7 src/core/tcp.c | 18 +++++++++++------- 10 3 files changed, 17 insertions(+), 7 deletions(-) 12 diff --git a/src/core/tcp.c b/src/core/tcp.c 14 --- a/src/core/tcp.c 16 @@ -1393,16 +1393,17 @@ tcp_slowtmr_start: 18 if (pcb->state == SYN_SENT && pcb->nrtx >= TCP_SYNMAXRTX) { 20 - LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: max SYN retries reached\n")); 21 …LE_DEBUG_SERIOUS, ("tcp_slowtmr: max SYN retries reached loac_port=%u, remote_port=%u\n", pcb->loc… 22 } else if (pcb->nrtx >= TCP_MAXRTX) { [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver… 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K" 18 - results/ 20 .test-gl: 22 - .test 23 - .use-debian/x86_test-gl [all …]
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| D | android.py | 2 # Use of this source code is governed by a BSD-style license that can be 21 def __init__(self, timeout, output=None): argument 22 self.timeout = timeout 41 from devil.android import device_errors # pylint: disable=import-error 42 from devil.android import device_utils # pylint: disable=import-error 43 from devil.android.perf import cache_control # pylint: disable=import-error 44 from devil.android.perf import perf_control # pylint: disable=import-error 54 retries=5, enable_usb_resets=True, device_arg=device)[0] 76 # avoid accessing low-level self.device.adb. 93 # Work-around for 'text file busy' errors. Push the files to a temporary [all …]
|
| /third_party/node/deps/npm/node_modules/retry/lib/ |
| D | retry.js | 18 retries: 10, property 33 for (var i = 0; i < opts.retries; i++) { 43 return a - b; 54 var timeout = Math.round(random * opts.minTimeout * Math.pow(opts.factor, attempt)); 55 timeout = Math.min(timeout, opts.maxTimeout); 57 return timeout;
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
| D | 4-1.c | 12 * On a timeout exit, aio_suspend shall return with an error. 14 * method: Testing for a non NULL timeout 16 * - submit a list of write requests 17 * - check that the selected request has not completed 18 * - suspend on selected request 19 * - check that the suspend timed out 20 * - check return code and errno 38 #define TNAME "aio_suspend/4-1.c" 83 if (fd == -1) { in main() 171 /* timed out aio_suspend should return -1 and set errno to EAGAIN */ in main() [all …]
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
| D | minimal-secure-streams-testsfail.c | 2 * lws-minimal-secure-streams 4 * Written in 2010-2020 by Andy Green <andy@warmcat.com> 14 * --amount xxx, the default without that is 12345 bytes. 31 * If the -proxy app is fulfilling our connection, then we don't need to have 36 * ./lws-minimal-secure-streams-proxy test app on the same machine. 44 "\"schema-version\":" "1," 46 "\"via-socks5\":" "\"127.0.0.1:1080\"," 238 * used to trigger timeout testing 423 * This is the sequence of test streams we are going to create, the ss timeout, 467 * response, but set our ss timeout for 5s. So we expect to see [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLMOPT_TIMERFUNCTION.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLMOPT_SOCKETFUNCTION (3) 9 - CURLMOPT_TIMERDATA (3) 10 --- 14 CURLMOPT_TIMERFUNCTION - callback to receive timeout values 22 long timeout_ms, /* timeout in number of ms */ 33 Certain features, such as timeouts and retries, require you to call libcurl 36 Your callback function **timer_callback** should install a non-repeating [all …]
|
| /third_party/skia/third_party/externals/angle2/infra/specs/ |
| D | test_suites.pyl | 2 # Use of this source code is governed by a BSD-style license that can be 19 '--use-angle=d3d11', 20 '--bot-mode', 34 '--use-angle=gl', 35 '--bot-mode', 37 '--max-processes=1', 51 '--use-angle=gles', 54 '-v', 55 '--shard-timeout=500', 72 '--use-angle=metal', [all …]
|
| /third_party/openssl/doc/man3/ |
| D | BIO_socket_wait.pod | 8 - BIO connection utility functions 18 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds); 24 It succeeds immediately if B<max_time> == 0 (which means no timeout given). 26 BIO_wait() waits at most until B<max_time> on the given (typically socket-based) 29 It succeeds immediately if B<max_time> == 0 (which means no timeout given). 35 It retries BIO_do_connect() as far as needed to reach a definite outcome, 36 i.e., connection succeeded, timeout has been reached, or an error occurred. 37 For nonblocking and potentially even non-socket BIOs it polls 40 If the B<timeout> parameter is > 0 this indicates the maximum number of seconds 42 A value of 0 enables waiting indefinitely (i.e, no timeout), [all …]
|
| /third_party/lwip/src/include/netif/ppp/ |
| D | pppol2tp.h | 46 /* Timeout */ 47 #define PPPOL2TP_CONTROL_TIMEOUT (5*1000) /* base for quick timeout calculation */ 75 /* -- AVP - Message type */ 97 /* -- AVP - Result code */ 101 /* -- AVP - Protocol version (!= L2TP Header version) */ 105 /* -- AVP - Framing capabilities */ 109 /* -- AVP - Bearer capabilities */ 113 /* -- AVP - Tie breaker */ 116 /* -- AVP - Host name */ 120 /* -- AVP - Vendor name */ [all …]
|
| /third_party/node/deps/undici/src/docs/api/ |
| D | RetryHandler.md | 11 - **options** `Dispatch.DispatchOptions & RetryOptions` (required) - It is an intersection of `Disp… 12 - **retryHandlers** `RetryHandlers` (required) - Object containing the `dispatch` to be used on eve… 18 Extends: [`Dispatch.DispatchOptions`](Dispatcher.md#parameter-dispatchoptions). 22 - **retry** `(err: Error, context: RetryContext, callback: (err?: Error | null) => void) => void` (… 23 - **maxRetries** `number` (optional) - Maximum number of retries. Default: `5` 24 - **maxTimeout** `number` (optional) - Maximum number of milliseconds to wait before retrying. Defa… 25 - **minTimeout** `number` (optional) - Minimum number of milliseconds to wait before retrying. Defa… 26 - **timeoutFactor** `number` (optional) - Factor to multiply the timeout by for each retry attempt.… 27 - **retryAfter** `boolean` (optional) - It enables automatic retry after the `Retry-After` header i… 28 - [all …]
|