Searched refs:shutdown_error (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_windows.cc | 125 grpc_error* shutdown_error; member 135 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error); in tcp_free() 201 "TCP stream shutting down", &tcp->shutdown_error, 1) in on_read() 225 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_read() 314 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_write() 403 tcp->shutdown_error = why; in win_shutdown()
|
D | timer_generic.cc | 701 grpc_error* shutdown_error = in timer_check() local 729 run_some_expired_timers(now, next, shutdown_error); in timer_check()
|
D | ev_poll_posix.cc | 90 grpc_error* shutdown_error; member 401 if (fd->shutdown) GRPC_ERROR_UNREF(fd->shutdown_error); 532 "FD shutdown", &fd->shutdown_error, 1), 584 fd->shutdown_error = why;
|
/external/grpc-grpc/test/core/transport/ |
D | byte_stream_test.cc | 101 grpc_error* shutdown_error = in TEST() local 103 stream.Shutdown(GRPC_ERROR_REF(shutdown_error)); in TEST() 107 EXPECT_TRUE(error == shutdown_error); in TEST() 109 GRPC_ERROR_UNREF(shutdown_error); in TEST()
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 439 shutdown_timeval, shutdown_error = self._calculate_timeval( 452 results['seconds_reboot_error'] = shutdown_error + boot_error
|
/external/python/cpython3/Lib/test/ |
D | test_io.py | 3422 self.assertIn(self.shutdown_error, err.decode()) 3609 shutdown_error = "RuntimeError: could not find io module state" variable in CTextIOWrapperTest 3660 shutdown_error = "LookupError: unknown encoding: ascii" variable in PyTextIOWrapperTest
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 3137 shutdown_error = "RuntimeError: could not find io module state" variable in CMiscIOTest 3141 shutdown_error = "LookupError: unknown encoding: ascii" variable in PyMiscIOTest
|