Home
last modified time | relevance | path

Searched +full:- +full:- +full:timeout +full:- +full:retries (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/ltp/testcases/lib/
Dtest.sh3 # 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/
DTest-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json5 "-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 …]
DTest-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json5 "-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/
Dgenerate_b2c.py30 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/
Ddhcp6.c1 /* 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/
Dretry.md1 ---
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 …]
Dretry-max-time.md1 ---
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/libwebsockets/READMEs/
DREADME.udp.md10 ## 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/skia/infra/bots/recipes/
Dtest.py2 # 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/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py3 # 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/lwip/
D0088-modify-log-info-err.patch6 ---
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 …]
D0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch6 ---
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/curl/lib/
Dtftp.c21 * 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
196 * tftp_set_timeouts -
200 * packet is received, then use user-provided transfer timeouts
206 time_t maxtime, timeout; in tftp_set_timeouts() local
208 bool start = (state->state == TFTP_STATE_START) ? TRUE : FALSE; in tftp_set_timeouts()
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !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/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c12 * 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/curl/docs/libcurl/opts/
DCURLMOPT_TIMERFUNCTION.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLMOPT_SOCKETFUNCTION (3)
9 - CURLMOPT_TIMERDATA (3)
11 - All
12 ---
16 CURLMOPT_TIMERFUNCTION - callback to receive timeout values
24 long timeout_ms, /* timeout in number of ms */
35 Certain features, such as timeouts and retries, require you to call libcurl
[all …]
/third_party/openssl/doc/man3/
DBIO_socket_wait.pod8 - 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/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
Dminimal-secure-streams-testsfail.c2 * 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/skia/third_party/externals/angle2/infra/specs/
Dtest_suites.pyl2 # 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/lwip/src/include/netif/ppp/
Dpppol2tp.h46 /* 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/NuttX/fs/nfs/
Dnfs_mount.h6 * Author: Jose Pablo Rojas Vargas <jrojas@nx-engineering.com>
64 * Pre-processor Definitions
72 #define NFSMNT_TIMEO (1 << 3) /* Set initial timeout */
73 #define NFSMNT_RETRANS (1 << 4) /* Set number of request retries */
88 pthread_mutex_t nm_mux; /* Used to assure thread-safe access */
98 uint8_t nm_retry; /* Max retries */
99 uint32_t nm_timeo; /* Timeout value (in system clock ticks) */
131 /* I/O buffer (must be a aligned to 32-bit boundaries). This buffer used for all
146 #define SIZEOF_nfsmount(n) (sizeof(struct nfsmount) + ((n + 3) & ~3) - sizeof(uint32_t))
154 uint32_t timeo; /* Timeout value (in deciseconds) */
[all …]
/third_party/libcoap/man/
Dcoap_recovery.txt.in1 // -*- mode:doc; -*-
12 ----
35 - Work with CoAP packet transmissions
38 --------
98 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
99 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
100 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
101 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
104 -----------
106 https://rfc-editor.org/rfc/rfc7252[RFC7252], as well CoAP Non-Confirmable
[all …]
/third_party/backends/backend/pixma/
Dpixma_bjnp_private.h1 /* SANE - Scanner Access Now Easy.
16 This file is subject to the Apple OS-Developed Software exception.
83 #define BJNP_TIMEOUT_DEFAULT 10000 /* minimum timeout value for network operations */
84 #define BJNP_TIMEOUT_TCP_CONNECT 2000 /* timeout for tcp connect attempts in ms */
88 /* retries */
89 #define BJNP_MAX_SELECT_ATTEMPTS 3 /* max nr of retries on select (EINTR) */
91 #define BJNP_UDP_RETRY_MAX 3 /* max nt of retries on a udp command */
105 #define BJNP_RESTART_POLL -1
141 {PROTOCOL_NONE, -1, NULL, NULL, SANE_FALSE}
263 unsigned char result[4]; /* unknown stuff, result[2] = 80 -> status is available*/
[all …]
/third_party/lwip/src/apps/tftp/
Dtftp_server.c89 u8_t retries; member
111 tftp_state.ctx->close(tftp_state.handle); in close_handle()
129 payload = (u16_t *) p->payload; in send_error()
148 payload = (u16_t *) p->payload; in send_ack()
159 struct pbuf *p = pbuf_alloc(PBUF_TRANSPORT, tftp_state.last_data->len, PBUF_RAM); in resend_data()
188 payload = (u16_t *) tftp_state.last_data->payload; in send_data()
192 ret = tftp_state.ctx->read(tftp_state.handle, &payload[2], TFTP_MAX_PAYLOAD_SIZE); in send_data()
206 u16_t *sbuf = (u16_t *) p->payload; in recv()
222 tftp_state.retries = 0; in recv()
240 /* find \0 in pbuf -> end of filename string */ in recv()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DREADME.md9 * multi-process execution
11 ## Command-Line Arguments
14 following additional command-line arguments:
16 * `--batch-size` limits the number of tests to run in each batch
17 * `--batch-timeout` limits the amount of time spent in each batch
18 * `--bot-mode` enables multi-process execution and test batching
19 * `--debug-test-groups` dumps the test config categories when using `bot-mode`
20 * `--filter-file` allows passing a larger `gtest_filter` via a file
21 * `--histogram-json-file` outputs a [formatted JSON file][HistogramSet] for perf dashboards
22 * `--max-processes` limits the number of simuntaneous processes
[all …]

1234567