Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java45 public static <V> ListenableFuture<V> throwingRuntimeException(RuntimeException e) { in throwingRuntimeException() method in UncheckedThrowingFuture
DFuturesGetCheckedInputs.java40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
DFutureCallbackTest.java94 ListenableFuture<String> f = UncheckedThrowingFuture.throwingRuntimeException(e); in testRuntimeExeceptionFromGet()
DFuturesTest.java343 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
573 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
1442 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
1579 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java45 public static <V> ListenableFuture<V> throwingRuntimeException(RuntimeException e) { in throwingRuntimeException() method in UncheckedThrowingFuture
DFuturesGetCheckedInputs.java40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
DFutureCallbackTest.java94 ListenableFuture<String> f = UncheckedThrowingFuture.throwingRuntimeException(e); in testRuntimeExeceptionFromGet()
DFuturesTest.java343 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
573 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
1442 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());
1579 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());