/external/chromium_org/third_party/webrtc/base/ |
scoped_autorelease_pool.mm | 22 [pool_ drain];
|
maccocoathreadhelper.mm | 34 [hack drain];
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
lookahead.h | 77 * \param[in] drain Flag indicating the buffer should be drained 80 * \retval NULL, if drain set and queue is empty 81 * \retval NULL, if drain not set and queue not of the configured depth 86 int drain);
|
lookahead.c | 180 int drain) 184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
|
/external/libvpx/libvpx/vp8/encoder/ |
lookahead.h | 77 * \param[in] drain Flag indicating the buffer should be drained 80 * \retval NULL, if drain set and queue is empty 81 * \retval NULL, if drain not set and queue not of the configured depth 86 int drain);
|
lookahead.c | 180 int drain) 184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.h | 76 * \param[in] drain Flag indicating the buffer should be drained 79 * \retval NULL, if drain set and queue is empty 80 * \retval NULL, if drain not set and queue not of the configured depth 83 int drain);
|
vp9_lookahead.c | 166 int drain) { 169 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
QueuesTest.java | 71 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(q, ImmutableList.of(), 100, Long.MAX_VALUE, TimeUnit.NANOSECONDS) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_lookahead.h | 89 * \param[in] drain Flag indicating the buffer should be drained 92 * \retval NULL, if drain set and queue is empty 93 * \retval NULL, if drain not set and queue not of the configured depth 96 int drain);
|
vp9_svc_layercontext.h | 99 int drain);
|
vp9_lookahead.c | 163 int drain) { 166 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) {
|
vp9_svc_layercontext.c | 330 int drain) { 333 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { 338 vp9_lookahead_pop(ctx, drain);
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
macdevicemanagermm.mm | 95 [pool drain]; 104 [pool drain]; 139 [pool drain]; 181 [pool drain];
|
/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioGroupTest.java | 84 private void drain(DatagramSocket socket) throws Exception { method in class:AudioGroupTest 88 // Drain the socket by retrieving all the packets queued on it. 106 drain(mSocketA); 108 drain(mSocketB);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 12 public static void drain(InputStream inStr) method in class:Streams
|
/external/clang/test/ARCMT/ |
Common.h | 65 - (void)drain;
|
/external/guava/guava/src/com/google/common/collect/ |
Queues.java | 203 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/ |
system-header-simulator-objc.h | 80 - (void)drain;
|
/external/libpcap/ |
pcap-linux.c | 6014 char drain[1]; local [all...] |
/device/htc/flounder/audio/hal/ |
audio_hw.c | [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/owasp/sanitizer/distrib/lib/ |
guava.jar | |