/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractCatchingFuture.java | 48 Class<X> exceptionType, in create() 58 Class<X> exceptionType, in createAsync() 71 @CheckForNull @LazyInit Class<X> exceptionType; field in AbstractCatchingFuture 75 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture() 202 Class<X> exceptionType, in AsyncCatchingFuture() 233 Class<X> exceptionType, in CatchingFuture()
|
H A D | FluentFuture.java | 188 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching() 253 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
|
H A D | Futures.java | 287 Class<X> exceptionType, in catching() 352 Class<X> exceptionType, in catchingAsync()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractCatchingFuture.java | 48 Class<X> exceptionType, in create() 58 Class<X> exceptionType, in createAsync() 71 @CheckForNull @LazyInit Class<X> exceptionType; field in AbstractCatchingFuture 75 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture() 202 Class<X> exceptionType, in AsyncCatchingFuture() 233 Class<X> exceptionType, in CatchingFuture()
|
H A D | FluentFuture.java | 190 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching() 255 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | MessagingException.java | 73 protected int exceptionType; field in MessagingException 81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException() 92 public MessagingException(int exceptionType) { in MessagingException() 110 public MessagingException(int exceptionType, String message) { in MessagingException() 121 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | FuturesGetCheckedBenchmark.java | 78 final Class<? extends Exception> exceptionType; field in FuturesGetCheckedBenchmark.ExceptionType 80 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() 102 @Param ExceptionType exceptionType; field in FuturesGetCheckedBenchmark 118 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in addOtherEntries() local 143 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in benchmarkGetChecked() local
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
H A D | FuturesGetCheckedBenchmark.java | 80 final Class<? extends Exception> exceptionType; field in FuturesGetCheckedBenchmark.ExceptionType 82 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() 104 @Param ExceptionType exceptionType; field in FuturesGetCheckedBenchmark 120 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in addOtherEntries() local 145 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in benchmarkGetChecked() local
|
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
H A D | ExceptionRecorder.java | 23 private Class<?> exceptionType; field in ExceptionRecorder 44 public void assertException(final Class<? extends Throwable> exceptionType, in assertException() 50 public void assertException(final Class<? extends Throwable> exceptionType, in assertException()
|
/aosp_15_r20/external/cronet/base/android/javatests/src/org/chromium/base/ |
H A D | UserDataHostTest.java | 47 Class<T> key, Class<E> exceptionType) { in getUserDataException() 56 Class<T> key, T obj, Class<E> exceptionType) { in setUserDataException() 65 Class<T> key, Class<E> exceptionType) { in removeUserDataException()
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | CatchHandlerList.java | 121 public void set(int n, CstType exceptionType, int handler) { in set() 169 private final CstType exceptionType; field in CatchHandlerList.Entry 180 public Entry(CstType exceptionType, int handler) { in Entry()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | CatchHandlerList.java | 122 public void set(int n, CstType exceptionType, int handler) { in set() 171 private final CstType exceptionType; field in CatchHandlerList.Entry 182 public Entry(CstType exceptionType, int handler) { in Entry()
|
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | QosCallbackAgentConnection.java | 126 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local 184 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError() 194 final int exceptionType = mFilter.validate(); in validateOrSendErrorAndUnregister() local
|
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/ |
H A D | ApiFutures.java | 113 Class<X> exceptionType, in catching() 136 Class<X> exceptionType, in catching() 167 Class<X> exceptionType, in catchingAsync()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/ |
H A D | BuilderExceptionHandler.java | 38 @Nullable final BuilderTypeReference exceptionType; field in BuilderExceptionHandler 41 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { in BuilderExceptionHandler()
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
H A D | GwtFluentFutureCatchingSpecialization.java | 36 Class<Throwable> exceptionType, in catching() 43 Class<Throwable> exceptionType, in catchingAsync()
|
H A D | GwtFuturesCatchingSpecialization.java | 36 Class<Throwable> exceptionType, in catching() 44 Class<Throwable> exceptionType, in catchingAsync()
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
H A D | Assert.kt | 31 val exceptionType = exception?.toString() ?: "an exception" in assertThrows() constant
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/ |
H A D | ImmutableExceptionHandler.java | 42 @Nullable protected final String exceptionType; field in ImmutableExceptionHandler 45 public ImmutableExceptionHandler(@Nullable String exceptionType, in ImmutableExceptionHandler()
|
/aosp_15_r20/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/ |
H A D | CatchMethodItem.java | 38 private final String exceptionType; field in CatchMethodItem 45 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/ |
H A D | BuilderTryBlock.java | 50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, in BuilderTryBlock() 57 …ic BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, in BuilderTryBlock()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/ |
H A D | PropagatedFluentFuture.java | 53 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching() 63 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
|
H A D | PropagatedFutures.java | 57 Class<X> exceptionType, in catching() 65 Class<X> exceptionType, in catchingAsync()
|
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/ |
D | TestOutcomeReceiver.java | 130 Class<E> exceptionType, CallableForOutcome<Void, E> callable) in callAndGetResponse() 142 Class<E> exceptionType, CallableForOutcome<Void, E> callable, String... permissions) in callAndGetResponseWithShellPermissionIdentity()
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | TestOutcomeReceiver.java | 130 Class<E> exceptionType, CallableForOutcome<R, E> callable) throws InterruptedException { in callAndGetResponse() 142 Class<E> exceptionType, CallableForOutcome<R, E> callable, String... permissions) in callAndGetResponseWithShellPermissionIdentity()
|