HomeSort by relevance Sort by last modified time
    Searched full:drain (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium/base/
scoped_nsautorelease_pool.mm 19 [autorelease_pool_ drain];
25 [autorelease_pool_ drain];
scoped_nsautorelease_pool.h 21 // instantiated and sends it a -drain message when destroyed. This allows an
  /external/iproute2/man/man8/
routel.8 18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/webkit/WebCore/manual-tests/
input-starved-by-timers.html 38 setTimeout("multiplyFactor = 0; log('Finishing. Started to drain timers.');", 10000);
45 will start drain the timers so the UI becomes responsive again in a few seconds.
  /external/webkit/WebCore/platform/mac/
AutodrainedPool.mm 43 [m_pool drain];
49 [m_pool drain];
SharedTimerMac.mm 87 [pool drain];
  /external/webkit/WebKit/mac/WebCoreSupport/
WebIconDatabaseClient.mm 40 [pool drain];
48 [pool drain];
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/
Streams.java 12 public static void drain(InputStream inStr) method in class:Streams
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 160 * drain; optional
162 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /frameworks/base/core/java/android/net/http/
Connection.java 52 private static final int DRAIN = 2;
54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
197 state = DRAIN;
264 case DRAIN:
268 if (state != DRAIN && pipeSize < minPipe &&
  /bootable/bootloader/legacy/include/boot/
boot.h 32 static inline void DWB(void) /* drain write buffer */
  /external/qemu/slirp/
socket.h 68 #define SS_FWDRAIN 0x040 /* We received a FIN, drain data and set SS_FCANTSENDMORE */
  /external/qemu/slirp-android/
socket.h 69 #define SS_FWDRAIN 0x040 /* We received a FIN, drain data and set SS_FCANTSENDMORE */
  /external/webkit/JavaScriptCore/profiler/
ProfilerServer.mm 85 [pool drain];
  /external/webkit/JavaScriptCore/runtime/
MarkStack.h 63 inline void drain();
JSArray.h 181 inline void MarkStack::drain() function in class:JSC::MarkStack
  /external/webkit/WebKit/mac/Carbon/
CarbonUtils.m 87 [sPool drain];
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 124 [pool drain];
132 // to a crash when we try to drain the release pool.
151 [_pool drain];
  /external/chromium/net/http/
http_network_transaction.h 194 // Called when we don't need to drain the response body or have drained it.
323 // The size in bytes of the buffer we use to drain the response body that
  /external/chromium/third_party/libevent/
buffer.c 129 /* We drain the input buffer on success */
241 /* Drain one more character if needed */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h 202 /** Drain the context. If there is nothing to drain, the function returns NULL */
  /external/webkit/JavaScriptGlue/
JSValueWrapper.cpp 206 markStack.drain();
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 105 [pool drain];
  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 175 [pool drain];
  /packages/apps/Contacts/src/com/android/contacts/model/
ExternalSource.java 125 // Drain comments and whitespace

Completed in 789 milliseconds

1 2 3 4