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

1 2 3 4 5 6 7 8 9

  /external/webrtc/webrtc/base/
scoped_autorelease_pool.mm 22 [pool_ drain];
maccocoathreadhelper.mm 34 [hack drain];
  /frameworks/base/core/tests/coretests/src/android/util/
TokenBucketTest.java 47 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 1), 1); method
48 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 10), 10); method
49 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 1000), 1000); method
51 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 10, 0), 0); method
52 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 10, 3), 3); method
53 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 10, 10), 10); method
55 drain(new TokenBucket(FILL_DELTA_VERY_LONG, 10, 100), 10); method
57 drain(new TokenBucket((int)DateUtils.MINUTE_IN_MILLIS, 50), 50); method
58 drain(new TokenBucket((int)DateUtils.HOUR_IN_MILLIS, 10), 10); method
59 drain(new TokenBucket((int)DateUtils.DAY_IN_MILLIS, 200), 200) method
64 drain(tb, 10); method
67 drain(tb, 50); method
74 drain(tb, 30); method
159 void drain(TokenBucket tb, int n) { method in class:TokenBucketTest
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
RxJava2Test.java 79 private void drain() throws InterruptedException { method in class:RxJava2Test
88 drain(); method
101 drain(); method
113 drain(); method
126 drain(); method
138 drain(); method
152 drain(); method
164 drain(); method
177 drain(); method
188 drain(); method
191 drain(); method
200 drain(); method
204 drain(); method
208 drain(); method
214 drain(); method
224 drain(); method
228 drain(); method
233 drain(); method
243 drain(); method
246 drain(); method
249 drain(); method
252 drain(); method
261 drain(); method
264 drain(); method
267 drain(); method
    [all...]
  /frameworks/support/paging/common/src/test/java/android/arch/paging/
TiledPagedListTest.java 140 drain(); method
156 drain(); method
172 drain(); method
189 drain(); method
196 drain(); method
209 drain(); method
219 drain(); method
237 drain(); method
247 drain(); method
281 private void drain() { method in class:TiledPagedListTest
    [all...]
ContiguousPagedListTest.java 185 drain(); method
202 drain(); method
218 drain(); method
225 drain(); method
241 drain(); method
264 drain(); method
269 drain(); method
281 drain(); method
290 drain(); method
307 drain(); method
316 drain(); method
326 private void drain() { method in class:ContiguousPagedListTest
    [all...]
  /frameworks/support/paging/runtime/src/androidTest/java/android/arch/paging/
PagedListAdapterHelperTest.java 130 drain(); method
189 drain(); method
195 drain(); method
201 drain(); method
208 drain(); method
217 drain(); method
236 drain(); method
242 drain(); method
251 drain(); method
269 drain(); method
286 drain(); method
300 private void drain() { method in class:PagedListAdapterHelperTest
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 67 * \param[in] drain Flag indicating the buffer should be drained
70 * \retval NULL, if drain set and queue is empty
71 * \retval NULL, if drain not set and queue not of the configured depth
74 struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain);
lookahead.c 148 int drain) {
152 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - 1)) {
  /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...]
  /frameworks/support/paging/runtime/src/androidTest/java/android/support/v7/recyclerview/extensions/
ListAdapterHelperTest.java 125 drain(); method
138 drain(); method
144 drain(); method
152 drain(); method
157 private void drain() { method in class:ListAdapterHelperTest
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/paging/
LivePagedListProviderTest.java 79 drain(); method
87 drain(); method
94 drain(); method
99 drain(); method
102 drain(); method
108 drain(); method
120 private void drain() throws InterruptedException, TimeoutException { method in class:LivePagedListProviderTest
  /external/desugar/java/com/google/devtools/build/android/desugar/
GeneratedClassStore.java 44 public ImmutableMap<String, ClassNode> drain() { method in class:GeneratedClassStore
LambdaClassMaker.java 61 public ImmutableMap<Path, LambdaInfo> drain() { method in class:LambdaClassMaker
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 90 * \param[in] drain Flag indicating the buffer should be drained
93 * \retval NULL, if drain set and queue is empty
94 * \retval NULL, if drain not set and queue not of the configured depth
96 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain);
vp9_svc_layercontext.h 136 int drain);
  /external/webrtc/talk/media/devices/
macdevicemanagermm.mm 95 [pool drain];
104 [pool drain];
139 [pool drain];
181 [pool drain];
  /frameworks/support/room/rxjava2/src/test/java/android/arch/persistence/room/
RxRoomTest.java 132 drain(); method
137 drain(); method
141 drain(); method
146 drain(); method
151 private void drain() throws InterruptedException { method in class:RxRoomTest
166 drain(); method
  /external/skia/tests/
PipeTest.cpp 20 static void drain(SkPipeDeserializer* deserial, SkDynamicMemoryWStream* stream) { function
61 drain(&deserializer, &stream);
69 drain(&deserializer, &stream);
132 drain(&deserializer, &stream);
140 drain(&deserializer, &stream);
  /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/syslinux/com32/menu/
Makefile 25 COMMONOBJS = menumain.o readconfig.o passwd.o drain.o \
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java 83 IOUtil.drain(fd0);
  /hardware/interfaces/audio/2.0/
IStreamOut.hal 136 * write and drain.
138 * Calling this function implies that all future 'write' and 'drain'
202 * non-blocking mode, then 'drain' must not block, instead it must return
203 * quickly and completion of the drain is notified through the callback. If
204 * 'setCallback' has not been called, then 'drain' must block until
207 * If 'type' is 'ALL', the drain completes when all previously written data
210 * If 'type' is 'EARLY_NOTIFY', the drain completes shortly before all data
214 * Drain must return immediately on 'stop' and 'flush' calls.
218 * @param type type of drain.
221 drain(AudioDrain type) generates (Result retval)
    [all...]
  /compatibility/cdd/8_performance-and-power/
8_4_power-consumption-accounting.md 12 for each hardware component and the approximate battery drain caused by the
31 for each hardware component and the approximate battery drain caused by the
50 for each hardware component and the approximate battery drain caused by the
69 for each hardware component and the approximate battery drain caused by the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 21 public static void drain(InputStream inStr) method in class:Streams

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 9