/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
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()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
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()
|
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()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
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()
|
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()
|
D | Futures.java | 287 Class<X> exceptionType, in catching() 352 Class<X> exceptionType, in catchingAsync()
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
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
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
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
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/ |
D | BuilderExceptionHandler.java | 38 @Nullable final BuilderTypeReference exceptionType; field in BuilderExceptionHandler 41 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { in BuilderExceptionHandler()
|
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | GwtFluentFutureCatchingSpecialization.java | 36 Class<Throwable> exceptionType, in catching() 43 Class<Throwable> exceptionType, in catchingAsync()
|
D | GwtFuturesCatchingSpecialization.java | 36 Class<Throwable> exceptionType, in catching() 44 Class<Throwable> exceptionType, in catchingAsync()
|
/external/cronet/tot/base/android/javatests/src/org/chromium/base/ |
D | UserDataHostTest.java | 49 Class<T> key, Class<E> exceptionType) { in getUserDataException() 58 Class<T> key, T obj, Class<E> exceptionType) { in setUserDataException() 67 Class<T> key, Class<E> exceptionType) { in removeUserDataException()
|
/external/cronet/stable/base/android/javatests/src/org/chromium/base/ |
D | UserDataHostTest.java | 49 Class<T> key, Class<E> exceptionType) { in getUserDataException() 58 Class<T> key, T obj, Class<E> exceptionType) { in setUserDataException() 67 Class<T> key, Class<E> exceptionType) { in removeUserDataException()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/ |
D | ImmutableExceptionHandler.java | 42 @Nullable protected final String exceptionType; field in ImmutableExceptionHandler 45 public ImmutableExceptionHandler(@Nullable String exceptionType, in ImmutableExceptionHandler()
|
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/ |
D | CatchMethodItem.java | 38 private final String exceptionType; field in CatchMethodItem 45 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/ |
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()
|
D | BuilderExceptionHandler.java | 51 static BuilderExceptionHandler newExceptionHandler(@Nullable final TypeReference exceptionType, in newExceptionHandler()
|
/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/ |
D | ApiFutures.java | 113 Class<X> exceptionType, in catching() 136 Class<X> exceptionType, in catching() 167 Class<X> exceptionType, in catchingAsync()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/ |
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()
|
D | PropagatedFutures.java | 57 Class<X> exceptionType, in catching() 65 Class<X> exceptionType, in catchingAsync()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/ |
D | BaseExceptionHandler.java | 44 final String exceptionType = getExceptionType(); in getExceptionTypeReference() local
|
/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/ |
D | ThrowsTag.java | 85 Type exceptionType(); in exceptionType() method
|
/external/mockito/src/test/java/org/mockitoutil/ |
D | ThrowableAssert.java | 26 public ThrowableAssert throwsException(Class<? extends Throwable> exceptionType) { in throwsException()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
D | KotlinUnsafeCastOperatorFilter.java | 41 public void match(final String exceptionType, in match()
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | RobolectricGeneratorAdapter.java | 84 public TryCatch tryStart(Type exceptionType) { in tryStart()
|