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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex_test.go 264 result := drain(input)
276 // drain returns a single string representing the processed input tokens.
277 func drain(input *Input) string { func
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex_test.go 264 result := drain(input)
276 // drain returns a single string representing the processed input tokens.
277 func drain(input *Input) string { func
  /external/desugar/java/com/google/devtools/build/android/desugar/
GeneratedClassStore.java 44 public ImmutableMap<String, ClassNode> drain() { method in class:GeneratedClassStore
LambdaClassMaker.java 67 public ImmutableMap<Path, LambdaInfo> drain() { method in class:LambdaClassMaker
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 21 public static void drain(InputStream inStr) method in class:Streams
  /external/guava/guava/src/com/google/common/collect/
Queues.java 260 public static <E> int drain(BlockingQueue<E> q, Collection<? super E> buffer, int numElements, method in class:Queues
266 * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
287 * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, long, TimeUnit)},
  /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);
  /external/skqp/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);
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 153 c2_status_t C2SoftRawDec::drain( function in class:android::C2SoftRawDec
158 ALOGW("drain with NO_DRAIN: no-op");
  /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/sonic/
Main.java 81 line.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/androidx/room/integration/testapp/test/
InvalidationTest.java 63 drain(); method
69 drain(); method
72 private void drain() throws TimeoutException, InterruptedException { method in class:InvalidationTest
82 drain(); method
84 drain(); method
95 drain(); method
97 drain(); method
106 drain(); method
108 drain(); method
117 drain(); method
119 drain(); method
127 drain(); method
129 drain(); method
    [all...]
RawQueryTest.java 98 drain(); method
102 drain(); method
106 drain(); method
226 drain(); method
232 drain(); method
242 drain(); method
257 drain(); method
272 drain(); method
275 drain(); method
280 drain(); method
285 private void drain() throws TimeoutException, InterruptedException { method in class:RawQueryTest
    [all...]
  /frameworks/support/room/rxjava2/src/test/java/androidx/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
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 243 c2_status_t C2SoftGsmDec::drain( function in class:android::C2SoftGsmDec
248 ALOGW("drain with NO_DRAIN: no-op");
  /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...]
  /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/python/cpython3/Lib/asyncio/
streams.py 149 """Reusable flow control logic for StreamWriter.drain().
155 StreamWriter.drain() must wait for _drain_helper() coroutine.
269 get_extra_info() and close(). It adds drain() which returns an
278 # drain() expects that the reader has an exception() method
312 def drain(self): member in class:StreamWriter
318 yield from w.drain()
329 # write(...); yield from drain()
  /frameworks/av/media/libaudiohal/2.0/
StreamHalHidl.cpp 522 status_t StreamOutHalHidl::drain(bool earlyNotify) { function in class:StreamOutHalHidl
525 "drain", mStream->drain(earlyNotify ? AudioDrain::EARLY_NOTIFY : AudioDrain::ALL));
StreamHalLocal.cpp 215 *supportsDrain = mStream->drain != NULL;
219 status_t StreamOutHalLocal::drain(bool earlyNotify) { function in class:android::StreamOutHalLocal
220 if (mStream->drain == NULL) return INVALID_OPERATION;
221 return mStream->drain(mStream, earlyNotify ? AUDIO_DRAIN_EARLY_NOTIFY : AUDIO_DRAIN_ALL);
  /frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.cpp 217 *supportsDrain = mStream->drain != NULL;
221 status_t StreamOutHalLocal::drain(bool earlyNotify) { function in class:android::V4_0::StreamOutHalLocal
222 if (mStream->drain == NULL) return INVALID_OPERATION;
223 return mStream->drain(mStream, earlyNotify ? AUDIO_DRAIN_EARLY_NOTIFY : AUDIO_DRAIN_ALL);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/paging/
DataSourceFactoryTest.java 114 drain(); method
122 drain(); method
129 drain(); method
134 drain(); method
137 drain(); method
142 drain(); // Sync with InvalidationTracker method
144 drain(); method
157 private void drain() throws InterruptedException, TimeoutException { method in class:DataSourceFactoryTest
185 drain(); method
191 drain(); method
199 drain(); method
    [all...]
  /hardware/google/av/codec2/hidl/1.0/utils/
Component.cpp 231 Return<Status> Component::drain(bool withEos) { function in class:hardware::google::media::c2::V1_0::utils::Component
232 ALOGV("drain");
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp 372 c2_status_t C2SoftAmrDec::drain( function in class:android::C2SoftAmrDec
377 ALOGW("drain with NO_DRAIN: no-op");

Completed in 1107 milliseconds

1 2 3 4 5 6 7 8 910