Searched defs:shutdown (Results 26 - 50 of 139) sorted by relevance

123456

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddate_widget.js81 self.shutdown();
112 cvox.ChromeVoxHTMLDateWidget.prototype.shutdown = function() {
H A Dtime_widget.js36 self.shutdown();
77 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown = function() {
H A Dinterframe.js91 cvox.Interframe.shutdown = function() {
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackListBase.h64 void shutdown() function in class:blink::TrackListBase
/external/chromium_org/third_party/skia/platform_tools/nacl/
H A Dhttpd.py72 def shutdown(self): member in class:QuittableHTTPServer
146 self.server.shutdown()
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractService.java45 private final Transition shutdown = new Transition(); field in class:AbstractService
54 * If true, the user requested a shutdown while the service was still starting
73 * This method should be used to initiate service shutdown. The invocation
75 * during this method's run, or after it has returned. If shutdown fails, the
80 * shutdown, even when {@link #stop} is called multiple times.
109 shutdown.set(State.TERMINATED);
124 return shutdown;
185 shutdown.set(State.TERMINATED);
204 shutdown.setException(new Exception(
207 shutdown
[all...]
H A DForwardingExecutorService.java90 public void shutdown() { method in class:ForwardingExecutorService
91 delegate().shutdown();
H A DMoreExecutors.java55 * adding a shutdown hook to wait for their completion.
85 * does so by using daemon threads and adding a shutdown hook to wait for
116 * Add a shutdown hook to wait for thread completion in the given
119 * shutdown, instead giving these daemon threads a chance to terminate
136 // is undefined in shutdown hooks.
137 // This is because the logging code installs a shutdown hook of its
139 service.shutdown();
151 * adding a shutdown hook to wait for their completion.
172 * and adding a shutdown hook to wait for their completion.
197 * executor has been shutdown)
247 private boolean shutdown = false; field in class:MoreExecutors.SameThreadExecutorService
270 public void shutdown() { method in class:MoreExecutors.SameThreadExecutorService
429 public void shutdown() { method in class:MoreExecutors.ListeningDecorator
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DRobolectricBackgroundExecutorService.java17 public void shutdown() { method in class:RobolectricBackgroundExecutorService
/external/skia/platform_tools/nacl/
H A Dhttpd.py72 def shutdown(self): member in class:QuittableHTTPServer
146 self.server.shutdown()
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java125 public void shutdown() { method in class:PacketReader
134 // from a faulty listener and finish the shutdown process
142 listenerExecutor.shutdown();
H A DPacketWriter.java107 * packet writer will continue writing packets until {@link #shutdown} or an
122 public void shutdown() { method in class:PacketWriter
177 // by the shutdown process.
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java82 void shutdown() { method in class:InactivityTimer
84 inactivityTimer.shutdown();
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java87 /** True if this connection was shutdown. */
88 private volatile boolean shutdown; field in class:DefaultClientConnection
118 // Check for shutdown after assigning socket, so that
119 if (this.shutdown) {
122 throw new IOException("Connection already shutdown");
151 public void shutdown() throws IOException { method in class:DefaultClientConnection
153 shutdown = true;
155 super.shutdown();
160 } // shutdown
H A DSingleClientConnManager.java140 shutdown();
228 boolean shutdown = false;
235 shutdown = (tracker == null || // can happen if method is aborted
246 if (shutdown) {
249 uniquePoolEntry.shutdown();
320 // we might have gotten here because of a shutdown trigger
321 // shutdown of the adapter also clears the tracked route
322 sca.shutdown();
372 public void shutdown() { method in class:SingleClientConnManager
381 uniquePoolEntry.shutdown();
440 protected void shutdown() method in class:SingleClientConnManager.PoolEntry
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java282 public void shutdown() { method in class:AbstractConnPool
292 refWorker.shutdown();
H A DThreadSafeClientConnManager.java110 shutdown();
239 // because of a shutdown trigger.
241 hca.shutdown();
260 public void shutdown() { method in class:ThreadSafeClientConnManager
261 connectionPool.shutdown();
H A DConnPoolByRoute.java670 public void shutdown() { method in class:ConnPoolByRoute
675 super.shutdown();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp180 void shutdown() function in namespace:blink
186 // the shutdown() is called.
209 // Detach the main thread before starting the shutdown sequence
210 // so that the main thread won't get involved in a GC during the shutdown.
221 CoreInitializer::shutdown();
222 Scheduler::shutdown();
223 Heap::shutdown();
224 WTF::shutdown();
225 Platform::shutdown();
226 WebPrerenderingSupport::shutdown();
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeSocket.cpp108 void Socket::shutdown (void) function in class:de::Socket
111 throw SocketError("Socket shutdown failed");
117 throw SocketError("Socket send channel shutdown failed");
123 throw SocketError("Socket receive channel shutdown failed");
/external/mtpd/
H A Dmtpd.h90 /* Handle the shutdown event. */
91 void (*shutdown)(); member in struct:protocol
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDispatcherTest.java160 @Override public void shutdown() { method in class:DispatcherTest.RecordingExecutor
/external/chromium_org/chrome/browser/safe_browsing/
H A Dui_manager.cc59 void SafeBrowsingUIManager::StopOnIOThread(bool shutdown) { argument
62 if (shutdown)
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c60 int main(NPNetscapeFuncs *browserFuncs, NPPluginFuncs *pluginFuncs, NPP_ShutdownProcPtr *shutdown);
103 int main(NPNetscapeFuncs *browserFuncs, NPPluginFuncs *pluginFuncs, NPP_ShutdownProcPtr *shutdown) argument
151 *shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)NP_Shutdown);
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
H A DScheduler.cpp23 // Note if the scheduler gets shutdown, this may be run after.
51 // Note if the scheduler gets shutdown, this may be run after.
75 // Note if the scheduler gets shutdown, this may be run after.
106 void Scheduler::shutdown() function in class:blink::Scheduler

Completed in 1747 milliseconds

123456