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

1 2 3 4 5 6

  /external/webrtc/webrtc/base/
scoped_autorelease_pool.mm 22 [pool_ drain];
maccocoathreadhelper.mm 34 [hack drain];
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
BufferedWriter.java 27 private void drain () throws IOException { method in class:BufferedWriter
36 drain(); method
45 drain(); method
  /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))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/opencv3/modules/videoio/src/
cap_qtkit.mm 302 [localpool drain];
325 [localpool drain];
340 [localpool drain];
347 [localpool drain];
362 [localpool drain];
373 [localpool drain];
405 [localpool drain];
413 [localpool drain];
417 [localpool drain];
438 [localpool drain];
    [all...]
cap_avfoundation.mm 279 [localpool drain];
310 [localpool drain];
323 [localpool drain];
350 [localpool drain];
408 [localpool drain];
412 [localpool drain];
427 [localpool drain];
494 [localpool drain];
863 [localpool drain];
874 [localpool drain];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 93 * \param[in] drain Flag indicating the buffer should be drained
96 * \retval NULL, if drain set and queue is empty
97 * \retval NULL, if drain not set and queue not of the configured depth
100 int drain);
vp9_svc_layercontext.h 123 int drain);
  /external/webrtc/talk/media/devices/
macdevicemanagermm.mm 95 [pool drain];
104 [pool drain];
139 [pool drain];
181 [pool drain];
  /external/opencv3/modules/highgui/src/
window_cocoa.mm 172 [localpool drain];
193 [localpool drain];
205 [localpool drain];
249 [localpool drain];
264 [localpool drain];
284 [localpool1 drain];
302 if (localpool2 != nil) [localpool2 drain];
317 [localpool2 drain];
337 [localpool drain];
352 if (localpool3 != nil) [localpool3 drain];
    [all...]
  /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);
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java 83 IOUtil.drain(fd0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 21 public static void drain(InputStream inStr) method in class:Streams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 161 * drain; optional
163 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 161 * drain; optional
163 int (*drain)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 154 bool drain = false; variable
343 drain = true;
422 if (drain) {
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 87 public void drain() throws IOException { method in class:OldObjectOutputStreamTest.BasicObjectOutputStream
88 super.drain();
203 boos.drain();
  /libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java 735 * Drain any buffered data in ObjectOutputStream. Similar to flush but
741 protected void drain() throws IOException { method in class:ObjectOutputStream
742 bout.drain();
1833 drain(); method
1874 drain(); method
1888 drain(); method
1908 drain(); method
1916 drain(); method
1939 void drain() throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
1979 drain(); method
1986 drain(); method
2056 drain(); method
2094 drain(); method
    [all...]
  /external/clang/test/ARCMT/
Common.h 65 - (void)drain;

Completed in 358 milliseconds

1 2 3 4 5 6