Home
last modified time | relevance | path

Searched refs:exception1 (Results 1 – 14 of 14) sorted by relevance

/external/guice/core/test/com/google/inject/
DProvisionExceptionTest.java357 final RuntimeException exception1 = new RuntimeException("fail"); in testMultipleDuplicates() local
364 addError(exception1); in testMultipleDuplicates()
365 addError(exception1); in testMultipleDuplicates()
375 String e1 = Throwables.getStackTraceAsString(exception1); in testMultipleDuplicates()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionTest.java71 boolean exception1, exception2, exception3, exception4; in testConsistentMethodResultion()
74 exception1 = false; in testConsistentMethodResultion()
76 exception1 = true; in testConsistentMethodResultion()
100 assertEquals(exception1, exception2); in testConsistentMethodResultion()
101 assertEquals(exception1, exception3); in testConsistentMethodResultion()
102 assertEquals(exception1, exception4); in testConsistentMethodResultion()
/external/llvm/test/Bitcode/
Doperand-bundles.ll91 invoke void @callee0() [ "foo"() ] to label %normal1 unwind label %exception1
94 exception1:
Dcompatibility-3.8.ll1456 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1459 exception1:
Dcompatibility.ll1530 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1533 exception1:
/external/llvm-project/llvm/test/Bitcode/
Doperand-bundles.ll91 invoke void @callee0() [ "foo"() ] to label %normal1 unwind label %exception1
94 exception1:
Dcompatibility-3.8.ll1456 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1459 exception1:
Dcompatibility-3.9.ll1527 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1530 exception1:
Dcompatibility-6.0.ll1550 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1553 exception1:
Dcompatibility-5.0.ll1539 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1542 exception1:
Dcompatibility-4.0.ll1527 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1530 exception1:
Dcompatibility.ll1750 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception1
1753 exception1:
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2528 MyException exception1 = new MyException();
2533 exception1.initCause(sameInstance);
2536 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2528 MyException exception1 = new MyException();
2533 exception1.initCause(sameInstance);
2536 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));