Home
last modified time | relevance | path

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

12345678910

/external/guava/guava-tests/test/com/google/common/testing/
DGcFinalizationTest.java83 final AtomicBoolean shutdown; field in GcFinalizationTest.Interruptenator
88 final AtomicBoolean shutdown) { in Interruptenator() argument
91 while (!shutdown.get()) { in Interruptenator()
95 this.shutdown = shutdown; in Interruptenator()
98 void shutdown() { in shutdown() method in GcFinalizationTest.Interruptenator
99 shutdown.set(true); in shutdown()
122 interruptenator.shutdown(); in testAwait_CountDownLatch_Interrupted()
138 interruptenator.shutdown(); in testAwaitDone_Future_Interrupted_Interrupted()
154 interruptenator.shutdown(); in testAwaitClear_Interrupted()
173 interruptenator.shutdown(); in testAwaitDone_FinalizationPredicate_Interrupted()
/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java135 shutdown(); in finalize()
223 boolean shutdown = false;
230 shutdown = (tracker == null || // can happen if method is aborted
241 if (shutdown) {
244 uniquePoolEntry.shutdown();
317 sca.shutdown();
367 public void shutdown() {
376 uniquePoolEntry.shutdown();
399 uniquePoolEntry.shutdown();
435 protected void shutdown()
[all …]
DDefaultClientConnection.java83 private volatile boolean shutdown; field in DefaultClientConnection
114 if (this.shutdown) { in opening()
146 public void shutdown() throws IOException { in shutdown() method in DefaultClientConnection
148 shutdown = true; in shutdown()
150 super.shutdown(); in shutdown()
DAbstractPooledConnAdapter.java163 public void shutdown() throws IOException { in shutdown() method in AbstractPooledConnAdapter
169 conn.shutdown(); in shutdown()
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java139 service.shutdown(); in addDelayedShutdownHook()
247 private boolean shutdown = false; field in MoreExecutors.SameThreadExecutorService
263 return shutdown; in isShutdown()
270 public void shutdown() { in shutdown() method in MoreExecutors.SameThreadExecutorService
273 shutdown = true; in shutdown()
282 shutdown(); in shutdownNow()
290 return shutdown && runningTasks == 0; in isTerminated()
429 public void shutdown() { in shutdown() method in MoreExecutors.ListeningDecorator
430 delegate.shutdown(); in shutdown()
DAbstractService.java45 private final Transition shutdown = new Transition(); field in AbstractService
109 shutdown.set(State.TERMINATED); in stop()
124 return shutdown; in stop()
185 shutdown.set(State.TERMINATED); in notifyStopped()
204 shutdown.setException(new Exception( in notifyFailed()
207 shutdown.setException(cause); in notifyFailed()
209 shutdown.setException(new Exception("Service failed while running", cause)); in notifyFailed()
DForwardingExecutorService.java90 public void shutdown() { in shutdown() method in ForwardingExecutorService
91 delegate().shutdown(); in shutdown()
/external/dbus/cmake/test/name-test/
DCMakeLists.txt23 add_executable(test-shutdown ${NAMEtest-DIR}/test-shutdown.c)
24 target_link_libraries(test-shutdown ${DBUS_INTERNAL_LIBRARIES} dbus_testutils)
25 ADD_TEST(test-shutdown ${EXECUTABLE_OUTPUT_PATH}/test-shutdown)
/external/openssl/crypto/bio/
Dbss_sock.c123 if (a->shutdown) in sock_free()
178 b->shutdown=(int)num; in sock_ctrl()
192 ret=b->shutdown; in sock_ctrl()
195 b->shutdown=(int)num; in sock_ctrl()
Dbss_mem.c121 bi->shutdown=1; in mem_new()
131 if (a->shutdown) in mem_free()
238 b->shutdown=(int)num; in mem_ctrl()
249 ret=(long)b->shutdown; in mem_ctrl()
252 b->shutdown=(int)num; in mem_ctrl()
Dbss_fd.c132 if (a->shutdown) in fd_free()
195 b->shutdown=(int)num; in fd_ctrl()
209 ret=b->shutdown; in fd_ctrl()
212 b->shutdown=(int)num; in fd_ctrl()
Dbss_acpt.c140 bi->shutdown=1; in acpt_new()
175 shutdown(c->accept_sock,2); in acpt_close_socket()
189 if (a->shutdown) in acpt_free()
392 b->shutdown=(int)num; in acpt_ctrl()
421 ret=b->shutdown; in acpt_ctrl()
424 b->shutdown=(int)num; in acpt_ctrl()
Dbss_file.c217 if (a->shutdown) in file_free()
304 b->shutdown=(int)num&BIO_CLOSE; in file_ctrl()
364 b->shutdown=(int)num&BIO_CLOSE; in file_ctrl()
417 ret=(long)b->shutdown; in file_ctrl()
420 b->shutdown=(int)num; in file_ctrl()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java105 shutdown(); in finalize()
236 hca.shutdown();
255 public void shutdown() {
256 connectionPool.shutdown();
DAbstractConnPool.java277 public void shutdown() { in shutdown() method in AbstractConnPool
287 refWorker.shutdown(); in shutdown()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNPDeallocateCalledBeforeNPShutdown.cpp71 registerNPShutdownFunction(shutdown); in NPP_New()
86 static void shutdown() in shutdown() function in NPDeallocateCalledBeforeNPShutdown
/external/kernel-headers/original/linux/
Dsysdev.h34 int (*shutdown)(struct sys_device *); member
69 int (*shutdown)(struct sys_device *); member
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DInactivityTimer.java82 void shutdown() { in shutdown() method in InactivityTimer
84 inactivityTimer.shutdown(); in shutdown()
/external/openssl/
De_os.h514 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
515 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
549 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
550 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
614 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
615 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }
/external/libsepol/src/
Dsidtab.c37 s->shutdown = 0; in sepol_sidtab_init()
241 if (s->next_sid == UINT_MAX || s->shutdown) { in sepol_sidtab_context_to_sid()
317 dst->shutdown = 0; in sepol_sidtab_set()
324 s->shutdown = 1; in sepol_sidtab_shutdown()
/external/dbus/test/name-test/
DMakefile.am19 …call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver t…
47 test-shutdown.c
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DConnectorAdapter.java122 writer.shutdown(); in close()
190 public void shutdown() in shutdown() method in ConnectorAdapter.WriterThread
/external/dhcpcd/
Dcontrol.c159 if (shutdown(fd, SHUT_RDWR) == -1) in stop_control()
169 shutdown(l->fd, SHUT_RDWR); in stop_control()
/external/svox/pico/compat/src/com/android/tts/compat/
DCompatTtsService.java52 mNativeSynth.shutdown(); in onCreate()
82 mNativeSynth.shutdown(); in onDestroy()
/external/apache-http/src/org/apache/http/
DHttpConnection.java102 public void shutdown() throws IOException; in shutdown() method

12345678910