Searched refs:exception1 (Results 1 – 14 of 14) sorted by relevance
357 final RuntimeException exception1 = new RuntimeException("fail"); in testMultipleDuplicates() local364 addError(exception1); in testMultipleDuplicates()365 addError(exception1); in testMultipleDuplicates()375 String e1 = Throwables.getStackTraceAsString(exception1); in testMultipleDuplicates()
71 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()
91 invoke void @callee0() [ "foo"() ] to label %normal1 unwind label %exception194 exception1:
1456 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11459 exception1:
1530 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11533 exception1:
1527 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11530 exception1:
1550 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11553 exception1:
1539 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11542 exception1:
1750 invoke void @op_bundle_callee_0() [ "foo"() ] to label %normal1 unwind label %exception11753 exception1:
2528 MyException exception1 = new MyException();2533 exception1.initCause(sameInstance);2536 getDone(allAsList(immediateFailedFuture(exception1), immediateFailedFuture(exception3)));