Searched refs:drain (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dscoped_autorelease_pool.mm39 [pool_ drain];
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAutodrainedPoolMac.mm45 [m_pool drain];
51 [m_pool drain];
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.h73 * \param[in] drain Flag indicating the buffer should be drained
76 * \retval NULL, if drain set and queue is empty
77 * \retval NULL, if drain not set and queue not of the configured depth
82 int drain);
H A Dlookahead.c180 int drain)
184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
179 vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.h70 * \param[in] drain Flag indicating the buffer should be drained
73 * \retval NULL, if drain set and queue is empty
74 * \retval NULL, if drain not set and queue not of the configured depth
77 int drain);
H A Dvp9_lookahead.c161 int drain) {
164 if (ctx->sz && (drain || ctx->sz == ctx->max_sz)) {
160 vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java71 private static <T> int drain(BlockingQueue<T> q, Collection<? super T> buffer, int maxElements, method in class:QueuesTest
74 ? Queues.drain(q, buffer, maxElements, timeout, unit)
94 int elements = drain(q, buf, 100, Long.MAX_VALUE, TimeUnit.NANOSECONDS, interruptibly);
109 assertEquals(0, Queues.drain(q, ImmutableList.of(), 1, 10, TimeUnit.MILLISECONDS));
117 int drained = drain(q, Lists.newArrayList(), 2, 10, TimeUnit.MILLISECONDS, interruptibly);
138 // asking to drain zero elements
139 assertEquals(0, drain(q, ImmutableList.of(), 0, 10, TimeUnit.MILLISECONDS, interruptibly));
163 int elements = Queues.drain(q, buf, -1, Long.MAX_VALUE, TimeUnit.NANOSECONDS);
169 Queues.drain(q, buf, 1, Long.MAX_VALUE, TimeUnit.NANOSECONDS);
181 Queues.drain(
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdevicemanagermm.mm90 [pool drain];
99 [pool drain];
135 [pool drain];
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager_mac.mm105 [pool drain];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java12 public static void drain(InputStream inStr) method in class:Streams
/external/clang/test/ARCMT/
H A DCommon.h65 - (void)drain;
/external/guava/guava/src/com/google/common/collect/
H A DQueues.java203 public static <E> int drain(BlockingQueue<E> q, Collection<? super E> buffer, int numElements, method in class:Queues
209 * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
230 * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, long, TimeUnit)},
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h77 - (void)drain;
/external/libpcap/
H A Dpcap-linux.c2146 char drain[1]; local
2155 * non-blocking mode; we drain it by reading packets
2162 while (recv(handle->fd, &drain, sizeof drain,
/external/smack/src/com/kenai/jbosh/
H A DBOSHClient.java622 void drain() { method in class:BOSHClient
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 700 milliseconds