Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_windows.cc125 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()
Dtimer_generic.cc701 grpc_error* shutdown_error = in timer_check() local
729 run_some_expired_timers(now, next, shutdown_error); in timer_check()
Dev_poll_posix.cc90 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/
Dbyte_stream_test.cc101 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/
Dplatform_BootPerf.py439 shutdown_timeval, shutdown_error = self._calculate_timeval(
452 results['seconds_reboot_error'] = shutdown_error + boot_error
/external/python/cpython3/Lib/test/
Dtest_io.py3422 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/
Dtest_io.py3137 shutdown_error = "RuntimeError: could not find io module state" variable in CMiscIOTest
3141 shutdown_error = "LookupError: unknown encoding: ascii" variable in PyMiscIOTest