Searched refs:shutdown (Results 1 - 25 of 49) sorted by last modified time

12

/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1826 throwIfMinusOne(env, "shutdown", TEMP_FAILURE_RETRY(shutdown(fd, how)));
2066 NATIVE_METHOD(Posix, shutdown, "(Ljava/io/FileDescriptor;I)V"),
/libcore/luni/src/test/java/libcore/io/
H A DOsTest.java475 Libcore.os.shutdown(serverFd, SHUT_RDWR);
/libcore/luni/src/test/java/libcore/java/lang/ref/
H A DReferenceQueueTest.java126 executor.shutdown();
/libcore/luni/src/test/java/libcore/java/net/
H A DSocketTest.java269 server.shutdown();
288 server.shutdown();
482 public void shutdown() throws IOException { method in class:SocketTest.MockServer
484 executor.shutdown();
H A DURLConnectionTest.java120 server.shutdown();
430 .setBody("Output shutdown after this response")
436 assertContent("Output shutdown after this response", server.getUrl("/a").openConnection());
1769 server2.shutdown();
1838 server2.shutdown();
/libcore/luni/src/test/java/libcore/java/security/
H A DMessageDigestTest.java278 es.shutdown();
H A DSignatureTest.java3127 es.shutdown();
/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DCopyOnWriteArrayListTest.java190 executor.shutdown();
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DDeflaterOutputStreamTest.java93 executor.shutdown();
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLEngineTest.java845 executor.shutdown();
H A DSSLSocketTest.java371 executor.shutdown();
433 executor.shutdown();
456 executor.shutdown();
485 executor.shutdown();
511 executor.shutdown();
531 executor.shutdown();
654 executor.shutdown();
730 executor.shutdown();
778 executor.shutdown();
822 executor.shutdown();
[all...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java151 webServer.shutdown();
189 webServer.shutdown();
237 webServer.shutdown();
281 webServer.shutdown();
349 webServer.shutdown();
380 webServer.shutdown();
420 proxyAndWebServer.shutdown();
469 proxyAndWebServer.shutdown();
498 proxyAndWebServer1.shutdown();
515 proxyAndWebServer2.shutdown();
[all...]
/libcore/luni/src/test/java/tests/security/
H A DSecureRandomTest.java91 executor.shutdown();
/libcore/ojluni/src/main/java/java/lang/
H A DShutdown.java32 * governing the virtual-machine shutdown sequence.
50 // The system shutdown hooks are registered with a predefined slot.
51 // The list of shutdown hooks is as follows:
58 // the index of the currently running shutdown hook to the hooks array
77 * Add a new shutdown hook. Checks the shutdown state and the hook itself,
82 * be added to the delete on exit list by the application shutdown
85 * @param slot the slot in the shutdown hook array, whose element
86 * will be invoked in order during shutdown
88 * to be registered even if the shutdown i
225 static void shutdown() { method in class:Shutdown
[all...]
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DNet.java491 static native void shutdown(FileDescriptor fd, int how) throws IOException; method in class:Net
H A DSocketChannelImpl.java376 // asynchronous shutdown works much like asynchronous close,
377 // except that the channel is shutdown rather than completely
379 // except that the shutdown operation plays the role of
417 // Extra case for socket channels: Asynchronous shutdown
809 Net.shutdown(fd, Net.SHUT_RD);
826 Net.shutdown(fd, Net.SHUT_WR);
/libcore/ojluni/src/main/native/
H A DNet.c649 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN))
707 NATIVE_METHOD(Net, shutdown, "(Ljava/io/FileDescriptor;I)V"),
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLSocketPair.java98 executor.shutdown();
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java208 executor.shutdown();
210 logger.log(Level.WARNING, "MockWebServer executor shutdown failed", e);
235 public void shutdown() throws IOException { method in class:MockWebServer
282 shutdown();
/libcore/support/src/test/java/tests/support/
H A DSupport_Exec.java113 executorService.shutdown();
134 executorService.shutdown();
/libcore/benchmarks/src/benchmarks/regression/
H A DURLConnectionBenchmark.java68 server.shutdown();
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java53 * profiler.shutdown();
314 public void shutdown() { method in class:SamplingProfiler
/libcore/dalvik/src/test/java/dalvik/system/profiler/
H A DSamplingProfilerTest.java57 profiler.shutdown();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java141 executor.shutdown();
H A DWriterTesterTest.java135 executor.shutdown();

Completed in 1070 milliseconds

12