Home
last modified time | relevance | path

Searched refs:timeout_value (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/tonic/src/transport/service/
Dgrpc_timeout.rs112 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/
Dno_rt.rs16 block_on(timeout_value()); in timeout_panics_when_no_tokio_context()
30 async fn timeout_value() { in timeout_value() function
Dtime_rt.rs79 async fn timeout_value() { in timeout_value() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc883 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/
Ddhcp4.rs135 pub timeout_value: u32, field
/external/libcups/cups/
Dhttp-private.h276 double timeout_value; /* Timeout in seconds */ member
Dhttp.c2408 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()
Dtls-gnutls.c1126 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read()
1610 old_timeout = http->timeout_value; in _httpTLSStart()
Dtls-darwin.c1610 old_timeout = http->timeout_value; in _httpTLSStart()
2194 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
Dipp.c6596 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/
Dvmlinux_602.h45666 __le16 timeout_value; member
45686 u16 timeout_value; member
Dvmlinux.h45666 __le16 timeout_value; member
45686 u16 timeout_value; member