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

12 3 4 5 6 7 8 91011>>

  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
RpcReceiverManager.java 92 public void shutdown() { method in class:RpcReceiverManager
96 receiver.shutdown();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsComponent.java 85 public void shutdown() { method in class:GlobalActionsComponent
87 mBarService.shutdown();
  /frameworks/base/services/core/java/com/android/server/
SystemServerInitThreadPool.java 75 static synchronized void shutdown() { method
77 sInstance.mService.shutdown();
88 throw new IllegalStateException("Cannot shutdown. Unstarted tasks "
92 Slog.d(TAG, "Shutdown successful");
  /external/apache-http/src/org/apache/http/
HttpConnection.java 57 * shutdown of the connection. Use {@link #shutdown shutdown} instead.
107 public void shutdown() throws IOException; method in interface:HttpConnection
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 130 void shutdown() method in interface:ClientConnectionManager
  /external/autotest/server/hosts/
ssh_multiplex.py 162 def shutdown(self): member in class:ConnectionPool
  /external/autotest/site_utils/lxc/container_pool/
client.py 122 def shutdown(self): member in class:Client
124 self._connection.send(message.shutdown())
message.py 12 SHUTDOWN = 'shutdown'
39 def shutdown(): function
40 """Creates a service shutdown message.
42 SHUTDOWN messages cause the service to shut down. See Service.stop().
44 return Message(SHUTDOWN, {})
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/badexecutor/
BadExecutorTest.java 37 executorService.shutdown();
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingExecutorService.java 90 public void shutdown() { method in class:ForwardingExecutorService
91 delegate().shutdown();
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 17 void shutdown(); method in interface:ExecutorService
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
ExecutorTestBase.java 41 executor.shutdown();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
SystemPropertiesRuntime.java 71 public void shutdown() { method in class:SystemPropertiesRuntime
  /external/mesa3d/src/gallium/state_trackers/nine/
threadpool.h 40 BOOL shutdown; member in struct:threadpool
  /external/python/cpython3/Lib/concurrent/futures/
thread.py 17 # pool (i.e. shutdown() was not called). However, allowing workers to die with
19 # - The workers would still be running during interpreter shutdown,
74 # - The executor that owns the worker has been shutdown.
109 raise RuntimeError('cannot schedule new futures after shutdown')
138 def shutdown(self, wait=True): member in class:ThreadPoolExecutor
145 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /external/python/futures/concurrent/futures/
thread.py 25 # pool (i.e. shutdown() was not called). However, allowing workers to die with
27 # - The workers would still be running during interpretor shutdown,
83 # - The executor that owns the worker has been shutdown.
124 raise RuntimeError('cannot schedule new futures after shutdown')
153 def shutdown(self, wait=True): member in class:ThreadPoolExecutor
160 shutdown.__doc__ = _base.Executor.shutdown.__doc__
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
RobolectricBackgroundExecutorService.java 17 public void shutdown() { method in class:RobolectricBackgroundExecutorService
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 37 unsigned char shutdown; member in struct:__anon33694
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SpeechRecognitionFacade.java 80 public void shutdown() { method in class:SpeechRecognitionFacade
  /external/testng/src/main/java/org/testng/internal/
PoolService.java 55 m_executor.shutdown();
  /external/v8/tools/testrunner/server/
presence_handler.py 96 def shutdown(self): member in class:PresenceDaemon
101 SocketServer.UDPServer.shutdown(self)
  /frameworks/base/cmds/bootanimation/iot/
BootAction.cpp 71 // we will still call init and shutdown.
94 void BootAction::shutdown() { function in class:android::BootAction
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
GlobalActions.java 42 void shutdown(); method in interface:GlobalActions.GlobalActionsManager
  /frameworks/native/services/powermanager/
IPowerManager.cpp 119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) function in class:android::BpPowerManager
126 return remote()->transact(SHUTDOWN, data, &reply, 0);
  /frameworks/rs/
rsFifoSocket.cpp 43 void FifoSocket::shutdown() { function in class:android::renderscript::FifoSocket

Completed in 587 milliseconds

12 3 4 5 6 7 8 91011>>