/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 151 webServer.shutdown(); in testHttpsConnection() 189 webServer.shutdown(); in testHttpsConnection_Not_Found_Response() 237 webServer.shutdown(); in testSetDefaultSSLSocketFactory() 281 webServer.shutdown(); in testSetSSLSocketFactory() 349 webServer.shutdown(); in testSetHostnameVerifier() 380 webServer.shutdown(); in test_doOutput() 420 proxyAndWebServer.shutdown(); in testProxyConnection() 469 proxyAndWebServer.shutdown(); in testProxyAuthConnection() 498 proxyAndWebServer1.shutdown(); in testConsequentProxyConnection() 515 proxyAndWebServer2.shutdown(); in testConsequentProxyConnection() [all …]
|
/libcore/support/src/test/java/tests/support/ |
D | Support_Exec.java | 113 executorService.shutdown(); in execAndGetOutput() 134 executorService.shutdown(); in execAndCheckOutput()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketTest.java | 340 executor.shutdown(); in test_SSLSocket_startHandshake() 402 executor.shutdown(); in test_SSLSocket_confirmSessionReuse() 423 executor.shutdown(); in test_SSLSocket_startHandshake_noKeyStore() 449 executor.shutdown(); in test_SSLSocket_startHandshake_noClientCertificate() 469 executor.shutdown(); in test_SSLSocket_HandshakeCompletedListener() 591 executor.shutdown(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() 667 executor.shutdown(); in test_SSLSocket_setUseClientMode() 715 executor.shutdown(); in test_SSLSocket_untrustedServer() 759 executor.shutdown(); in test_SSLSocket_clientAuth() 819 executor.shutdown(); in test_SSLSocket_clientAuth_bogusAlias() [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ScheduledExecutorTest.java | 202 se.shutdown(); in testSchedule1_RejectedExecutionException() 219 se.shutdown(); in testSchedule2_RejectedExecutionException() 235 se.shutdown(); in testSchedule3_RejectedExecutionException() 251 se.shutdown(); in testScheduleAtFixedRate1_RejectedExecutionException() 267 se.shutdown(); in testScheduleWithFixedDelay1_RejectedExecutionException() 464 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown() 488 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated() 513 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating() 643 try { p.shutdown(); } catch (SecurityException ok) { return; } in testShutdown1() 674 try { p.shutdown(); } catch (SecurityException ok) { return; } in testShutdown2() [all …]
|
D | ScheduledExecutorSubclassTest.java | 252 se.shutdown(); in testSchedule1_RejectedExecutionException() 269 se.shutdown(); in testSchedule2_RejectedExecutionException() 285 se.shutdown(); in testSchedule3_RejectedExecutionException() 301 se.shutdown(); in testScheduleAtFixedRate1_RejectedExecutionException() 317 se.shutdown(); in testScheduleWithFixedDelay1_RejectedExecutionException() 513 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown() 537 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated() 562 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating() 692 try { p.shutdown(); } catch (SecurityException ok) { return; } in testShutdown1() 723 try { p.shutdown(); } catch (SecurityException ok) { return; } in testShutdown2() [all …]
|
D | ThreadPoolExecutorTest.java | 395 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown() 425 p.shutdown(); in testAwaitTermination_timesOut() 452 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated() 480 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating() 1195 try { p.shutdown(); } catch (SecurityException ok) { return; } in testRejectedExecutionExceptionOnShutdown() 1214 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCallerRunsOnShutdown() 1235 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOnShutdown() 1256 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOldestOnShutdown() 1295 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCorePoolSizeIllegalArgumentException() 1314 try { p.shutdown(); } catch (SecurityException ok) { return; } in testMaximumPoolSizeIllegalArgumentException() [all …]
|
D | AbstractExecutorServiceTest.java | 26 public void shutdown() { shutdown = true; } in shutdown() method in AbstractExecutorServiceTest.DirectExecutorService 28 shutdown = true; in shutdownNow() 31 public boolean isShutdown() { return shutdown; } in isShutdown() 36 private volatile boolean shutdown = false; field in AbstractExecutorServiceTest.DirectExecutorService
|
D | ThreadPoolExecutorSubclassTest.java | 497 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown() 524 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated() 553 try { p.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating() 1088 try { p.shutdown(); } catch (SecurityException ok) { return; } in testRejectedExecutionExceptionOnShutdown() 1104 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCallerRunsOnShutdown() 1121 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOnShutdown() 1138 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOldestOnShutdown() 1173 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCorePoolSizeIllegalArgumentException() 1190 try { p.shutdown(); } catch (SecurityException ok) { return; } in testMaximumPoolSizeIllegalArgumentException() 1207 try { p.shutdown(); } catch (SecurityException ok) { return; } in testMaximumPoolSizeIllegalArgumentException2() [all …]
|
D | ExecutorsTest.java | 313 e.shutdown(); in testDefaultThreadFactory() 352 e.shutdown(); in testPrivilegedThreadFactory()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ExecutorService.java | 123 void shutdown(); in shutdown() method
|
D | Executors.java | 584 public void shutdown() { e.shutdown(); } 627 super.shutdown();
|
D | ArrayBlockingQueue.java | 951 it.shutdown(); in queueIsEmpty() 1247 void shutdown() { in shutdown() method in ArrayBlockingQueue.Itr 1338 shutdown(); in takeIndexWrapped()
|
D | ScheduledThreadPoolExecutor.java | 728 public void shutdown() { in shutdown() method in ScheduledThreadPoolExecutor 729 super.shutdown(); in shutdown()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | SocketTest.java | 260 server.shutdown(); in testReadAfterClose() 279 server.shutdown(); in testWriteAfterClose() 388 public void shutdown() throws IOException { in shutdown() method 390 executor.shutdown(); in shutdown()
|
/libcore/luni/src/test/java/tests/security/ |
D | SecureRandomTest.java | 91 executor.shutdown(); in testSecureRandomThreadSafety()
|
/libcore/support/src/test/java/tests/http/ |
D | MockWebServer.java | 208 executor.shutdown(); in play() 235 public void shutdown() throws IOException { in shutdown() method in MockWebServer 282 shutdown(); in serveConnection()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | URLConnectionBenchmark.java | 70 server.shutdown(); in tearDown()
|
/libcore/luni/src/test/java/libcore/java/lang/ref/ |
D | ReferenceQueueTest.java | 95 executor.shutdown(); in runLater()
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLSocketPair.java | 98 executor.shutdown(); in connect()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 93 executor.shutdown(); in createInflaterStream()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | OutputStreamTesterTest.java | 141 executor.shutdown(); in getBytes()
|
D | WriterTesterTest.java | 135 executor.shutdown(); in getChars()
|
/libcore/luni/src/main/java/java/net/ |
D | PlainSocketImpl.java | 363 Libcore.os.shutdown(fd, SHUT_RD); in shutdownInput() 375 Libcore.os.shutdown(fd, SHUT_WR); in shutdownOutput()
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | MessageDigestTest.java | 273 es.shutdown(); in testMessageDigest_MultipleThreads_Misuse()
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
D | SamplingProfiler.java | 314 public void shutdown() { in shutdown() method in SamplingProfiler
|