Home
last modified time | relevance | path

Searched refs:throwingError (Results 1 – 8 of 8) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java39 public static <V> ListenableFuture<V> throwingError(Error error) { in throwingError() method in UncheckedThrowingFuture
DFuturesGetCheckedInputs.java41 static final Future<String> ERROR_FUTURE = UncheckedThrowingFuture.throwingError(ERROR);
DFutureCallbackTest.java87 ListenableFuture<String> f = UncheckedThrowingFuture.throwingError(error); in testThrowErrorFromGet()
DFuturesTest.java355 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
585 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
1451 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
1588 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java39 public static <V> ListenableFuture<V> throwingError(Error error) { in throwingError() method in UncheckedThrowingFuture
DFuturesGetCheckedInputs.java41 static final Future<String> ERROR_FUTURE = UncheckedThrowingFuture.throwingError(ERROR);
DFutureCallbackTest.java87 ListenableFuture<String> f = UncheckedThrowingFuture.throwingError(error); in testThrowErrorFromGet()
DFuturesTest.java355 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
585 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
1451 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());
1588 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());