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

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SerializingExecutorTest.java 206 service.shutdown();
WrappingScheduledExecutorServiceTest.java 204 public void shutdown() { method in class:WrappingScheduledExecutorServiceTest.MockExecutor
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ContinuingRequestIntegrationTest.java 64 public void shutdown() {
143 executor.shutdown();
185 executor.shutdown();
ScopeRequestIntegrationTest.java 88 executor.shutdown();
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 161 static void shutdown(GtkObject *object, gpointer data) function
175 GNOMEUIINFO_MENU_EXIT_ITEM(shutdown, NULL),
gnomelayout.cpp 169 void shutdown(GtkObject */*object*/, gpointer /*data*/) function
183 GNOMEUIINFO_MENU_EXIT_ITEM(shutdown, NULL),
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
AgentTest.java 121 public void shutdown() {
151 agent.shutdown();
176 agent.shutdown();
189 agent.shutdown();
206 public void shutdown() throws Exception {
217 agent.shutdown();
229 agent.shutdown();
370 public void shutdown() {
CoverageTransformerTest.java 261 public void shutdown() { method in class:CoverageTransformerTest.StubRuntime
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpServerOutputTest.java 73 controller.shutdown();
81 controller.shutdown();
116 controller.shutdown();
130 controller.shutdown();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
CyclomaticComplexityTest.java 60 runtime.shutdown();
ResizeInstructionsTest.java 48 runtime.shutdown();
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 135 // At the end of test execution we collect execution data and shutdown
140 runtime.shutdown();
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 44 server.shutdown();
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
CacheAdapterTest.java 76 server.shutdown();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DispatcherTest.java 152 @Override public void shutdown() { method in class:DispatcherTest.RecordingExecutor
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 182 replyExecutor.shutdown();
  /external/python/cpython2/Lib/
SocketServer.py 163 - shutdown()
217 """Handle one request at a time until shutdown.
219 Polls for shutdown every poll_interval seconds. Ignores
229 # shutdown request and wastes cpu at all other times.
238 def shutdown(self): member in class:BaseServer
334 """Called to shutdown and close an individual request."""
365 - shutdown()
467 """Called to shutdown and close an individual request."""
469 #explicitly shutdown. socket.close() merely releases
471 request.shutdown(socket.SHUT_WR
    [all...]
  /external/python/cpython2/Lib/plat-mac/
findertools.py 86 def shutdown(): function
746 print 'Testing shutdown...'
748 result = shutdown()
  /external/python/cpython3/Lib/asyncio/
sslproto.py 45 _SHUTDOWN = "SHUTDOWN"
63 do_handshake(). To shutdown SSL again, call unwrap().
139 def shutdown(self, callback=None): member in class:_SSLPipe
140 """Start the SSL shutdown sequence.
145 will be called when the shutdown is complete. The callback will be
151 raise RuntimeError('shutdown in progress')
182 be acknowledged by calling shutdown().
218 # Call shutdown() until it doesn't raise anymore.
639 ssldata = self._sslpipe.shutdown(self._finalize)
  /external/python/cpython3/Lib/concurrent/futures/
_base.py 564 def shutdown(self, wait=True): member in class:Executor
571 wait: If True then shutdown will not return until all running
581 self.shutdown(wait=True)
  /external/python/cpython3/Lib/
socketserver.py 165 - shutdown()
220 """Handle one request at a time until shutdown.
222 Polls for shutdown every poll_interval seconds. Ignores
230 # responsiveness to a shutdown request and wastes cpu at all other
245 def shutdown(self): member in class:BaseServer
364 """Called to shutdown and close an individual request."""
401 - shutdown()
503 """Called to shutdown and close an individual request."""
505 #explicitly shutdown. socket.close() merely releases
507 request.shutdown(socket.SHUT_WR
    [all...]
  /external/python/futures/concurrent/futures/
_base.py 649 def shutdown(self, wait=True): member in class:Executor
656 wait: If True then shutdown will not return until all running
666 self.shutdown(wait=True)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ApplicationManagerFacade.java 175 public void shutdown() { method in class:ApplicationManagerFacade
BatteryManagerFacade.java 153 public void shutdown() { method in class:BatteryManagerFacade
CallLogFacade.java 146 public void shutdown() { method in class:CallLogFacade

Completed in 383 milliseconds

<<11121314151617181920>>