HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 251 - 275 of 1207) sorted by null

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 71 * adding a shutdown hook to wait for their completion.
93 * does so by using daemon threads and adding a shutdown hook to wait for
114 * Add a shutdown hook to wait for thread completion in the given
117 * shutdown, instead giving these daemon threads a chance to terminate
134 * adding a shutdown hook to wait for their completion.
154 * and adding a shutdown hook to wait for their completion.
172 /** Represents the current application to register shutdown hooks. */
201 // is undefined in shutdown hooks.
202 // This is because the logging code installs a shutdown hook of its
204 service.shutdown();
293 private boolean shutdown = false; field in class:MoreExecutors.DirectExecutorService
316 public void shutdown() { method in class:MoreExecutors.DirectExecutorService
328 shutdown(); method
539 public void shutdown() { method in class:MoreExecutors.ListeningDecorator
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 86 _ListenerExecutor.shutdown();
104 executor.shutdown();
213 executor.shutdown();
416 executor.shutdown();
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 314 server.shutdown();
320 server.shutdown();
324 server.shutdown();
342 other.shutdown();
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 184 mReceiverManager.shutdown();
192 public static void shutdown() { method in class:HtmlActivityTask
  /frameworks/base/services/core/java/com/android/server/connectivity/
MultipathPolicyTracker.java 162 public void shutdown() { method in class:MultipathPolicyTracker
166 t.shutdown();
406 void shutdown() { method in class:MultipathPolicyTracker.MultipathTracker
474 existing.shutdown();
  /libcore/luni/src/test/java/libcore/java/net/
FtpURLConnectionTest.java 163 countingProxy.shutdown();
186 countingProxy.shutdown();
216 countingProxy.shutdown();
358 * {@link #shutdown()}, a background server thread accepts and counts
385 // Signals that serverThread has gracefully completed shutdown (not crashed)
439 public void shutdown() throws IOException, InterruptedException { method in class:FtpURLConnectionTest.CountingProxy
  /art/tools/dexfuzz/src/dexfuzz/listeners/
LogFileListener.java 66 public void shutdown() { method in class:LogFileListener
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 195 executor.shutdown();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 116 //GLSurfaceView destroys surface on pause. so shutdown should be done.
134 shutdown(); method
141 Log.i(TAG, "shutdownIfActive shutdown");
142 // surface no longer available, so just shutdown
143 shutdown(); method
186 public static native void shutdown(); method in class:NativeMediaActivity
  /cts/tests/tests/net/src/android/net/http/cts/
HttpResponseCacheTest.java 56 server.shutdown();
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 51 mWebServer.shutdown();
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 49 mTts.shutdown();
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 261 webServer.shutdown();
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 60 mWebServer.shutdown();
WebSettingsTest.java 95 mWebServer.shutdown();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 188 mTts.shutdown();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SocketServer.py 168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self): member in class:BaseServer
337 """Called to shutdown and close an individual request."""
368 - shutdown()
470 """Called to shutdown and close an individual request."""
472 #explicitly shutdown. socket.close() merely releases
474 request.shutdown(socket.SHUT_WR)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SocketServer.py 158 - shutdown()
212 """Handle one request at a time until shutdown.
214 Polls for shutdown every poll_interval seconds. Ignores
224 # shutdown request and wastes cpu at all other times.
232 def shutdown(self): member in class:BaseServer
326 """Called to shutdown and close an individual request."""
357 - shutdown()
455 """Called to shutdown and close an individual request."""
457 #explicitly shutdown. socket.close() merely releases
459 request.shutdown(socket.SHUT_WR)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 383 shutdown(); method
  /external/autotest/server/cros/faft/config/
DEFAULTS.py 78 # Delay for waiting client to shutdown
79 shutdown = 30 variable in class:Values
81 # Timeout of confirming DUT shutdown
112 # Delay after /sbin/shutdown before pressing power button
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ServerEndpoint.java 115 executor.shutdown();
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
RenegotiationTest.java 171 executor.shutdown();
271 executor.shutdown();
  /external/curl/lib/vtls/
vtls.h 50 int (*shutdown)(struct connectdata *conn, int sockindex); member in struct:Curl_ssl
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ConcurrentWeakIdentityHashMapTest.java 147 executorService.shutdown();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 148 executor.shutdown();

Completed in 502 milliseconds

<<11121314151617181920>>