Home
last modified time | relevance | path

Searched refs:exception2 (Results 1 – 11 of 11) sorted by relevance

/external/kotlinpoet/interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
DKsTypesTest.kt87 val exception2 = assertFailsWith<IllegalArgumentException> { in errorTypesShouldFail() constant
90 assertThat(exception2).hasMessageThat() in errorTypesShouldFail()
/external/sdv/vsomeip/third_party/boost/exception/test/
Dthrow_exception_test.cpp27 exception2: struct
58 BOOST_THROW_EXCEPTION(exception2() << test_data(42)); in boost_throw_exception_test()
/external/guice/core/test/com/google/inject/
DProvisionExceptionTest.java358 final RuntimeException exception2 = new RuntimeException("abort"); in testMultipleDuplicates() local
366 addError(exception2); in testMultipleDuplicates()
367 addError(exception2); in testMultipleDuplicates()
376 String e2 = Throwables.getStackTraceAsString(exception2); in testMultipleDuplicates()
/external/llvm/test/Bitcode/
Doperand-bundles.ll99 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
102 exception2:
Dcompatibility-3.8.ll1464 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1467 exception2:
Dcompatibility.ll1538 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1541 exception2:
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileGroupIntegrationTest.java293 ExecutionException exception2 = in downloadFailed() local
303 assertThat(exception2).hasCauseThat().isInstanceOf(AggregateException.class); in downloadFailed()
304 AggregateException cause2 = (AggregateException) exception2.getCause(); in downloadFailed()
/external/guava/guava-tests/test/com/google/common/collect/
DStreamsTest.java186 RuntimeException exception2 = new IllegalStateException("exception from stream 2"); in testConcat_refStream_closeIsPropagated_exceptionsChained() local
189 Stream<String> stream2 = Stream.of("baz", "buh").onClose(doThrow(exception2)); in testConcat_refStream_closeIsPropagated_exceptionsChained()
199 .containsExactly(exception2, exception3) in testConcat_refStream_closeIsPropagated_exceptionsChained()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionTest.java71 boolean exception1, exception2, exception3, exception4; in testConsistentMethodResultion()
81 exception2 = false; in testConsistentMethodResultion()
83 exception2 = true; in testConsistentMethodResultion()
100 assertEquals(exception1, exception2); in testConsistentMethodResultion()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2559 MyException exception2 = new MyException();
2564 exception2.initCause(sameInstance);
2565 exception3.initCause(exception2);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2559 MyException exception2 = new MyException();
2564 exception2.initCause(sameInstance);
2565 exception3.initCause(exception2);