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.java42 Class<X> exceptionType, in create()
52 Class<X> exceptionType, in create()
65 @CheckForNull Class<X> exceptionType; field in AbstractCatchingFuture
69 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture()
195 Class<X> exceptionType, in AsyncCatchingFuture()
226 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.java42 Class<X> exceptionType, in create()
52 Class<X> exceptionType, in create()
65 @CheckForNull Class<X> exceptionType; field in AbstractCatchingFuture
69 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture()
195 Class<X> exceptionType, in AsyncCatchingFuture()
226 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()
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderExceptionHandler.java39 @Nullable final BuilderTypeReference exceptionType; field in BuilderExceptionHandler
42 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { in BuilderExceptionHandler()
/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/cronet/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/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFluentFutureCatchingSpecialization.java33 Class<Throwable> exceptionType, in catching()
40 Class<Throwable> exceptionType, in catchingAsync()
DGwtFuturesCatchingSpecialization.java34 Class<Throwable> exceptionType, in catching()
42 Class<Throwable> exceptionType, in catchingAsync()
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableExceptionHandler.java43 @Nullable protected final String exceptionType; field in ImmutableExceptionHandler
46 public ImmutableExceptionHandler(@Nullable String exceptionType, in ImmutableExceptionHandler()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DCatchMethodItem.java39 private final String exceptionType; field in CatchMethodItem
46 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
/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.java49 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, in BuilderTryBlock()
56 …ic BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, in BuilderTryBlock()
/external/smali/dexlib2/src/main/java/org/jf/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.java52 static BuilderExceptionHandler newExceptionHandler(@Nullable final TypeReference exceptionType, in newExceptionHandler()
/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()
/external/catch2/include/
Dcatch.hpp112 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_REQUIRE_THR… argument
115 #define CATCH_REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES(… argument
126 #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_CHECK_THROWS_… argument
129 #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "… argument
210 #define REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "REQUIRE_THROWS_AS", exc… argument
213 #define REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "REQU… argument
224 #define CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CHECK_THROWS_AS", excepti… argument
227 #define CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "CHECK_… argument
321 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
324 #define CATCH_REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseExceptionHandler.java46 final String exceptionType = getExceptionType(); in getExceptionTypeReference() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/
DBaseExceptionHandler.java45 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/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
DSmalideaExceptionHandler.java51 SmaliClassTypeElement exceptionType = catchStatement.getExceptionType(); in getExceptionType() local

123