Home
last modified time | relevance | path

Searched defs:catchingAsync (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFuturesCatchingSpecialization.java53 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization
60 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization
DGwtFluentFutureCatchingSpecialization.java39 public final FluentFuture<V> catchingAsync( in catchingAsync() method in GwtFluentFutureCatchingSpecialization
/external/guava/android/guava/src/com/google/common/util/concurrent/
DFluentFuture.java246 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
DFutures.java342 public static <V, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
/external/guava/guava/src/com/google/common/util/concurrent/
DFluentFuture.java248 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
DFutures.java357 public static <V, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
/external/downloader/src/main/java/com/google/android/downloader/
DDownloader.java735 .catchingAsync( in completeRequest() method in Downloader