Home
last modified time | relevance | path

Searched refs:handle_timeout (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py273 self.handle_timeout()
297 def handle_timeout(self): member in BaseServer
549 def handle_timeout(self): member in ForkingMixIn
/external/python/cpython3/Lib/
Dsocketserver.py301 return self.handle_timeout()
326 def handle_timeout(self): member in BaseServer
587 def handle_timeout(self): member in ForkingMixIn
/external/python/httplib2/python2/httplib2/test/
Dminiserver.py87 self.handle_timeout()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc416 static grpc_error* GPR_ATTRIBUTE_NOINLINE handle_timeout(grpc_chttp2_stream* s, in handle_timeout() function
488 return handle_timeout(s, md); in on_initial_header()
/external/libusb/libusb/
Dio.c2017 static void handle_timeout(struct usbi_transfer *itransfer) in handle_timeout() function
2061 handle_timeout(itransfer); in handle_timeouts_locked()
/external/python/cpython2/Doc/library/
Dsocketserver.rst196 seconds, :meth:`handle_timeout` will be called and :meth:`handle_request`
277 timeout period, the :meth:`handle_timeout` method is called.
308 .. method:: handle_timeout()
/external/python/cpython3/Doc/library/
Dsocketserver.rst211 seconds, :meth:`handle_timeout` will be called and :meth:`handle_request`
304 timeout period, the :meth:`handle_timeout` method is called.
339 .. method:: handle_timeout()
/external/libusb/
DChangeLog80 * Fix race condition in handle_timeout()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2872 Add .timeout attribute to SocketServer that calls .handle_timeout() when no
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1526 no request is received within that time, :meth:`~SocketServer.BaseServer.handle_timeout`
D2.6.rst2380 calling a :meth:`handle_timeout` method after a span of inactivity
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2376 calling a :meth:`handle_timeout` method after a span of inactivity
D2.7.rst1511 no request is received within that time, :meth:`~SocketServer.BaseServer.handle_timeout`