Home
last modified time | relevance | path

Searched defs:exceptionHandler (Results 1 – 24 of 24) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
DCombinedTypeSolver.java51 private Predicate<Exception> exceptionHandler; field in CombinedTypeSolver
58 public CombinedTypeSolver(Predicate<Exception> exceptionHandler, TypeSolver... elements) { in CombinedTypeSolver()
67 public void setExceptionHandler(Predicate<Exception> exceptionHandler) { in setExceptionHandler()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DExceptionHandlerRewriter.java52 @Nonnull protected ExceptionHandler exceptionHandler; field in ExceptionHandlerRewriter.RewrittenExceptionHandler
54 public RewrittenExceptionHandler(@Nonnull ExceptionHandler exceptionHandler) { in RewrittenExceptionHandler()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DExceptionHandlerRewriter.java51 @Nonnull protected ExceptionHandler exceptionHandler; field in ExceptionHandlerRewriter.RewrittenExceptionHandler
53 public RewrittenExceptionHandler(@Nonnull ExceptionHandler exceptionHandler) { in RewrittenExceptionHandler()
/external/guava/android/guava/src/com/google/common/eventbus/
DEventBus.java157 private final SubscriberExceptionHandler exceptionHandler; field in EventBus
187 public EventBus(SubscriberExceptionHandler exceptionHandler) { in EventBus()
199 SubscriberExceptionHandler exceptionHandler) { in EventBus()
/external/guava/guava/src/com/google/common/eventbus/
DEventBus.java157 private final SubscriberExceptionHandler exceptionHandler; field in EventBus
187 public EventBus(SubscriberExceptionHandler exceptionHandler) { in EventBus()
199 SubscriberExceptionHandler exceptionHandler) { in EventBus()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DOffroad2FileDownloader.java63 private final ExceptionHandler exceptionHandler; field in Offroad2FileDownloader
75 ExceptionHandler exceptionHandler, in Offroad2FileDownloader()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt17 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DCoroutineExceptionHandlerJvmTest.kt14 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant in kotlinx.coroutines.exceptions.CoroutineExceptionHandlerJvmTest
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineScope.kt195 …val exceptionHandler = when (val exceptionHandler = ctxWithDispatcher[CoroutineExceptionHandler]) { in createTestCoroutineScope() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt16 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreadContextElementTest.kt16 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in <lambda>() constant
42 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in testUndispatched() constant
DFailingCoroutinesMachineryTest.kt36 … private var exceptionHandler = CoroutineExceptionHandler { _, t -> caught = t; latch.countDown() } in <lambda>() variable
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableExceptionHandler.java51 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { in of()
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExceptionHandler.java55 public void setDelegate(ExceptionHandler exceptionHandler) { in setDelegate()
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/builder/
DFixOffsetsTest.java119 ExceptionHandler exceptionHandler = exceptionHandlers.get(0).getExceptionHandlers().get(0); in testFixOffsets() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixOffsetsTest.java118 ExceptionHandler exceptionHandler = exceptionHandlers.get(0).getExceptionHandlers().get(0); in testFixOffsets() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableExceptionHandler.java52 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { in of()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt170 val exceptionHandler = when (ctxWithDispatcher[CoroutineExceptionHandler]) { in advanceUntilIdle() constant
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DBuilderTryBlock.java43 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderTryBlock.java44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DBasicThreadFactory.java260 private Thread.UncaughtExceptionHandler exceptionHandler; field in BasicThreadFactory.Builder
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DTestRunBlockingTest.kt409 private val exceptionHandler = TestCoroutineExceptionHandler() in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublishTest.kt148 assertCallsExceptionHandlerWith<TestException> { exceptionHandler -> in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublishTest.kt152 assertCallsExceptionHandlerWith<TestException> { exceptionHandler -> in <lambda>() method