/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | FuturesGetChecked.java | 49 Future<V> future, Class<X> exceptionClass) throws X { in getChecked() 58 GetCheckedTypeValidator validator, Future<V> future, Class<X> exceptionClass) throws X { in getChecked() 75 Future<V> future, Class<X> exceptionClass, long timeout, TimeUnit unit) throws X { in getChecked() 93 void validateClass(Class<? extends Exception> exceptionClass); in validateClass() 142 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass() 162 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass() 208 Throwable cause, Class<X> exceptionClass) throws X { in wrapAndThrowExceptionOrError() 224 Class<? extends Exception> exceptionClass) { in hasConstructorUsableByGetChecked() 233 private static <X extends Exception> X newWithCause(Class<X> exceptionClass, Throwable cause) { in newWithCause() 300 static void checkExceptionClassValidity(Class<? extends Exception> exceptionClass) { in checkExceptionClassValidity() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | FuturesGetChecked.java | 48 Future<V> future, Class<X> exceptionClass) throws X { in getChecked() 57 GetCheckedTypeValidator validator, Future<V> future, Class<X> exceptionClass) throws X { in getChecked() 74 Future<V> future, Class<X> exceptionClass, long timeout, TimeUnit unit) throws X { in getChecked() 92 void validateClass(Class<? extends Exception> exceptionClass); in validateClass() 129 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass() 166 Throwable cause, Class<X> exceptionClass) throws X { in wrapAndThrowExceptionOrError() 182 Class<? extends Exception> exceptionClass) { in hasConstructorUsableByGetChecked() 191 private static <X extends Exception> X newWithCause(Class<X> exceptionClass, Throwable cause) { in newWithCause() 258 static void checkExceptionClassValidity(Class<? extends Exception> exceptionClass) { in checkExceptionClassValidity() 262 exceptionClass); in checkExceptionClassValidity() local [all …]
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/ |
H A D | ByteCatchList.java | 89 CstType exceptionClass) { in set() 235 private final CstType exceptionClass; field in ByteCatchList.Item 249 CstType exceptionClass) { in Item()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | ByteCatchList.java | 89 CstType exceptionClass) { in set() 235 private final CstType exceptionClass; field in ByteCatchList.Item 249 CstType exceptionClass) { in Item()
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | FuturesGetCheckedBenchmark.java | 162 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass() 166 exceptionClass); in validateClass() local 178 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass()
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | FuturesGetCheckedBenchmark.java | 164 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass() 168 exceptionClass); in validateClass() local 180 public void validateClass(Class<? extends Exception> exceptionClass) { in validateClass()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | JSR166TestCase.java | 745 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow 747 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow() 765 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow 767 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | JSR166TestCase.java | 745 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow 747 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow() 765 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow 767 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayloadTest.java | 274 int errorType, Class<T> exceptionClass) throws Exception { in verifyValidateAndBuildIkeExceptionWithoutData() 277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData() local 281 IkeProtocolException exception, int errorType, Class<T> exceptionClass) in verifyIkeExceptionWithoutData()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/ |
H A D | LinuxFileSystemTestData.java | 77 public Class exceptionClass; field in LinuxFileSystemTestData.TestData 85 TestData(Class exceptionClass, String input, String... inputArray) { in TestData()
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/ |
H A D | Logcat.java | 142 String exceptionClass = exceptionTitlePaths[0]; in findSystemServerExceptions() local 179 String exceptionClass, String exceptionMessage, List<String> traceLines, in extractStackTraceFromStrings()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/docs/ |
H A D | DocumentationBuilder.java | 114 public DocumentationBuilder asyncThrows(String exceptionClass, String exceptionDoc) { in asyncThrows() 148 public DocumentationBuilder syncThrows(String exceptionClass, String exceptionDoc) { in syncThrows()
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
H A D | PsiCallableBody.kt | 94 val exceptionClass = typeItemFactory.getType(type).asClass() in findThrownExceptions() constant
|
/aosp_15_r20/libnativehelper/ |
H A D | JNIHelp.c | 82 jclass exceptionClass = (*env)->GetObjectClass(env, thrown); // Always succeeds in GetExceptionSummary() local 241 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 136 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 297 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 136 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 297 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/3/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 136 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 297 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/frameworks/base/packages/Vcn/service-b/src/com/android/server/vcn/ |
H A D | Vcn.java | 688 @Nullable String exceptionClass, in onGatewayConnectionError() 716 @Nullable String exceptionClass, in onGatewayConnectionError()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 136 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 297 jclass exceptionClass = NULL; in ThrowException() local
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 131 jclass exceptionClass = env->GetObjectClass(thrown); // Always succeeds in GetExceptionSummary() local 292 jclass exceptionClass = NULL; in ThrowException() local
|