Home
last modified time | relevance | path

Searched refs:newLinkedBlockingQueue (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DQueues.java145 public static <E> LinkedBlockingQueue<E> newLinkedBlockingQueue() { in newLinkedBlockingQueue() method in Queues
154 public static <E> LinkedBlockingQueue<E> newLinkedBlockingQueue(int capacity) { in newLinkedBlockingQueue() method in Queues
166 public static <E> LinkedBlockingQueue<E> newLinkedBlockingQueue(Iterable<? extends E> elements) { in newLinkedBlockingQueue() method in Queues
/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java224 Queues.newLinkedBlockingQueue(0); in testNewLinkedBlockingQueueCapacity()
229 assertEquals(1, Queues.newLinkedBlockingQueue(1).remainingCapacity()); in testNewLinkedBlockingQueueCapacity()
230 assertEquals(11, Queues.newLinkedBlockingQueue(11).remainingCapacity()); in testNewLinkedBlockingQueueCapacity()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DStreamService.java90 private final BlockingQueue<StreamItem> outputQueue = Queues.newLinkedBlockingQueue();
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java679 BlockingQueue<Future<T>> futureQueue = Queues.newLinkedBlockingQueue(); in invokeAnyImpl()
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...