/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | lockfree_event.cc | 162 bool LockfreeEvent::SetShutdown(grpc_error* shutdown_error) { in SetShutdown() argument 163 gpr_atm new_state = reinterpret_cast<gpr_atm>(shutdown_error) | kShutdownBit; in SetShutdown() 170 &state_, curr, grpc_error_string(shutdown_error)); in SetShutdown() 187 GRPC_ERROR_UNREF(shutdown_error); in SetShutdown() 199 "FD Shutdown", &shutdown_error, 1)); in SetShutdown()
|
D | tcp_windows.cc | 126 grpc_error* shutdown_error; member 137 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error); in tcp_free() 228 "TCP stream shutting down", &tcp->shutdown_error, 1) in on_read() 260 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_read() 374 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_write() 464 tcp->shutdown_error = why; in win_shutdown()
|
D | lockfree_event.h | 59 bool SetShutdown(grpc_error* shutdown_error);
|
D | timer_generic.cc | 705 grpc_error* shutdown_error = in timer_check() local 732 run_some_expired_timers(now, next, shutdown_error); in timer_check()
|
D | ev_poll_posix.cc | 92 grpc_error* shutdown_error; member 361 if (fd->shutdown) GRPC_ERROR_UNREF(fd->shutdown_error); 492 "FD shutdown", &fd->shutdown_error, 1), 545 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/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/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 408 shutdown_timeval, shutdown_error = self._calculate_timeval( 421 results['seconds_reboot_error'] = shutdown_error + boot_error
|
/external/python/cpython3/Lib/test/ |
D | test_io.py | 3516 self.assertIn(self.shutdown_error, err.decode()) 3702 shutdown_error = "LookupError: unknown encoding: ascii" variable in CTextIOWrapperTest 3753 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
|