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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
shutdown.S 5 ENTRY(shutdown) function
14 END(shutdown)
  /bionic/libc/arch-x86/syscalls/
shutdown.S 5 .type shutdown, @function
6 .globl shutdown
9 shutdown: label
  /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
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpBackend.java 42 * Shutdown the backend and cleanup any resources it was using.
44 void shutdown(); method in interface:IChimpBackend
  /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/base/libs/binder/
Static.cpp 41 IPCThreadState::shutdown();
  /frameworks/base/libs/rs/
rsFifoSocket.h 33 void 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");
  /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/base/core/java/android/os/
Power.java 86 * {@link android.internal.app.ShutdownThread} for a clean shutdown.
92 public static native void shutdown(); method in class:Power
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 41 public void shutdown(); method in interface:SimulatedRadioControl
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 136 shutdown(); method
224 boolean shutdown = false;
231 shutdown = (tracker == null || // can happen if method is aborted
242 if (shutdown) {
245 uniquePoolEntry.shutdown();
316 // we might have gotten here because of a shutdown trigger
317 // shutdown of the adapter also clears the tracked route
318 sca.shutdown();
368 public void shutdown() {
377 uniquePoolEntry.shutdown();
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
Executors.java 48 * adding a shutdown hook to wait for their completion.
75 * does so by using daemon threads and adding a shutdown hook to wait for
102 * Add a shutdown hook to wait for thread completion in the given
105 * shutdown, instead giving these daemon threads a chance to terminate
120 // is undefined in shutdown hooks.
121 // This is because the logging code installs a shutdown hook of its
123 service.shutdown();
135 * adding a shutdown hook to wait for their completion.
155 * and adding a shutdown hook to wait for their completion.
203 * executor has been shutdown)
250 private boolean shutdown = false; field in class:Executors.SameThreadExecutorService
273 public void shutdown() { method in class:Executors.SameThreadExecutorService
285 shutdown(); method
    [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 30 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();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver

Completed in 1277 milliseconds

1 2 3 4 5 6 7 8 91011>>