Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 25 of 64) sorted by relevance

123

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DExceptionRecorder.java23 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/
DAbstractCatchingFuture.java48 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()
DFluentFuture.java190 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/
DAbstractCatchingFuture.java48 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()
DFluentFuture.java188 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()
DFutures.java287 Class<X> exceptionType, in catching()
352 Class<X> exceptionType, in catchingAsync()
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesGetCheckedBenchmark.java78 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/
DFuturesGetCheckedBenchmark.java80 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/
DBuilderExceptionHandler.java38 @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/
DGwtFluentFutureCatchingSpecialization.java36 Class<Throwable> exceptionType, in catching()
43 Class<Throwable> exceptionType, in catchingAsync()
DGwtFuturesCatchingSpecialization.java36 Class<Throwable> exceptionType, in catching()
44 Class<Throwable> exceptionType, in catchingAsync()
/external/cronet/tot/base/android/javatests/src/org/chromium/base/
DUserDataHostTest.java49 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/
DUserDataHostTest.java49 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/
DImmutableExceptionHandler.java42 @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/
DCatchMethodItem.java38 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/
DBuilderTryBlock.java50 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()
DBuilderExceptionHandler.java51 static BuilderExceptionHandler newExceptionHandler(@Nullable final TypeReference exceptionType, in newExceptionHandler()
/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/
DApiFutures.java113 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/
DPropagatedFluentFuture.java53 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()
DPropagatedFutures.java57 Class<X> exceptionType, in catching()
65 Class<X> exceptionType, in catchingAsync()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/
DBaseExceptionHandler.java44 final String exceptionType = getExceptionType(); in getExceptionTypeReference() local
/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
DThrowsTag.java85 Type exceptionType(); in exceptionType() method
/external/mockito/src/test/java/org/mockitoutil/
DThrowableAssert.java26 public ThrowableAssert throwsException(Class<? extends Throwable> exceptionType) { in throwsException()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DKotlinUnsafeCastOperatorFilter.java41 public void match(final String exceptionType, in match()
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DRobolectricGeneratorAdapter.java84 public TryCatch tryStart(Type exceptionType) { in tryStart()

123