/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | InternalErrorHandler.java | 42 public static void handleException(Exception ex) throws RuntimeException { in handleException() method in InternalErrorHandler 51 public static void handleException(Exception ex, StackLogger stackLogger) { in handleException() method in InternalErrorHandler 63 public static void handleException(String emsg) { in handleException() method in InternalErrorHandler 71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException() method in InternalErrorHandler
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/ |
H A D | ExceptionCollector.kt | 54 fun handleException(exception: Throwable): Boolean = synchronized(lock) { in <lambda>() method 81 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method
|
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
H A D | ExceptionHandler.java | 19 public boolean handleException(RuntimeException e); in handleException() method 29 public boolean handleException(RuntimeException e) { in handleException() method in ExceptionHandler.DefaultExceptionHandler
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | CoroutineExceptionHandler.kt | 45 override fun handleException(context: CoroutineContext, exception: Throwable) = in CoroutineExceptionHandler() method 104 public fun handleException(context: CoroutineContext, exception: Throwable) method
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/eventbus/ |
H A D | SubscriberExceptionHandler.java | 26 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/eventbus/ |
H A D | SubscriberExceptionHandler.java | 26 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/ |
H A D | KotlinSymbolProcessingExtension.kt | 392 …private fun handleException(module: ModuleDescriptor, project: Project, call: () -> Unit): Analysi… in handleException() method
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/ |
H A D | ParseExceptionListener.java | 58 public void handleException( in handleException() method
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | Catch.java | 42 abstract void handleException(Throwable t); in handleException() method in Catch
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/util/ |
D | ExceptionUtil.java | 33 public static void handleException(@NonNull Exception e) { in handleException() method in ExceptionUtil
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
H A D | StylesheetErrorTestlet.java | 119 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in StylesheetErrorTestlet
|
H A D | ResultsCompareTestlet.java | 125 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in ResultsCompareTestlet
|
H A D | StylesheetTestlet.java | 306 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in StylesheetTestlet
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | JniAndroid.java | 78 private static Throwable handleException(Throwable throwable, String nativeStackTrace) { in handleException() method in JniAndroid
|
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/ |
H A D | AndroidExceptionPreHandler.kt | 29 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in kotlinx.coroutines.android.AndroidExceptionPreHandler
|
/aosp_15_r20/external/opencensus-java/exporters/trace/util/src/main/java/io/opencensus/exporter/trace/util/ |
H A D | TimeLimitedHandler.java | 112 private static void handleException(Exception e, String logMessage) { in handleException() method in TimeLimitedHandler
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/ |
H A D | FileTestlet.java | 219 protected void handleException(FileDatalet datalet, Throwable t) in handleException() method in FileTestlet
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/ |
H A D | TestCoroutineExceptionHandler.kt | 55 override fun handleException(context: CoroutineContext, exception: Throwable) { in cleanupTestCoroutines() method in kotlinx.coroutines.test.TestCoroutineExceptionHandler
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/ |
H A D | CrtRequestExecutor.java | 99 …private static void handleException(CompletableFuture<SdkHttpFullResponse> requestFuture, HttpClie… in handleException() method in CrtRequestExecutor
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/ |
H A D | OldSocketTestCase.java | 96 public void handleException(Exception e, int option) { in handleException() method in OldSocketTestCase
|
/aosp_15_r20/external/junit/src/main/java/org/junit/rules/ |
H A D | ExpectedException.java | 269 private void handleException(Throwable e) throws Throwable { in handleException() method in ExpectedException
|
/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/ |
H A D | Exceptions.kt | 27 …override fun handleException(context: CoroutineContext, exception: Throwable) = synchronized<Unit>… in <lambda>() method in kotlinx.coroutines.testing.exceptions.CapturingHandler
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/ |
H A D | GenericMultipartHelper.java | 58 public void handleException(CompletableFuture<ResponseT> returnFuture, in handleException() method in GenericMultipartHelper
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/ |
H A D | CertStore.java | 249 private static CertStore handleException(NoSuchAlgorithmException e) in handleException() method in CertStore
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertStore.java | 249 private static CertStore handleException(NoSuchAlgorithmException e) in handleException() method in CertStore
|