/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | connectivity_test.py | 94 self.assertEqual(grpc.ChannelConnectivity.SHUTDOWN, 97 self.assertEqual(grpc.ChannelConnectivity.SHUTDOWN, 107 grpc.ChannelConnectivity.SHUTDOWN)
|
/third_party/grpc/doc/ |
D | wait-for-ready.md | 4 If an RPC is issued but the channel is in `TRANSIENT_FAILURE` or `SHUTDOWN` 14 as the channel is `SHUTDOWN` or the RPC's deadline is reached.
|
D | connectivity-semantics-and-api.md | 51 SHUTDOWN: This channel has started shutting down. Any new RPCs should fail 69 <th>SHUTDOWN</th> 105 <th>SHUTDOWN</th>
|
/third_party/toybox/toys/pending/ |
D | init.c | 41 #define SHUTDOWN 0x40 macro 306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list() 309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list() 324 run_action_from_list(SHUTDOWN); in set_default()
|
/third_party/grpc/examples/python/wait_for_ready/ |
D | README.md | 7 > If an RPC is issued but the channel is in TRANSIENT_FAILURE or SHUTDOWN states, the RPC is unable… 9 …ail before READY if there are unrelated reasons, such as the channel is SHUTDOWN or the RPC's dead…
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _channel_connectivity_test.py | 124 self.assertNotIn(grpc.ChannelConnectivity.SHUTDOWN, 128 self.assertNotIn(grpc.ChannelConnectivity.SHUTDOWN,
|
D | _grpc_shutdown_test.py | 38 grpc.ChannelConnectivity.SHUTDOWN):
|
D | _api_test.py | 104 grpc.ChannelConnectivity.SHUTDOWN,
|
/third_party/grpc/src/cpp/thread_manager/ |
D | thread_manager.h | 43 enum WorkStatus { WORK_FOUND, SHUTDOWN, TIMEOUT }; enumerator
|
D | thread_manager.cc | 165 case SHUTDOWN: in MainWorkLoop()
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | interfaces.py | 24 ChannelConnectivity.FATAL_FAILURE = ChannelConnectivity.SHUTDOWN
|
/third_party/grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 59 return SHUTDOWN; in AsyncNextInternal()
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | completion_queue_impl.h | 124 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator 181 GPR_CLOCK_REALTIME)) != SHUTDOWN); in Next()
|
D | completion_queue.h | 123 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator 180 GPR_CLOCK_REALTIME)) != SHUTDOWN); in Next()
|
/third_party/iptables/extensions/ |
D | libxt_sctp.man | 11 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
|
D | libxt_sctp.t | 19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 477 SHUTDOWN = 2 variable in State 518 elif self._state.value == State.SHUTDOWN: 542 elif self._state.value == State.SHUTDOWN: 648 elif self._state.value == State.SHUTDOWN: 684 state.value = State.SHUTDOWN 1348 elif self._state.value == State.SHUTDOWN:
|
/third_party/grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 107 return SHUTDOWN; in PollForWork()
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _common.py | 35 grpc.ChannelConnectivity.SHUTDOWN,
|
/third_party/grpc/test/cpp/end2end/ |
D | nonblocking_test.cc | 87 if (r == CompletionQueue::SHUTDOWN) { in LoopForTag()
|
D | cfstream_test.cc | 203 } else if (ret == grpc::CompletionQueue::SHUTDOWN) { in CQNext()
|
/third_party/grpc/doc/python/sphinx/ |
D | glossary.rst | 32 If an RPC is issued but the channel is in the TRANSIENT_FAILURE or SHUTDOWN
|
/third_party/openssl/test/ |
D | handshake_helper.c | 1083 SHUTDOWN, enumerator 1127 return SHUTDOWN; in next_phase() 1128 case SHUTDOWN: in next_phase() 1156 case SHUTDOWN: in do_connect_step()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | context.h | 158 SHUTDOWN, enumerator
|
/third_party/glib/gio/win32/ |
D | gwinhttpvfs.c | 323 CASE (SHUTDOWN); in _g_winhttp_error_message()
|