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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_autorelease_pool.mm 39 [pool_ drain];
  /external/chromium_org/third_party/WebKit/Source/wtf/
AutodrainedPoolMac.mm 45 [m_pool drain];
51 [m_pool drain];
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 73 * \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);
lookahead.c 180 int drain)
184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 70 * \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);
vp9_lookahead.c 161 int drain) {
164 if (ctx->sz && (drain || ctx->sz == ctx->max_sz)) {
  /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/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 90 [pool drain];
99 [pool drain];
135 [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/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 105 [pool drain];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 55 void (*drain) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops
66 unsigned int drain: 1, /* drain stage */ member in struct:snd_rawmidi_runtime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 55 void (*drain) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops
66 unsigned int drain: 1, /* drain stage */ member in struct:snd_rawmidi_runtime
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 12 public static void drain(InputStream inStr) method in class:Streams
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /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();
  /external/clang/test/ARCMT/
Common.h 65 - (void)drain;
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 378 protected void drain() throws IOException { method in class:ObjectOutputStream
461 drain(); method
570 drain(); method
795 drain(); // flush primitive types in the annotation method
1069 drain(); method
1398 drain(); method
1514 drain(); method
1710 drain(); \/\/ flush primitive types in the annotation method
    [all...]
  /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 77 - (void)drain;
  /hardware/libhardware/include/hardware/
audio.h 239 STREAM_CBK_EVENT_DRAIN_READY /* drain completed */
244 /* type of drain requested to audio_stream_out->drain(). Mutually exclusive */
246 AUDIO_DRAIN_ALL, /* drain() returns when all data has been played */
247 AUDIO_DRAIN_EARLY_NOTIFY /* drain() returns a short time before all data
307 * write and drain.
308 * Calling this function implies that all future write() and drain()
336 * non-blocking mode, the drain() must not block, instead it should return
337 * quickly and completion of the drain is notified through the callback.
338 * If set_callback() has not been called, the drain() must block unti
350 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member in struct:audio_stream_out
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 201 self.port.drain()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 201 self.port.drain()
  /external/libpcap/
pcap-linux.c 2146 char drain[1]; local
    [all...]

Completed in 1249 milliseconds

1 2