Searched refs:timeout_value (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/tonic/src/transport/service/ |
D | grpc_timeout.rs | 112 let (timeout_value, timeout_unit) = val in try_parse_grpc_timeout() 125 if timeout_value.len() > 8 { in try_parse_grpc_timeout() 129 let timeout_value: u64 = timeout_value.parse().map_err(|_| val)?; in try_parse_grpc_timeout() localVariable 133 "H" => Duration::from_secs(timeout_value * SECONDS_IN_HOUR), in try_parse_grpc_timeout() 135 "M" => Duration::from_secs(timeout_value * SECONDS_IN_MINUTE), in try_parse_grpc_timeout() 137 "S" => Duration::from_secs(timeout_value), in try_parse_grpc_timeout() 139 "m" => Duration::from_millis(timeout_value), in try_parse_grpc_timeout() 141 "u" => Duration::from_micros(timeout_value), in try_parse_grpc_timeout() 143 "n" => Duration::from_nanos(timeout_value), in try_parse_grpc_timeout()
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | no_rt.rs | 16 block_on(timeout_value()); in timeout_panics_when_no_tokio_context() 30 async fn timeout_value() { in timeout_value() function
|
D | time_rt.rs | 79 async fn timeout_value() { in timeout_value() function
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 883 uint32 timeout_value; in GcsFileSystem() local 885 &timeout_value)) { in GcsFileSystem() 886 timeouts_.connect = timeout_value; in GcsFileSystem() 888 if (GetEnvVar(kRequestIdleTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem() 889 timeouts_.idle = timeout_value; in GcsFileSystem() 892 &timeout_value)) { in GcsFileSystem() 893 timeouts_.metadata = timeout_value; in GcsFileSystem() 895 if (GetEnvVar(kReadRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem() 896 timeouts_.read = timeout_value; in GcsFileSystem() 898 if (GetEnvVar(kWriteRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem() [all …]
|
/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/ |
D | dhcp4.rs | 135 pub timeout_value: u32, field
|
/external/libcups/cups/ |
D | http-private.h | 276 double timeout_value; /* Timeout in seconds */ member
|
D | http.c | 2408 if (http->timeout_value > 0) in httpReconnect2() 2409 http_set_timeout(http->fd, http->timeout_value); in httpReconnect2() 2685 http->timeout_value = timeout; in httpSetTimeout() 4086 if (!http->blocking || http->timeout_value > 0.0) in http_read() 4561 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait() 4685 if (http->timeout_value > 0.0) in http_write()
|
D | tls-gnutls.c | 1126 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read() 1610 old_timeout = http->timeout_value; in _httpTLSStart()
|
D | tls-darwin.c | 1610 old_timeout = http->timeout_value; in _httpTLSStart() 2194 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
|
D | ipp.c | 6596 else if (http->used == 0 && http->timeout_value > 0) in ipp_read_http() 6602 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 45666 __le16 timeout_value; member 45686 u16 timeout_value; member
|
D | vmlinux.h | 45666 __le16 timeout_value; member 45686 u16 timeout_value; member
|