Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 28) sorted by relevance

12

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DSSLEngineImpl.java151 shutdown(); in closeInbound()
176 shutdown(); in closeOutbound()
485 shutdown(); in unwrap()
501 shutdown(); in unwrap()
623 shutdown(); in wrap()
632 shutdown(); in wrap()
734 private void shutdown() { in shutdown() method in SSLEngineImpl
740 alertProtocol.shutdown(); in shutdown()
742 handshakeProtocol.shutdown(); in shutdown()
744 recordProtocol.shutdown(); in shutdown()
DSSLSocketImpl.java524 shutdown(); in close()
577 private void shutdown() { in shutdown() method in SSLSocketImpl
579 alertProtocol.shutdown(); in shutdown()
581 handshakeProtocol.shutdown(); in shutdown()
583 recordProtocol.shutdown(); in shutdown()
808 shutdown(); in processAlert()
839 shutdown(); in reportFatalAlert()
DSSLRecordProtocol.java458 protected void shutdown() { in shutdown() method in SSLRecordProtocol
466 pendingConnectionState.shutdown(); in shutdown()
470 activeReadState.shutdown(); in shutdown()
474 activeReadState.shutdown(); in shutdown()
DConnectionState.java168 protected void shutdown() { in shutdown() method in ConnectionState
DAlertProtocol.java276 protected void shutdown() { in shutdown() method in AlertProtocol
DConnectionStateSSLv3.java355 protected void shutdown() { in shutdown() method in ConnectionStateSSLv3
358 super.shutdown(); in shutdown()
DHandshakeProtocol.java525 protected void shutdown() { in shutdown() method in HandshakeProtocol
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DScheduledExecutorTest.java32 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testExecute()
35 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testExecute()
51 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testSchedule1()
66 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testSchedule3()
171 se.shutdown(); in testSchedule1_RejectedExecutionException()
188 se.shutdown(); in testSchedule2_RejectedExecutionException()
204 se.shutdown(); in testSchedule3_RejectedExecutionException()
220 se.shutdown(); in testScheduleAtFixedRate1_RejectedExecutionException()
236 se.shutdown(); in testScheduleWithFixedDelay1_RejectedExecutionException()
366 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown()
[all …]
DScheduledExecutorSubclassTest.java85 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testExecute()
88 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testExecute()
104 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testSchedule1()
119 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testSchedule3()
222 se.shutdown(); in testSchedule1_RejectedExecutionException()
239 se.shutdown(); in testSchedule2_RejectedExecutionException()
255 se.shutdown(); in testSchedule3_RejectedExecutionException()
271 se.shutdown(); in testScheduleAtFixedRate1_RejectedExecutionException()
287 se.shutdown(); in testScheduleWithFixedDelay1_RejectedExecutionException()
416 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown()
[all …]
DThreadPoolExecutorTest.java113 try { p2.shutdown(); } catch (SecurityException ok) { return; } in testGetCompletedTaskCount()
265 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown()
280 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated()
296 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating()
785 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testRejectedExecutionExceptionOnShutdown()
801 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCallerRunsOnShutdown()
818 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOnShutdown()
836 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOldestOnShutdown()
873 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testCorePoolSizeIllegalArgumentException()
892 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testMaximumPoolSizeIllegalArgumentException()
[all …]
DThreadPoolExecutorSubclassTest.java257 try { p2.shutdown(); } catch (SecurityException ok) { return; } in testGetCompletedTaskCount()
409 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsShutdown()
424 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminated()
440 try { p1.shutdown(); } catch (SecurityException ok) { return; } in testIsTerminating()
922 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testRejectedExecutionExceptionOnShutdown()
938 try { p.shutdown(); } catch (SecurityException ok) { return; } in testCallerRunsOnShutdown()
955 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOnShutdown()
973 try { p.shutdown(); } catch (SecurityException ok) { return; } in testDiscardOldestOnShutdown()
1009 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testCorePoolSizeIllegalArgumentException()
1026 try { tpe.shutdown(); } catch (SecurityException ok) { return; } in testMaximumPoolSizeIllegalArgumentException()
[all …]
DAbstractExecutorServiceTest.java29 public void shutdown() { shutdown = true; } in shutdown() method in AbstractExecutorServiceTest.DirectExecutorService
30 public List<Runnable> shutdownNow() { shutdown = true; return Collections.EMPTY_LIST; } in shutdownNow()
31 public boolean isShutdown() { return shutdown; } in isShutdown()
34 private volatile boolean shutdown = false; field in AbstractExecutorServiceTest.DirectExecutorService
DExecutorsTest.java282 e.shutdown(); in testDefaultThreadFactory()
322 e.shutdown(); in testPrivilegedThreadFactory()
DJSR166TestCase.java330 exec.shutdown(); in joinPool()
/libcore/support/src/test/java/tests/support/
DSupport_Exec.java113 executorService.shutdown(); in execAndGetOutput()
134 executorService.shutdown(); in execAndCheckOutput()
/libcore/luni/src/main/java/java/util/concurrent/
DExecutorService.java130 void shutdown(); in shutdown() method
DExecutors.java603 public void shutdown() { e.shutdown(); }
647 super.shutdown();
DThreadPoolExecutor.java1329 public void shutdown() { in shutdown() method in ThreadPoolExecutor
1424 shutdown(); in finalize()
DScheduledThreadPoolExecutor.java729 public void shutdown() { in shutdown() method in ScheduledThreadPoolExecutor
730 super.shutdown(); in shutdown()
/libcore/dalvik/src/test/java/dalvik/system/
DSamplingProfilerTest.java34 profiler.shutdown(); in test_SamplingProfiler_basic()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSocketPair.java86 executor.shutdown(); in connect()
/libcore/luni/src/test/java/libcore/java/util/zip/
DDeflaterOutputStreamTest.java83 executor.shutdown(); in createInflaterStream()
/libcore/support/src/test/java/tests/http/
DMockWebServer.java186 executor.shutdown(); in play()
223 public void shutdown() throws IOException { in shutdown() method in MockWebServer
/libcore/dalvik/src/main/java/dalvik/system/
DSamplingProfiler.java272 public void shutdown() { in shutdown() method in SamplingProfiler
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java95 server.shutdown(); in tearDown()
388 server.shutdown(); // tearDown() isn't sufficient; this test starts multiple servers in assertCached()
1265 server2.shutdown(); in testRedirectToAnotherOriginServer()

12