/third_party/mesa3d/.gitlab-ci/lava/ |
D | exceptions.py | 15 def __init__(self, *args, retry_count: int) -> None: 17 self.retry_count = retry_count
|
D | lava_job_submitter.py | 457 retry_count = NUMBER_OF_RETRIES_TIMEOUT_DETECTION 459 for attempt_no in range(1, retry_count + 2): 488 retry_count=retry_count,
|
/third_party/ffmpeg/tools/ |
D | probetest.c | 100 int retry_count= 4097; in main() local 108 retry_count = read_int(argv[i]); in main() 124 if (retry_count > 1000000000U) { in main() 146 for (retry = 0; retry < retry_count; retry += FFMAX(size, 32)) { in main()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | minimal-ws-client.c | 25 uint16_t retry_count; /* count of consequetive retries */ member 82 connect_client, &mco->retry_count)) { in connect_client() 131 &mco->retry_count)) { in callback_minimal()
|
/third_party/musl/src/network/ |
D | resolvconf.c | 57 if (config.retry_count > 0) { in __get_resolv_conf() 58 if (config.retry_count >= 10) { in __get_resolv_conf() 61 conf->attempts = config.retry_count; in __get_resolv_conf()
|
D | lookup.h | 82 uint32_t retry_count; member
|
/third_party/musl/porting/linux/user/src/network/ |
D | resolvconf.c | 144 if (config.retry_count > 0) { in __get_resolv_conf() 145 if (config.retry_count >= 10) { in __get_resolv_conf() 148 conf->attempts = config.retry_count; in __get_resolv_conf()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
D | main.c | 39 uint16_t retry_count; /* count of consequetive retries */ member 149 connect_client, &mco->retry_count)) { in connect_client() 320 &mco->retry_count)) { in callback_minimal()
|
/third_party/toybox/toys/pending/ |
D | tftpd.c | 106 int fd, done = 0, retry_count = 12, timeout = 100, len; in do_action() local 156 retry_count = 12, timeout = 100, pktopcode = TFTPD_OP_ACK; in do_action() 186 if (!--retry_count) { in do_action()
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_openmetrics_export.c | 105 uint16_t retry_count; /* count of consequetive retries */ member 176 omc_connect_client, &vhd->retry_count)) in omc_connect_client() 179 vhd->retry_count = 0; in omc_connect_client() 181 omc_connect_client, &vhd->retry_count); in omc_connect_client() 1147 omc_connect_client, &vhd->retry_count)) in callback_lws_openmetrics_prox_client() 1150 vhd->retry_count = 0; in callback_lws_openmetrics_prox_client() 1152 omc_connect_client, &vhd->retry_count); in callback_lws_openmetrics_prox_client()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.c | 562 src->retry_count = 0; in gst_soup_http_src_reset() 1753 if (src->retry_count == SOUP_HTTP_SRC_RETRY_COUNT_ONCE) { in proc_buffering_time() 1758 …"src->retry_count:%d, src->buffering_time:%"G_GUINT64_FORMAT"\n", src->retry_count, src->buffering… in proc_buffering_time() 1765 src->retry_count = 0; in proc_buffering_time() 1771 src->retry_count = 1; in proc_buffering_time() 1794 if (src->retry_count == SOUP_HTTP_SRC_RETRY_COUNT_ONCE) { in wait_for_connect() 1807 … "retry_count:%d, and sleep :%d us, timeout:%"G_GUINT64_FORMAT"", src->retry_count, DEFAULT_WAIT_S… in wait_for_connect() 1829 src->retry_count = 0; in gst_soup_http_src_handle_connect_fail_ohos() 1840 if (src->max_retries == -1 || src->retry_count < src->max_retries) in gst_soup_http_src_handle_connect_fail_ohos() 1931 if (src->max_retries == -1 || src->retry_count < src->max_retries) in gst_soup_http_src_parse_status() [all …]
|
D | gstsouphttpsrc.h | 79 gint retry_count; /* Number of retries since we received data */ member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-sbix-table.hh | 82 unsigned int retry_count = 8; in get_glyph_blob() local 104 if (retry_count--) in get_glyph_blob()
|
/third_party/harfbuzz/src/ |
D | hb-ot-color-sbix-table.hh | 103 unsigned int retry_count = 8; in get_glyph_blob() local 125 if (retry_count--) in get_glyph_blob()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-sbix-table.hh | 103 unsigned int retry_count = 8; in get_glyph_blob() local 125 if (retry_count--) in get_glyph_blob()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 497 guint retry_count; in gst_ks_video_device_create_pin() local 515 for (retry_count = 0; retry_count != 5; retry_count++) { in gst_ks_video_device_create_pin()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11decoder.cpp | 1010 guint retry_count = 0; in gst_d3d11_decoder_begin_frame() local 1021 GST_LOG_OBJECT (decoder, "Try begin frame, retry count %d", retry_count); in gst_d3d11_decoder_begin_frame() 1028 if (hr == E_PENDING && retry_count < retry_threshold) { in gst_d3d11_decoder_begin_frame() 1030 retry_count); in gst_d3d11_decoder_begin_frame() 1034 GST_LOG_OBJECT (decoder, "Succeeded with retry count %d", retry_count); in gst_d3d11_decoder_begin_frame() 1038 retry_count++; in gst_d3d11_decoder_begin_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_kay_i.h | 148 u32 retry_count; member
|
D | ieee802_1x_kay.c | 2609 if (participant->retry_count < MAX_RETRY_CNT || in ieee802_1x_participant_timer() 2612 participant->retry_count++; in ieee802_1x_participant_timer() 3013 if (principal->retry_count < MAX_RETRY_CNT || principal->mode == PSK) { in ieee802_1x_kay_enable_new_info() 3015 principal->retry_count++; in ieee802_1x_kay_enable_new_info() 3353 participant->retry_count = 0; in ieee802_1x_kay_decode_mkpdu() 3675 participant->retry_count = 0; in ieee802_1x_kay_create_mka()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_kay_i.h | 148 u32 retry_count; member
|
D | ieee802_1x_kay.c | 2646 if (participant->retry_count < MAX_RETRY_CNT || in ieee802_1x_participant_timer() 2649 participant->retry_count++; in ieee802_1x_participant_timer() 3050 if (principal->retry_count < MAX_RETRY_CNT || principal->mode == PSK) { in ieee802_1x_kay_enable_new_info() 3052 principal->retry_count++; in ieee802_1x_kay_enable_new_info() 3390 participant->retry_count = 0; in ieee802_1x_kay_decode_mkpdu() 3712 participant->retry_count = 0; in ieee802_1x_kay_create_mka()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_fake.c | 1434 int retry_count = 0; in drm_intel_fake_bo_exec() local 1448 if (retry_count == 0) { in drm_intel_fake_bo_exec() 1449 retry_count++; in drm_intel_fake_bo_exec()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 21285 long unsigned int retry_count; member
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 21581 souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING 21584 occurs because retry_count 21585 reaches to the max. Thus, reset retry_count if flush occurs after
|