/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_backend.c | 221 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()
|
D | svga_swtnl_draw.c | 53 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()
|
D | svga_context.h | 1115 UNUSED boolean retried; \ 1117 SVGA_RETRY_CHECK(_svga, _func, retried); \
|
/third_party/node/deps/npm/node_modules/promise-retry/ |
D | index.js | 31 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/ |
D | remote.js | 98 ? err.retried.code 104 const isRetryError = err.retried instanceof fetch.Response ||
|
/third_party/curl/docs/cmdline-opts/ |
D | max-time.md | 26 reset each time the transfer is retried. You can use --retry-max-time to limit
|
/third_party/ffmpeg/libavcodec/ |
D | dvdec.c | 400 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/ |
D | 3.5.0a3.rst | 283 :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/ |
D | ftp.c | 1042 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/ |
D | SSL_set_retry_verify.pod | 5 SSL_set_retry_verify - indicate that certificate verification should be retried
|
D | SSL_get_error.pod | 61 The operation did not complete and can be retried later. 94 TLS/SSL I/O function should be retried.
|
D | BIO_f_buffer.pod | 70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
|
D | BIO_should_retry.pod | 31 should then be retried at a later time.
|
D | BIO_ctrl.pod | 115 that the call should be retried later in a similar manner to BIO_write_ex().
|
D | OSSL_CMP_exec_certreq.pod | 88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
|
D | BIO_s_connect.pod | 101 to determine if the call should be retried.
|
D | BIO_f_ssl.pod | 105 to determine if the call should be retried.
|
/third_party/python/Doc/library/ |
D | select.rst | 161 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
|
D | selectors.rst | 166 The selector is now retried with a recomputed timeout when interrupted
|
D | signal.rst | 595 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/ |
D | fips_config.pod | 57 operation may then be retried if the error mode has not been triggered.
|
/third_party/node/deps/undici/src/docs/api/ |
D | Dispatcher.md | 199 … 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/ |
D | request.py | 1096 self.retried = 0 1101 self.retried = 0 1105 if self.retried > 5: 1114 self.retried += 1
|
/third_party/skia/site/docs/dev/testing/ |
D | automated_testing.md | 24 may automatically retry tasks within its set limits. Jobs are not retried.
|
/third_party/cups/ |
D | ohos_ip_conflict.patch | 261 int retryable; /* Is this a job that should be retried? */
|