Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dconnectivity_test.py89 async def test_shutdown(self): member in TestConnectivityState
Dserver_test.py409 async def test_shutdown(self): member in TestServer
/external/python/cpython3/Lib/test/
Dtest_atexit.py17 def test_shutdown(self): member in FunctionalTest
Dtest_socketserver.py257 def test_shutdown(self): member in SocketServerTest
/external/rust/crates/tokio-util/tests/
Dio_sync_bridge.rs59 async fn test_shutdown() -> Result<(), Box<dyn Error>> { in test_shutdown() function
/external/python/cpython2/Lib/test/
Dtest_socketserver.py309 def test_shutdown(self): member in SocketServerTest
/external/ltp/utils/sctp/testlib/
Dsctputil.h260 static inline int test_shutdown(int sk, int how) in test_shutdown() function