HomeSort by relevance Sort by last modified time
    Searched refs:drained (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
ProtoLiteUtilsTest.java 158 int drained = d.drainTo(baos); local
159 assertEquals(baos.size(), drained); local
176 int drained = d.drainTo(baos); local
177 assertEquals(baos.size(), drained); local
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 117 int drained = drain(q, Lists.newArrayList(), 2, 10, TimeUnit.MILLISECONDS, interruptibly); local
118 assertTrue(drained <= 1);
124 if (drained == 0) {
234 * Checks that #drain() invocations behave correctly for a drained (empty) queue.
  /frameworks/av/include/private/media/
AudioTrackShared.h 621 virtual void setDrained(bool drained) {
622 mDrained.store(drained);
648 std::atomic<bool> mDrained; // is the track buffer drained
  /frameworks/av/services/audioflinger/
Tracks.cpp 873 // The remainder of the buffer is not drained.
890 // We do not set drained here, as FastTrack timestamp may not go to very last frame.
1489 bool drained = true; \/\/ default assume drained, if no server info found local
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 988 milliseconds