Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-timeout.hpp29 class timeout_error: public std::runtime_error class
32 explicit timeout_error(const std::string& msg): in timeout_error() function in rxcpp::timeout_error
150 … state->dest.on_error(rxu::make_error_ptr(rxcpp::timeout_error("timeout has occurred"))); in produce_timeout()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dtimeout.cpp13 rxcpp::timeout_error ex("timeout has occurred");
138 rxcpp::timeout_error ex("timeout has occurred");
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dtimeout.cpp20 } catch (const rxcpp::timeout_error& ex) { in __anonec06ce780202()
/external/python/cpython3/Modules/
Dsocketmodule.h282 PyObject *timeout_error; member
D_ssl.c1038 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_do_handshake_impl()
2289 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()
2324 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_write_impl()
2478 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_read_impl()
2590 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()
2593 PyErr_SetString(PySocketModule.timeout_error, in _ssl__SSLSocket_shutdown_impl()
Dsocketmodule.c6827 PySocketModuleAPI.timeout_error = socket_timeout;
/external/autotest/client/common_lib/
Dutils.py812 timeout_error = False
817 timeout_error = _wait_for_commands(bg_jobs, start_time, timeout)
828 if timeout_error: