Home
last modified time | relevance | path

Searched refs:retried (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_backend.c221 boolean retried; in svga_vbuf_submit_state() local
233 SVGA_RETRY_CHECK(svga, svga_hwtnl_flush(svga->hwtnl), retried); in svga_vbuf_submit_state()
234 if (retried) { in svga_vbuf_submit_state()
291 boolean retried; in svga_vbuf_render_draw_arrays() local
305 nr, start_instance, instance_count, 0), retried); in svga_vbuf_render_draw_arrays()
306 if (retried) { in svga_vbuf_render_draw_arrays()
323 boolean retried; in svga_vbuf_render_draw_elements() local
357 nr_indices), retried); in svga_vbuf_render_draw_elements()
358 if (retried) { in svga_vbuf_render_draw_elements()
Dsvga_swtnl_draw.c53 boolean retried; in svga_swtnl_draw_vbo() local
64 SVGA_RETRY_CHECK(svga, svga_update_state(svga, SVGA_STATE_SWTNL_DRAW), retried); in svga_swtnl_draw_vbo()
65 if (retried) { in svga_swtnl_draw_vbo()
Dsvga_context.h1115 UNUSED boolean retried; \
1117 SVGA_RETRY_CHECK(_svga, _func, retried); \
/third_party/node/deps/npm/node_modules/promise-retry/
Dindex.js31 err = err.retried;
34 throw errcode(new Error('Retrying'), 'EPROMISERETRY', { retried: err }); property
39 err = err.retried;
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/
Dremote.js98 ? err.retried.code
104 const isRetryError = err.retried instanceof fetch.Response ||
/third_party/curl/docs/cmdline-opts/
Dmax-time.md26 reset each time the transfer is retried. You can use --retry-max-time to limit
/third_party/ffmpeg/libavcodec/
Ddvdec.c400 int retried = 0; in dv_decode_video_segment() local
526 if (vs_bit_buffer_damaged && !retried) { in dv_decode_video_segment()
528 retried = 1; in dv_decode_video_segment()
/third_party/python/Misc/NEWS.d/
D3.5.0a3.rst283 :func:`signal.sigwaitinfo` and :func:`signal.sigtimedwait` are now retried
286 timeout with a monotonic clock when it is retried.
306 If time.sleep() is interrupted by a signal, the sleep is now retried with
/third_party/ffmpeg/libavformat/
Dftp.c1042 int ret, retried; in ftp_read_dir() local
1045 retried = 0; in ftp_read_dir()
1048 if (retried) in ftp_read_dir()
1064 retried = 1; in ftp_read_dir()
/third_party/openssl/doc/man3/
DSSL_set_retry_verify.pod5 SSL_set_retry_verify - indicate that certificate verification should be retried
DSSL_get_error.pod61 The operation did not complete and can be retried later.
94 TLS/SSL I/O function should be retried.
DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
DBIO_should_retry.pod31 should then be retried at a later time.
DBIO_ctrl.pod115 that the call should be retried later in a similar manner to BIO_write_ex().
DOSSL_CMP_exec_certreq.pod88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
DBIO_s_connect.pod101 to determine if the call should be retried.
DBIO_f_ssl.pod105 to determine if the call should be retried.
/third_party/python/Doc/library/
Dselect.rst161 The function is now retried with a recomputed timeout when interrupted by
267 The function is now retried with a recomputed timeout when interrupted by
367 The function is now retried with a recomputed timeout when interrupted by
455 The function is now retried with a recomputed timeout when interrupted by
496 The function is now retried with a recomputed timeout when interrupted by
Dselectors.rst166 The selector is now retried with a recomputed timeout when interrupted
Dsignal.rst595 The function is now retried if interrupted by a signal not in *sigset*
614 The function is now retried with the recomputed *timeout* if interrupted
/third_party/openssl/doc/man5/
Dfips_config.pod57 operation may then be retried if the error mode has not been triggered.
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md199 … if `method` is `'HEAD'` or `'GET'` - Whether the requests can be safely retried or not. If `false…
209 …is dispatched on socket. May be invoked multiple times when a request is retried when the request …
454 Idempotent requests will be automatically retried if
/third_party/python/Lib/urllib/
Drequest.py1096 self.retried = 0
1101 self.retried = 0
1105 if self.retried > 5:
1114 self.retried += 1
/third_party/skia/site/docs/dev/testing/
Dautomated_testing.md24 may automatically retry tasks within its set limits. Jobs are not retried.
/third_party/cups/
Dohos_ip_conflict.patch261 int retryable; /* Is this a job that should be retried? */

12