Home
last modified time | relevance | path

Searched refs:catching (Results 1 – 25 of 132) sorted by relevance

123456

/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
36 return (FluentFuture<V>) Futures.catching(this, exceptionType, fallback, executor); in catching()
DGwtFuturesCatchingSpecialization.java36 public static <V> ListenableFuture<V> catching( in catching() method in GwtFuturesCatchingSpecialization
43 public static <V> ListenableFuture<V> catching( in catching() method in GwtFuturesCatchingSpecialization
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/
DSharedTestUtilities.java55 .catching( in assertFutureHasException()
77 .catching( in assertFutureDoesNotHaveException()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DFluentFuture.java182 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
184 return (FluentFuture<V>) Futures.catching(this, exceptionType, fallback, executor); in catching()
/external/guava/guava/src/com/google/common/util/concurrent/
DFluentFuture.java184 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
186 return (FluentFuture<V>) Futures.catching(this, exceptionType, fallback, executor); in catching()
/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/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
DXLoggerTest.java124 logger.catching(ex); in testCaught()
125 logger.catching(XLogger.Level.DEBUG, ex); in testCaught()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dwindows-trap.ll9 ; but trapping has the nice side-effect of catching bugs.)
/external/stressapptest/
DREADME.md93catching memory signal integrity or setup and hold problems, memory controller and bus interface i…
/external/llvm-project/clang/examples/clang-interpreter/
DREADME.txt15 5. Intercepting a Win64 library call to allow throwing and catching exceptions
/external/autotest/client/site_tests/kernel_FirmwareRequest/
Dcontrol27 catching errors.
/external/autotest/client/site_tests/hardware_SAT/
Dcontrol.memory_qual11 system interfaces. It is good at catching memory signal integrity issues or
Dcontrol.hwqual11 system interfaces. It is good at catching memory signal integrity issues or
Dcontrol11 system interfaces. It is good at catching memory signal integrity issues or
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_6-1.in10 in sa_sigaction identifying the signal-catching function.
Dtemplate_13-1.in10 signal-catching functions are executed on the current stack if the
Dtemplate_12-2.in10 signal-catching functions are executed on the current stack if the
Dtemplate_8-1.in11 execution of the signal-catching function.
Dtemplate_12-1.in10 signal-catching functions are executed on the alternate stack if the
Dtemplate_25-1.in9 that when the sa_sigaction signal-catching function is entered, then
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java28 import static com.google.common.util.concurrent.Futures.catching;
1231 catching(originalFuture, Throwable.class, fallback, directExecutor());
1248 catching(failingFuture, Throwable.class, fallback, directExecutor());
1258 catching(originalFuture, IOException.class, fallback, directExecutor());
1283 getDone(catching(failingFuture, Throwable.class, fallback, directExecutor()));
1309 catching(failingFuture, Throwable.class, fallback, directExecutor());
1325 catching(primary, Throwable.class, fallback, directExecutor());
1335 catching(primary, Throwable.class, fallback, directExecutor());
1351 catching(originalFuture, Throwable.class, fallback, directExecutor());
1360 catching(originalFuture, IOException.class, fallback, directExecutor());
[all …]
DFluentFutureTest.java80 .catching( in testCatching()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java28 import static com.google.common.util.concurrent.Futures.catching;
1231 catching(originalFuture, Throwable.class, fallback, directExecutor());
1248 catching(failingFuture, Throwable.class, fallback, directExecutor());
1258 catching(originalFuture, IOException.class, fallback, directExecutor());
1283 getDone(catching(failingFuture, Throwable.class, fallback, directExecutor()));
1309 catching(failingFuture, Throwable.class, fallback, directExecutor());
1325 catching(primary, Throwable.class, fallback, directExecutor());
1335 catching(primary, Throwable.class, fallback, directExecutor());
1351 catching(originalFuture, Throwable.class, fallback, directExecutor());
1360 catching(originalFuture, IOException.class, fallback, directExecutor());
[all …]
DFluentFutureTest.java80 .catching( in testCatching()
/external/connectedappssdk/processor/src/main/resources/futurewrappers/
DListenableFutureWrapper.java110 .catching( in groupResults()

123456