/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ThreadSafeClientConnManager.java | 110 shutdown(); method 239 // because of a shutdown trigger. 240 // Shutdown of the adapter also clears the tracked route. 241 hca.shutdown(); 260 public void shutdown() { 261 connectionPool.shutdown();
|
/external/boringssl/src/crypto/bio/ |
bio_mem.c | 108 // |shutdown| is used to store the close flag: whether the BIO has ownership 110 bio->shutdown = 1; 125 if (!bio->shutdown || !bio->init || bio->ptr == NULL) { 261 bio->shutdown = (int)num; 271 ret = (long)bio->shutdown; 274 bio->shutdown = (int)num;
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ScheduledExecutorSubclassTest.java | 312 * execute throws RejectedExecutionException if shutdown 318 p.shutdown(); 328 * schedule throws RejectedExecutionException if shutdown 334 p.shutdown(); 344 * schedule callable throws RejectedExecutionException if shutdown 350 p.shutdown(); 360 * scheduleAtFixedRate throws RejectedExecutionException if shutdown 366 p.shutdown(); 376 * scheduleWithFixedDelay throws RejectedExecutionException if shutdown 382 p.shutdown(); [all...] |
ScheduledExecutorTest.java | 256 * execute throws RejectedExecutionException if shutdown 262 p.shutdown(); 272 * schedule throws RejectedExecutionException if shutdown 278 p.shutdown(); 288 * schedule callable throws RejectedExecutionException if shutdown 294 p.shutdown(); 304 * scheduleAtFixedRate throws RejectedExecutionException if shutdown 310 p.shutdown(); 320 * scheduleWithFixedDelay throws RejectedExecutionException if shutdown 326 p.shutdown(); [all...] |
/art/runtime/ |
fault_handler.h | 45 void Shutdown(); 50 // Added handlers are owned by the fault handler and will be freed on Shutdown().
|
/art/tools/dexfuzz/src/dexfuzz/ |
DexFuzz.java | 107 fuzzer.shutdown(); 110 multipleListener.shutdown();
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
MultiplexerListener.java | 46 public void shutdown() { method in class:MultiplexerListener 48 listener.shutdown();
|
/external/apache-http/android/src/android/net/http/ |
IdleCache.java | 37 /* Allow five consecutive empty queue checks before shutdown */ 165 HttpLog.v("IdleCache IdleReaper shutdown: cached " + mCached +
|
/external/autotest/client/site_tests/platform_BootPerf/ |
platform_BootPerf.py | 106 _BOOTSTAT_ARCHIVE_GLOB = '/var/log/metrics/shutdown.[0-9]*' 396 """Read and report shutdown and reboot times. 398 The shutdown process saves all bootstat files in /var/log, 401 from the most recent shutdown, and use them to calculate 402 the time spent from the start of that shutdown until the 421 logging.warning("Ignoring reboot based on stale shutdown %s", 456 Every shutdown and boot creates `bootstat` files with 458 the values reported for shutdown, boot time and network
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingExecutorService.java | 90 public void shutdown() { method in class:ForwardingExecutorService 91 delegate().shutdown();
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ListenerCallQueueTest.java | 93 service.shutdown(); 119 service.shutdown();
|
/external/libmojo/mojo/edk/system/ |
node_controller.h | 129 // interface after requesting shutdown, you do so at your own risk and there 262 // If there is a registered shutdown callback (meaning shutdown has been 263 // requested, this checks the Node's status to see if clean shutdown is 264 // possible. If so, shutdown is performed and the shutdown callback is run. 338 // begin polling the Node to see if clean shutdown is possible any time the 357 // Indicates whether this object should delete itself on IO thread shutdown.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_network.c | 60 shutdown(s, SHUT_RDWR); 63 shutdown(s, SD_BOTH);
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/ |
AbstractFtpServer_StartTestCase.java | 44 assertEquals("shutdown - after start()", false, ftpServer.isShutdown());
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
SocksProxyTest.java | 43 server.shutdown(); 44 socksProxy.shutdown();
|
/external/protobuf/php/ext/google/protobuf/ |
protobuf.c | 51 NULL, // process shutdown 53 NULL, // request shutdown
|
/external/strace/linux/ |
subcall.h | 47 [SYS_socket_subcall + 13] = { 2, IS|TN, SEN(shutdown), "shutdown" },
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
undionly.c | 117 * @v flags Shutdown flags 128 .shutdown = undionly_shutdown,
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
StringMessageSender.java | 29 throw new IllegalStateException("Trying to send a message on a shutdown sender"); 100 // shutDown();
|
/external/toybox/lib/ |
net.c | 70 // half-connection shutdown. timeouts return if no data for X miliseconds. 97 shutdown(pollfds[0].fd, SHUT_WR);
|
/external/tpm2/ |
Startup.c | 19 // TPM_RC_VALUE start up type is not compatible with previous shutdown sequence 48 // Read orderly shutdown states from previous power cycle
|
/external/webrtc/webrtc/base/ |
winfirewall.cc | 35 Shutdown(); 60 void WinFirewall::Shutdown() {
|
/frameworks/base/cmds/bootanimation/iot/ |
iotbootanimation_main.cpp | 73 void shutdown() override { 89 mBootAction->shutdown();
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
DefaultHttpClientTest.java | 53 server.shutdown(); 66 * DefaultHttpClient fails if the server shutdown the output after the
|
/frameworks/base/test-runner/src/android/test/ |
ProviderTestCase.java | 78 * Calls {@link android.content.ContentProvider#shutdown()} on the 83 mProvider.shutdown();
|