Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/internal/token/
DCachedTokenRefresher.java45 private final Function<SdkException, TokenT> exceptionHandler; field in CachedTokenRefresher
110 private Function<SdkException, TokenT> exceptionHandler; field in CachedTokenRefresher.Builder
162 public Builder exceptionHandler(Function<SdkException, TokenT> exceptionHandler) { in exceptionHandler() argument
/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/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.java160 private final SubscriberExceptionHandler exceptionHandler; field in EventBus
190 public EventBus(SubscriberExceptionHandler exceptionHandler) { in EventBus()
202 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-test/jvm/src/migration/
DTestCoroutineScope.kt145 …val exceptionHandler = when (val exceptionHandler = ctxWithDispatcher[CoroutineExceptionHandler]) { in createTestCoroutineScope() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt14 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DCoroutineExceptionHandlerJvmTest.kt11 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant in kotlinx.coroutines.exceptions.CoroutineExceptionHandlerJvmTest
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt13 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant in kotlinx.coroutines.guava.FutureAsDeferredUnhandledCompletionExceptionTest
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DAsyncSink.java65 private AsyncSink(SerializingExecutor executor, TransportExceptionHandler exceptionHandler, in AsyncSink()
77 SerializingExecutor executor, TransportExceptionHandler exceptionHandler, in sink()
/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.kt33 … private var exceptionHandler = CoroutineExceptionHandler { _, t -> caught = t; latch.countDown() } in <lambda>() variable
/external/tink-java/src/test/java/com/google/crypto/tink/subtle/
DSignatureThreadSafetyTest.java129 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningDistinctMessages() local
185 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningSameMessage() local
DStreamingAeadThreadSafetyTest.java150 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testDecryption() local
251 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testEncryption() local
413 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testRandomAccessDecryption() local
DDaeadThreadSafetyTest.java112 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testEncryptionDecryption() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
DSignatureThreadSafetyTest.java129 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningDistinctMessages() local
185 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningSameMessage() local
DStreamingAeadThreadSafetyTest.java150 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testDecryption() local
251 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testEncryption() local
413 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testRandomAccessDecryption() local
DDaeadThreadSafetyTest.java112 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testEncryptionDecryption() local
/external/aws-sdk-java-v2/services/ssooidc/src/main/java/software/amazon/awssdk/services/ssooidc/
DSsoOidcTokenProvider.java82 private Function<SdkException, SsoOidcToken> exceptionHandler() { in exceptionHandler() method in SsoOidcTokenProvider
/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.java117 ExceptionHandler exceptionHandler = exceptionHandlers.get(0).getExceptionHandlers().get(0); in testFixOffsets() local
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt165 val exceptionHandler = when (ctxWithDispatcher[CoroutineExceptionHandler]) { in advanceUntilIdle() constant
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DBuilderTryBlock.java44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock

12