Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc715 uint32 timeout_value; in GcsFileSystem() local
717 &timeout_value)) { in GcsFileSystem()
718 timeouts_.connect = timeout_value; in GcsFileSystem()
720 if (GetEnvVar(kRequestIdleTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
721 timeouts_.idle = timeout_value; in GcsFileSystem()
724 &timeout_value)) { in GcsFileSystem()
725 timeouts_.metadata = timeout_value; in GcsFileSystem()
727 if (GetEnvVar(kReadRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
728 timeouts_.read = timeout_value; in GcsFileSystem()
730 if (GetEnvVar(kWriteRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
[all …]
/external/libcups/cups/
Dhttp-private.h344 double timeout_value; /* Timeout in seconds */ member
Dhttp.c2448 if (http->timeout_value > 0) in httpReconnect2()
2449 http_set_timeout(http->fd, http->timeout_value); in httpReconnect2()
2748 http->timeout_value = timeout; in httpSetTimeout()
4127 if (!http->blocking || http->timeout_value > 0.0) in http_read()
4604 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()
4722 if (http->timeout_value > 0.0) in http_write()
Dtls-gnutls.c1096 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read()
1594 old_timeout = http->timeout_value; in _httpTLSStart()
Dtls-darwin.c1552 old_timeout = http->timeout_value; in _httpTLSStart()
2125 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
Dipp.c6737 else if (http->used == 0 && http->timeout_value > 0) in ipp_read_http()
6743 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
/external/adhd/cras/src/libcras/
Dcras_client.c923 struct timespec timeout_value; in connect_to_server_wait_retry() local
929 timeout = &timeout_value; in connect_to_server_wait_retry()