Home
last modified time | relevance | path

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

/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/python/cpython2/Python/
Dpythonrun.c1190 PyObject *exception2, *v2, *tb2; in PyErr_PrintEx() local
1194 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1195 PyErr_NormalizeException(&exception2, &v2, &tb2); in PyErr_PrintEx()
1199 if (exception2 == NULL) { in PyErr_PrintEx()
1200 exception2 = Py_None; in PyErr_PrintEx()
1201 Py_INCREF(exception2); in PyErr_PrintEx()
1211 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1214 Py_DECREF(exception2); in PyErr_PrintEx()
/external/python/cpython3/Python/
Dpythonrun.c755 PyObject *exception2, *v2, *tb2; in _PyErr_PrintEx() local
756 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
757 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
761 if (exception2 == NULL) { in _PyErr_PrintEx()
762 exception2 = Py_None; in _PyErr_PrintEx()
763 Py_INCREF(exception2); in _PyErr_PrintEx()
771 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx()
774 Py_DECREF(exception2); in _PyErr_PrintEx()
/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/llvm-project/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-3.9.ll1535 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1538 exception2:
Dcompatibility-6.0.ll1558 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1561 exception2:
Dcompatibility-5.0.ll1547 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1550 exception2:
Dcompatibility-4.0.ll1535 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1538 exception2:
Dcompatibility.ll1758 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2
1761 exception2:
/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.java2529 MyException exception2 = new MyException();
2534 exception2.initCause(sameInstance);
2535 exception3.initCause(exception2);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java2529 MyException exception2 = new MyException();
2534 exception2.initCause(sameInstance);
2535 exception3.initCause(exception2);