Home
last modified time | relevance | path

Searched defs:with_timeout (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dsync_socket_unittest.cc22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/external/cronet/tot/base/
Dsync_socket_unittest.cc24 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/external/cronet/stable/base/
Dsync_socket_unittest.cc24 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
/external/python/python-api-core/google/api_core/retry/
Dretry_base.py283 def with_timeout(self, timeout: float | None) -> Self: member in _BaseRetry
/external/rust/android-crates-io/crates/tokio/tests/
Dtask_local_set.rs365 fn with_timeout(timeout: Duration, f: impl FnOnce() + Send + 'static) { in with_timeout() function
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs101 pub fn with_timeout(self, duration: Duration) -> Self { in with_timeout() method
/external/python/cpython3/Lib/test/
Dtest_socket.py1725 def check_sendall_interrupted(self, with_timeout): argument