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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/
Partitions.cpp 45 void Partitions::shutdown() function in class:WebCore::Partitions
50 (void) m_renderingAllocator.shutdown();
51 (void) m_objectModelAllocator.shutdown();
Partitions.h 42 static void shutdown();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
shutdown.c 10 int shutdown(int fd, int how) { function
  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionService.aidl 25 void shutdown();
  /external/chromium_org/third_party/WebKit/Source/core/
Init.h 50 void shutdown();
Init.cpp 123 void shutdown() function in namespace:WebCore
126 HTMLParserThread::shutdown();
128 Partitions::shutdown();
  /external/chromium_org/third_party/WebKit/Source/wtf/
WTF.cpp 52 // WTF, and Blink in general, cannot handle being re-initialized, even if shutdown first.
63 void shutdown() function in namespace:WTF
68 Partitions::shutdown();
88 void Partitions::shutdown() function in class:WTF::Partitions
91 m_bufferAllocator.shutdown();
WTF.h 43 WTF_EXPORT void shutdown();
49 static void shutdown();
  /bionic/libc/arch-arm/syscalls/
shutdown.S 5 ENTRY(shutdown) function
14 END(shutdown)
  /bionic/libc/arch-arm64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
14 END(shutdown)
  /bionic/libc/arch-mips/syscalls/
shutdown.S 5 ENTRY(shutdown) function
19 END(shutdown)
  /bionic/libc/arch-x86_64/syscalls/
shutdown.S 5 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
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThreadTest.cpp 18 HTMLParserThread::shutdown();
HTMLParserThread.h 47 static void shutdown();
49 // It is an error to call shared() before init() or after shutdown();
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
Platform.cpp 43 void Platform::shutdown() function in class:blink::Platform
WebPrerenderingSupport.cpp 44 void WebPrerenderingSupport::shutdown() function in class:blink::WebPrerenderingSupport
  /bionic/libc/arch-mips64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
25 END(shutdown)
  /bionic/libc/arch-x86/syscalls/
shutdown.S 5 ENTRY(shutdown) function
27 END(shutdown)
  /device/lge/hammerhead/
thermal-engine-8974.conf 36 actions shutdown
45 actions shutdown
54 actions shutdown
63 actions 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/chromium_org/third_party/WebKit/public/platform/
WebPrerenderingSupport.h 43 BLINK_PLATFORM_EXPORT static void shutdown();
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 44 // non-null and must remain valid until the current thread calls shutdown.
49 // non-null and must remain valid until the current thread calls shutdown.
58 // Once shutdown, the Platform passed to initialize will no longer
62 BLINK_EXPORT void shutdown();
64 // Once shutdown, the Platform passed to initializeWithoutV8 will no longer
  /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

Completed in 2095 milliseconds

1 2 3 4 5 6 7 8 91011>>