/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 131 unw_cursor_t cursor2; in unwind_phase2() local 132 unw_init_local(&cursor2, uc); in unwind_phase2() 142 int stepResult = unw_step(&cursor2); in unwind_phase2() 158 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 159 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 171 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2() 194 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2() 215 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2() 216 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 222 unw_resume(&cursor2); in unwind_phase2() [all …]
|
D | Unwind-EHABI.cpp | 560 unw_cursor_t cursor2; in unwind_phase2() local 561 unw_init_local(&cursor2, uc); in unwind_phase2() 583 unw_set_reg(&cursor2, UNW_REG_IP, in unwind_phase2() 589 int stepResult = unw_step(&cursor2); in unwind_phase2() 606 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() 607 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 619 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2() 635 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor2); in unwind_phase2() 664 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2() 665 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2() [all …]
|
/external/libunwind/tests/ |
D | ia64-test-sig.c | 41 unw_cursor_t cursor, cursor2; in sighandler() local 56 cursor2 = cursor; in sighandler() 57 while (!unw_is_signal_frame (&cursor2)) in sighandler() 58 if (unw_step (&cursor2) < 0) in sighandler() 61 if (unw_step (&cursor2) < 0) in sighandler() 64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0) in sighandler() 72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | DatabaseTestBase.java | 449 Cursor cursor2 = database.rawQuery("select * from exectable", new String[]{null}); in testExecSQLInsertNullShouldBeException() local 451 assertThat(cursor2.getCount(), equalTo(1)); in testExecSQLInsertNullShouldBeException()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |