Home
last modified time | relevance | path

Searched full:shut (Results 1 – 25 of 2712) sorted by relevance

12345678910>>...109

/aosp_15_r20/packages/modules/Virtualization/libs/libforwarder/src/
Dforwarder.rs52 ShutDownStream(e) => write!(f, "failed to shut down stream: {}", e), in fmt()
85 /// remote socket has been shut down for further writes.
92 /// local socket has been shut down for further writes.
107 /// Returns true if both sockets are completely shut down and the session can be dropped.
141 // Shut the local socket down. The forwarder should detect this and perform a shutdown, in forward_unix()
147 // Don't consider the forwarder shut down until both ends are. in forward_unix()
161 // Shut the remote socket down. The forwarder should detect this and perform a shutdown, in forward_unix()
167 // The forwarder should now be considered shut down. in forward_unix()
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
H A DBasicScaling.java78 * the instance is shut down.
94 * the instance is shut down.
110 * the instance is shut down.
520 * the instance is shut down.
535 * the instance is shut down.
556 * the instance is shut down.
579 * the instance is shut down.
599 * the instance is shut down.
625 * the instance is shut down.
645 * the instance is shut down.
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/res-product/values/
H A Dstrings.xml125 …<!-- Title for notification & dialog that the user's phone last shut down because it got too hot. …
127 …<!-- Title for notification & dialog that the user's device last shut down because it got too hot.…
129 …<!-- Title for notification & dialog that the user's tablet last shut down because it got too hot.…
131 …<!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR …
133 …<!-- Message body for notification that user's device last shut down because it got too hot. [CHAR…
135 …<!-- Message body for notification that user's tablet last shut down because it got too hot. [CHAR…
137 …<!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [C…
139 …<!-- Text body for dialog alerting user that their device last shut down because it got too hot. […
141 …<!-- Text body for dialog alerting user that their tablet last shut down because it got too hot. […
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttpMonitoringOptions.java13 …* unhealthy and shut down. Throughput/health is only measured when the connection has work (read …
24 …* How long, in seconds, a connection is allowed to be unhealthy before getting shut down. Must be…
53 …* Sets how long, in seconds, a connection is allowed to be unhealthy before getting shut down. Mu…
56 * before getting shut down.
66 …* @return How long, in seconds, a connection is allowed to be unhealthy before getting shut down. …
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutorService.java50 * <p>An {@code ExecutorService} can be shut down, which will cause
58 * unused {@code ExecutorService} should be shut down to allow
158 * Invocation has no additional effect if already shut down.
185 * Returns {@code true} if this executor has been shut down.
187 * @return {@code true} if this executor has been shut down
192 * Returns {@code true} if all tasks have completed following shut down.
196 * @return {@code true} if all tasks have completed following shut down
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutorService.java50 * <p>An {@code ExecutorService} can be shut down, which will cause
58 * unused {@code ExecutorService} should be shut down to allow
158 * Invocation has no additional effect if already shut down.
185 * Returns {@code true} if this executor has been shut down.
187 * @return {@code true} if this executor has been shut down
192 * Returns {@code true} if all tasks have completed following shut down.
196 * @return {@code true} if all tasks have completed following shut down
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutorService.java50 * <p>An {@code ExecutorService} can be shut down, which will cause
58 * unused {@code ExecutorService} should be shut down to allow
158 * Invocation has no additional effect if already shut down.
185 * Returns {@code true} if this executor has been shut down.
187 * @return {@code true} if this executor has been shut down
192 * Returns {@code true} if all tasks have completed following shut down.
196 * @return {@code true} if all tasks have completed following shut down
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/client/
Dmain.c609 /* Wait for kernel to shut down channel after failing to start app */ in TEST()
663 * shut it down in TEST_F()
696 * shut it down in TEST_F()
740 * shut it down in TEST_F()
791 * shut it down in TEST_F()
845 * and then shut it down in TEST_F()
851 * and then shut it down in TEST_F()
881 * and then shut it down in TEST_F()
911 * and then shut it down in TEST_F()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java44 * The pool will be shut down after {@link SystemService#PHASE_BOOT_COMPLETED}.
78 * @throws IllegalStateException if it hasn't been started or has been shut down already.
87 + " - it has been shut down"); in submit()
97 Preconditions.checkState(!mShutDown, TAG + " already shut down"); in submitTask()
128 * @throws IllegalStateException if it has been started already without being shut down yet.
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java105 /** Whether the connection should be shut down on release. */
108 /** Indicates whether this connection manager is shut down. */
171 * Asserts that this manager is not shut down.
173 * @throws IllegalStateException if this manager is shut down
179 throw new IllegalStateException("Manager is shut down."); in assertStillUp()
393 * The adapter gets disconnected, the connection will be shut down.
/aosp_15_r20/external/libchrome/dbus/
H A Dbus_unittest.cc182 // Shut down synchronously. in TEST()
246 // Shut down synchronously. in TEST()
257 // Shut down synchronously. in TEST()
275 // Shut down synchronously. in TEST()
395 // Shut down synchronously. in TEST()
415 // Shut down synchronously. in TEST()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/
H A Dwork_stealing_thread_pool.h53 // Shut down the pool, and wait for all threads to exit.
119 // Shut down the pool, and wait for all threads to exit.
161 // Block until the lifeguard thread is shut down.
187 // It's possible for a ThreadPool to initiate shut down while fork handlers
210 // After the pool is shut down, ensure all local and global callbacks are
H A Dwork_stealing_thread_pool.cc351 "Pool did not quiesce in time, gRPC will not shut down cleanly. " in DumpStacksAndCrash()
364 "Pool did not quiesce in time, gRPC will not shut down cleanly."); in DumpStacksAndCrash()
398 // If the pool is shut down, loop quickly until quiesced. Otherwise, in LifeguardMain()
420 "Waiting for lifeguard thread to shut down"); in BlockUntilShutdownAndReset()
424 // shutdown. This should return immediately if the lifeguard is already shut in BlockUntilShutdownAndReset()
542 // Wait until work is available or until shut down. in Step()
560 // Quit the thread if the pool has been shut down. in Step()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/
Dwork_stealing_thread_pool.h50 // Shut down the pool, and wait for all threads to exit.
151 // Shut down the pool, and wait for all threads to exit.
189 // Block until the lifeguard thread is shut down.
207 // It's possible for a ThreadPool to initiate shut down while fork handlers
227 // After the pool is shut down, ensure all local and global callbacks are
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/core/
H A DBackgroundResource.java35 * Represents a resource running in the background that needs to be shut down for resources to be
42 * will be accepted. Invocation has no additional effect if already shut down.
49 /** Returns true if this background resource has been shut down. */
53 * Returns true if all work has completed following shut down. Note that isTerminated is never
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DLazyServiceRegistrar.h58 * service needs to persist but doesn't need to dynamically shut down,
70 * - false: Default behavior for lazy services (shut down the process if there
72 * - true: Don't shut down the process even if there are no clients.
103 * shut down when all services are unused. A separate instance
/aosp_15_r20/system/tools/aidl/tests/lazy_test/
Dmain.cpp104 << "service has shut down." << std::endl; in TearDown()
108 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) << "Service failed to shut down."; in TearDown()
217 ASSERT_TRUE(isServiceRunning(serviceName)) << "Service shut down when it shouldn't have."; in TEST_F()
219 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()
270 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/
Dstream.hpp500 /// Shut down SSL on the stream.
502 * This function is used to shut down SSL on the stream. The function call
503 * will block until SSL has been shut down or an error occurs.
514 /// Shut down SSL on the stream.
516 * This function is used to shut down SSL on the stream. The function call
517 * will block until SSL has been shut down or an error occurs.
527 /// Asynchronously shut down SSL on the stream.
529 * This function is used to asynchronously shut down SSL on the stream. This
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs217 // On unix when a socket is shut down all further reads return 0, so we in recv_with_flags()
218 // do the same on windows to map a shut down socket to returning EOF. in recv_with_flags()
251 // On unix when a socket is shut down all further reads return 0, so we in read_vectored()
252 // do the same on windows to map a shut down socket to returning EOF. in read_vectored()
302 // On unix when a socket is shut down all further reads return 0, so we in recv_from_with_flags()
303 // do the same on windows to map a shut down socket to returning EOF. in recv_from_with_flags()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs217 // On unix when a socket is shut down all further reads return 0, so we in recv_with_flags()
218 // do the same on windows to map a shut down socket to returning EOF. in recv_with_flags()
251 // On unix when a socket is shut down all further reads return 0, so we in read_vectored()
252 // do the same on windows to map a shut down socket to returning EOF. in read_vectored()
302 // On unix when a socket is shut down all further reads return 0, so we in recv_from_with_flags()
303 // do the same on windows to map a shut down socket to returning EOF. in recv_from_with_flags()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs217 // On unix when a socket is shut down all further reads return 0, so we in recv_with_flags()
218 // do the same on windows to map a shut down socket to returning EOF. in recv_with_flags()
251 // On unix when a socket is shut down all further reads return 0, so we in read_vectored()
252 // do the same on windows to map a shut down socket to returning EOF. in read_vectored()
302 // On unix when a socket is shut down all further reads return 0, so we in recv_from_with_flags()
303 // do the same on windows to map a shut down socket to returning EOF. in recv_from_with_flags()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs217 // On unix when a socket is shut down all further reads return 0, so we in recv_with_flags()
218 // do the same on windows to map a shut down socket to returning EOF. in recv_with_flags()
251 // On unix when a socket is shut down all further reads return 0, so we in read_vectored()
252 // do the same on windows to map a shut down socket to returning EOF. in read_vectored()
302 // On unix when a socket is shut down all further reads return 0, so we in recv_from_with_flags()
303 // do the same on windows to map a shut down socket to returning EOF. in recv_from_with_flags()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs217 // On unix when a socket is shut down all further reads return 0, so we in recv_with_flags()
218 // do the same on windows to map a shut down socket to returning EOF. in recv_with_flags()
251 // On unix when a socket is shut down all further reads return 0, so we in read_vectored()
252 // do the same on windows to map a shut down socket to returning EOF. in read_vectored()
302 // On unix when a socket is shut down all further reads return 0, so we in recv_from_with_flags()
303 // do the same on windows to map a shut down socket to returning EOF. in recv_from_with_flags()
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DCronetUrlRequestContextTest.java489 assertThat(e).hasMessageThat().isEqualTo("Engine is shut down."); in testShutdownDuringInit()
517 assertThat(e).hasMessageThat().isEqualTo("Engine is shut down."); in testInitAndShutdownOnMainThread()
534 assertThat(e).hasMessageThat().isEqualTo("Engine is shut down."); in testMultipleShutdown()
820 // Shut down the engine without calling stopNetLog. in testNoStopNetLog()
852 // Shut down the engine without calling stopNetLog. in testNoStopBoundedFileNetLog()
1312 // Tests that if CronetEngine is shut down on the network thread, an appropriate exception
1322 // Shut down the server. in testShutDownEngineOnNetworkThread()
1329 // Shut down CronetEngine immediately after request is destroyed. in testShutDownEngineOnNetworkThread()
1373 // Tests that if CronetEngine is shut down when reading from disk cache,
1382 // Shut down the server. in testShutDownEngineWhenReadingFromDiskCache()
[all …]
/aosp_15_r20/external/autotest/server/site_tests/firmware_ECLidSwitch/
H A Dfirmware_ECLidSwitch.py91 """Shut down the DUT but don't wait for ping failures."""
98 shutdown_func: Function to shut down DUT.
233 logging.info("Shut down and then wake up DUT after a delay.")
237 logging.info("Shut down and then wake up DUT immediately.")

12345678910>>...109