Searched defs:testCompletedFuture (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-tests/test/com/google/common/util/concurrent/ | ||
D | ListenableFutureTester.java | 70 public void testCompletedFuture(@Nullable Object expectedValue) in testCompletedFuture() method in ListenableFutureTester |
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ | ||
D | ListenableFutureTester.java | 70 public void testCompletedFuture(@NullableDecl Object expectedValue) in testCompletedFuture() method in ListenableFutureTester |
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/future/ | ||
D | FutureTest.kt | 37 fun testCompletedFuture() { in <lambda>() method in kotlinx.coroutines.future.FutureTest |
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/ | ||
D | ListenableFutureTest.kt | 62 fun testCompletedFuture() { in testCompletedFuture() method in kotlinx.coroutines.guava.ListenableFutureTest |