Home
last modified time | relevance | path

Searched defs:catching (Results 1 – 10 of 10) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DXLogger.java185 public void catching(Throwable throwable) { in catching() method in XLogger
199 public void catching(Level level, Throwable throwable) { in catching() method in XLogger
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFluentFutureCatchingSpecialization.java32 public final FluentFuture<V> catching( in catching() method in GwtFluentFutureCatchingSpecialization
DGwtFuturesCatchingSpecialization.java32 public static <V> ListenableFuture<V> catching( in catching() method in GwtFuturesCatchingSpecialization
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/
DPropagatedFluentFuture.java52 public final <X extends Throwable> PropagatedFluentFuture<V> catching( in catching() method in PropagatedFluentFuture
DPropagatedFutures.java55 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in PropagatedFutures
/external/guava/android/guava/src/com/google/common/util/concurrent/
DFluentFuture.java187 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
DFutures.java286 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in Futures
/external/guava/guava/src/com/google/common/util/concurrent/
DFluentFuture.java189 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
DFutures.java301 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in Futures
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DModelDownloadWorker.java151 .catching( in startWork() method in ModelDownloadWorker