Home
last modified time | relevance | path

Searched refs:takeFirst (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingDeque.java84 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque
85 return delegate().takeFirst(); in takeFirst()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingBlockingDeque.java84 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque
85 return delegate().takeFirst(); in takeFirst()
/external/guava/guava/src/com/google/common/collect/
DForwardingBlockingDeque.java86 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque
87 return delegate().takeFirst(); in takeFirst()
/external/guava/android/guava/src/com/google/common/collect/
DForwardingBlockingDeque.java86 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque
87 return delegate().takeFirst(); in takeFirst()
/external/clang/include/clang/Serialization/
DASTReader.h228 std::unique_ptr<ASTReaderListener> takeFirst() { return std::move(First); } in takeFirst() function