/external/grpc-grpc/src/core/lib/iomgr/ |
D | iocp_windows.h | 46 // Register that this socket has started shutting down. 49 // have finished shutting down. The socket's state_mu must be locked. 52 // Mark that this socket has finished shutting down.
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | iocp_windows.h | 46 // Register that this socket has started shutting down. 49 // have finished shutting down. The socket's state_mu must be locked. 52 // Mark that this socket has finished shutting down.
|
/external/pytorch/benchmarks/instruction_counts/execution/ |
D | runner.py | 114 print("\n\nKeyboardInterrupt (ctrl-c) detected. Shutting down children.") 119 print("\n\nJob timed out. Shutting down children.") 124 print("Shutting down all outstanding jobs before re-raising.") 134 print("\n\nUnknown exception. Shutting down jobs before re-raising.") 205 clean up before shutting down.
|
/external/pytorch/.github/scripts/ |
D | stop_runner_service.sh | 18 # Finally, shutting down the runner completely 20 # NB: In my test, cleaning up and shutting down the runner this way would already
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | posix_engine_listener.cc | 126 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 175 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 190 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 205 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 216 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 281 handle_->ShutdownHandle(absl::InternalError("Shutting down acceptor")); in Shutdown()
|
/external/downloader/src/test/java/com/google/android/downloader/ |
D | TestExecutorRule.java | 34 * java.util.concurrent.Executor} and its various more specific interfaces. Takes care of shutting 96 fail("Error shutting down executor service:" + e); in after() 98 fail("Error shutting down executor service:" + e); in after()
|
/external/curl/tests/data/ |
D | test1542 | 61 == Info: shutting down connection #0 65 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /(closing|shutting down) connection #\d+/))
|
/external/cronet/tot/base/ |
D | sync_socket.h | 87 // Derives from SyncSocket and adds support for shutting down the socket from 109 // Since the Linux and Mac implementations actually use a socket, shutting 114 // SyncSocket methods in order to support shutting down the 'socket'.
|
/external/cronet/stable/base/ |
D | sync_socket.h | 87 // Derives from SyncSocket and adds support for shutting down the socket from 109 // Since the Linux and Mac implementations actually use a socket, shutting 114 // SyncSocket methods in order to support shutting down the 'socket'.
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pyx.pxi | 40 raise ValueError("server must be started and not shutting down") 129 raise UsageError("the server must be shutting down to cancel all calls") 155 # We're in the process of shutting down, but have not shutdown; can't do
|
/external/grpc-grpc/test/cpp/server/ |
D | server_request_call_test.cc | 63 // if shutting down, don't enqueue a new request. in TEST() 79 // If not shutting down, ok must be true for new requests. in TEST() 146 gpr_log(GPR_INFO, "Shutting down."); in TEST() 229 gpr_log(GPR_INFO, "Shutting down."); in TEST()
|
/external/libchrome/base/ |
D | sync_socket.h | 106 // Derives from SyncSocket and adds support for shutting down the socket from 125 // Since the Linux and Mac implementations actually use a socket, shutting 130 // SyncSocket methods in order to support shutting down the 'socket'.
|
/external/aws-crt-java/src/native/ |
D | event_stream_rpc_server.c | 93 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_server_listener_shutdown_complete() 143 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_fn() 178 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_closed_fn() 211 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_incoming_stream_fn() 309 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_connection_protocol_message_fn() 347 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_new_connection_fn() 445 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_shutdown_fn() 722 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_message_flush_fn()
|
D | event_stream_rpc_client.c | 60 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_setup() 95 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_shutdown() 124 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_connection_protocol_message() 350 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_message_flush_fn() 460 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation() 497 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_closed()
|
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
D | posix_engine_listener.cc | 132 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 181 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 215 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 226 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept() 299 handle_->ShutdownHandle(absl::InternalError("Shutting down acceptor")); in Shutdown()
|
/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/ |
D | SdkSocket.java | 62 log.debug(() -> "shutting down input of " + endpoint()); in shutdownInput() 68 log.debug(() -> "shutting down output of " + endpoint()); in shutdownOutput()
|
D | SdkSslSocket.java | 62 log.debug(() -> "shutting down input of " + endpoint()); in shutdownInput() 68 log.debug(() -> "shutting down output of " + endpoint()); in shutdownOutput()
|
/external/grpc-grpc-java/examples/example-reflection/src/main/java/io/grpc/examples/reflection/ |
D | ReflectionServer.java | 37 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/ |
D | HelloWorldServer.java | 47 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
|
/external/grpc-grpc-java/examples/example-gcp-observability/src/main/java/io/grpc/examples/gcpobservability/ |
D | GcpObservabilityServer.java | 73 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in main()
|
/external/openscreen/platform/impl/ |
D | platform_client_posix.cc | 59 OSP_DVLOG << "Shutting down the Task Runner..."; in ~PlatformClientPosix() 66 OSP_DVLOG << "Shutting down network operations..."; in ~PlatformClientPosix()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/loadbalance/ |
D | LoadBalanceServer.java | 47 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/nameresolve/ |
D | NameResolveServer.java | 53 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
|
/external/google-cloud-java/java-vmmigration/proto-google-cloud-vmmigration-v1/src/main/java/com/google/cloud/vmmigration/v1/ |
D | CutoverStepOrBuilder.java | 65 * Shutting down VM step. 77 * Shutting down VM step. 89 * Shutting down VM step.
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 20 # shutting down. Must be held while mutating _threads_queues and _shutdown. 100 # - The interpreter is shutting down OR 104 # Flag the executor as shutting down as early as possible if it
|