Searched refs:shutdown (Results 101 - 125 of 503) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DTcpServerOutput.java79 public void shutdown() throws Exception { method in class:TcpServerOutput
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DFileOutputTest.java58 controller.shutdown();
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DLoggerRuntime.java162 public void shutdown() { method in class:LoggerRuntime
183 // shutdown. As soon as our handler has been removed, all classes
184 // that might get instrumented during shutdown (e.g. loaded by other
185 // shutdown hooks) will fail to initialize. Therefore we add ourself
/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio.cc59 bio->shutdown = 0; // By default do not close underlying stream on shutdown.
/external/libevent/
H A Diocp-internal.h83 short shutdown; member in struct:event_iocp_port
84 /** How often the threads on this port check for shutdown and other
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java351 * Return true if this server is fully shutdown -- i.e., there is no active (alive) threads and
353 * @return true if this server is fully shutdown
356 boolean shutdown = !serverThread.isAlive() && serverSocket.isClosed();
360 shutdown = shutdown && sessionInfo.socket.isClosed() && !sessionInfo.thread.isAlive();
362 return shutdown;
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java360 * Return true if this server is fully shutdown -- i.e., there is no active (alive) threads and
362 * @return true if this server is fully shutdown
365 boolean shutdown = !serverThread.isAlive() && serverSocket.isClosed();
369 shutdown = shutdown && sessionInfo.socket.isClosed() && !sessionInfo.thread.isAlive();
371 return shutdown;
/external/selinux/libsepol/src/
H A Dsidtab.c37 s->shutdown = 0;
241 if (s->next_sid == UINT_MAX || s->shutdown) {
317 dst->shutdown = 0;
324 s->shutdown = 1;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DToneGeneratorFacade.java106 public void shutdown() { method in class:ToneGeneratorFacade
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DMediaScannerFacade.java81 public void shutdown() { method in class:MediaScannerFacade
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DSubscriptionManagerFacade.java117 public void shutdown() { method in class:SubscriptionManagerFacade
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProcess.java115 mProxy.shutdown();
/external/v8/tools/testrunner/server/
H A Dmain.py127 self.presence_daemon.shutdown()
129 self.local_handler.shutdown()
131 self.work_handler.shutdown()
133 self.status_handler.shutdown()
/external/wpa_supplicant_8/wpa_supplicant/binder/
H A Dbinder.cpp79 android::IPCThreadState::shutdown();
/external/autotest/scheduler/
H A Ddrones.py52 def shutdown(self): member in class:_BaseAbstractDrone
222 def shutdown(self): member in class:_RemoteDrone
223 super(_RemoteDrone, self).shutdown()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A Dsslproxy_test.py56 self.connection.shutdown()
80 self.connection.shutdown()
123 self.shutdown()
H A Dtrafficshaper_test.py114 self.shutdown()
166 # TODO(slamm): Figure out why partial is shutdown needed to make it work.
167 s.shutdown(socket.SHUT_WR)
176 # TODO(slamm): Figure out why partial is shutdown needed to make it work.
177 s.shutdown(socket.SHUT_WR)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dwebapp_test_util.py217 # allowing the server to check for shutdown.
223 def shutdown(self): member in class:ServerThread
224 """Notify server that it must shutdown gracefully."""
228 """Handle incoming requests until shutdown."""
295 self.server.shutdown()
308 self.server.shutdown()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DContinuingRequestIntegrationTest.java64 public void shutdown() {
143 executor.shutdown();
185 executor.shutdown();
/external/autotest/client/tests/cyclictest/src/
H A Dcyclictest.c85 static int shutdown; variable
278 while (!shutdown) {
328 shutdown++;
494 shutdown = 1;
582 while (!shutdown) {
601 if (shutdown || allstopped)
608 shutdown = 1;
/external/apache-http/src/org/apache/http/impl/
H A DSocketHttpClientConnection.java184 public void shutdown() throws IOException { method in class:SocketHttpClientConnection
H A DSocketHttpServerConnection.java182 public void shutdown() throws IOException { method in class:SocketHttpServerConnection
/external/autotest/client/cros/cellular/
H A Dnet_interface.py133 self.chroot.shutdown()
/external/autotest/client/cros/
H A Dchrooted_avahi.py170 self._chroot.shutdown()
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
H A Dautoupdate_CannedOmahaUpdate.py90 self._httpd.shutdown()

Completed in 752 milliseconds

1234567891011>>