HomeSort by relevance Sort by last modified time
    Searched refs:shutdown (Results 1 - 25 of 689) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
shutdown.S 4 .globl shutdown
6 .ent shutdown
8 shutdown: label
22 .end shutdown
  /bionic/libc/arch-arm/syscalls/
shutdown.S 6 ENTRY(shutdown) function
15 END(shutdown)
  /external/apache-http/src/org/apache/http/
HttpConnection.java 52 * shutdown of the connection. Use {@link #shutdown shutdown} instead.
102 public void shutdown() throws IOException; method in interface:HttpConnection
  /bionic/libc/arch-x86/syscalls/
shutdown.S 6 ENTRY(shutdown) function
25 END(shutdown)
  /external/guava/guava-tests/test/com/google/common/testing/
GcFinalizationTest.java 83 final AtomicBoolean shutdown; field in class:GcFinalizationTest.Interruptenator
88 final AtomicBoolean shutdown) {
91 while (!shutdown.get()) {
95 this.shutdown = shutdown;
98 void shutdown() { method in class:GcFinalizationTest.Interruptenator
99 shutdown.set(true);
122 interruptenator.shutdown();
138 interruptenator.shutdown();
154 interruptenator.shutdown();
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebKit.h 42 // and must remain valid until the current thread calls shutdown.
45 // Once shutdown, the WebKitClient passed to initialize will no longer be
49 WEBKIT_API void shutdown();
  /frameworks/native/libs/binder/
Static.cpp 41 IPCThreadState::shutdown();
  /device/asus/flo/
thermald-flo.conf 63 actions cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery shutdown
70 actions cpu cpu cpu cpu cpu cpu cpu shutdown
77 actions cpu cpu cpu cpu cpu cpu cpu shutdown
84 actions cpu cpu cpu cpu cpu cpu cpu shutdown
  /device/lge/mako/
thermald-mako.conf 56 actions none shutdown
63 actions none shutdown
70 actions none shutdown
77 actions none shutdown
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
NPDeallocateCalledBeforeNPShutdown.cpp 71 registerNPShutdownFunction(shutdown);
86 static void shutdown() function in class:NPDeallocateCalledBeforeNPShutdown
93 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin("np-deallocate-called-before-np-shutdown");
  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 39 void shutdown();
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 125 void shutdown() method in interface:ClientConnectionManager
  /external/mtpd/
mtpd.h 62 /* Handle the shutdown event. */
63 void (*shutdown)(); member in struct:protocol
  /external/webkit/Source/WebCore/rendering/
RenderImageResourceStyleImage.cpp 56 void RenderImageResourceStyleImage::shutdown() function in class:WebCore::RenderImageResourceStyleImage
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 41 public void shutdown(); method in interface:SimulatedRadioControl
  /frameworks/rs/
rsFifoSocket.h 35 void shutdown();
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 135 shutdown(); method
223 boolean shutdown = false;
230 shutdown = (tracker == null || // can happen if method is aborted
241 if (shutdown) {
244 uniquePoolEntry.shutdown();
315 // we might have gotten here because of a shutdown trigger
316 // shutdown of the adapter also clears the tracked route
317 sca.shutdown();
367 public void shutdown() {
376 uniquePoolEntry.shutdown();
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 45 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.setException(cause)
    [all...]
MoreExecutors.java 55 * 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
282 shutdown(); method
429 public void shutdown() { method in class:MoreExecutors.ListeningDecorator
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 109 // shutdown can be modified from multiple threads, protected by this
110 boolean shutdown = false; field in class:EchoServer.EchoMachine
153 public synchronized void shutdown() { method in class:EchoServer.EchoMachine
155 shutdown = true;
160 if (shutdown) return true;
234 echoMachine.shutdown();
263 public void shutdown() { method in class:EchoServer.ServerThread
327 echoMachine.shutdown();
339 public void shutdown() { method in class:EchoServer.ConnectionlessServerThread
368 mConnectionlessServerThread.shutdown();
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 58 shutdown(from);
59 shutdown(to);
62 private void shutdown(Socket socket) { method in class:Forwarder
  /bionic/libc/kernel/common/linux/
platform_device.h 36 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.h 52 void shutdown();
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
VariableSpeedTest.java 36 mExecutor.shutdown();

Completed in 806 milliseconds

1 2 3 4 5 6 7 8 91011>>