Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc838 uint32 timeout_value; in GcsFileSystem() local
840 &timeout_value)) { in GcsFileSystem()
841 timeouts_.connect = timeout_value; in GcsFileSystem()
843 if (GetEnvVar(kRequestIdleTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
844 timeouts_.idle = timeout_value; in GcsFileSystem()
847 &timeout_value)) { in GcsFileSystem()
848 timeouts_.metadata = timeout_value; in GcsFileSystem()
850 if (GetEnvVar(kReadRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
851 timeouts_.read = timeout_value; in GcsFileSystem()
853 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()
Dipp.c.orig6822 else if (http->used == 0 && http->timeout_value > 0)
6828 if (!httpWait(http, (int)(1000 * http->timeout_value)))
/external/adhd/cras/src/libcras/
Dcras_client.c930 struct timespec timeout_value; in connect_to_server_wait_retry() local
936 timeout = &timeout_value; in connect_to_server_wait_retry()