Home
last modified time | relevance | path

Searched refs:waitOn (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractCheckedFutureTest.java41 Exception except, CountDownLatch waitOn); in createCheckedFuture() argument
60 Exception except, CountDownLatch waitOn) { in createListenableFuture() argument
61 return createCheckedFuture(value, except, waitOn); in createListenableFuture()
DAbstractListenableFutureTest.java66 V value, Exception except, CountDownLatch waitOn); in createListenableFuture() argument