HomeSort by relevance Sort by last modified time
    Searched refs:stepResult (Results 1 - 5 of 5) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindLevel1.c 37 int stepResult = unw_step(&cursor1);
38 if (stepResult == 0) {
43 } else if (stepResult < 0) {
131 int stepResult = unw_step(&cursor2);
132 if (stepResult == 0) {
137 } else if (stepResult < 0) {
Unwind-EHABI.cpp 452 int stepResult = unw_step(&cursor1);
453 if (stepResult == 0) {
458 } else if (stepResult < 0) {
577 int stepResult = unw_step(&cursor2);
578 if (stepResult == 0) {
583 } else if (stepResult < 0) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 38 int stepResult = unw_step(&cursor1);
39 if (stepResult == 0) {
44 } else if (stepResult < 0) {
131 int stepResult = unw_step(&cursor2);
132 if (stepResult == 0) {
137 } else if (stepResult < 0) {
Unwind-EHABI.cpp 418 int stepResult = unw_step(&cursor1);
419 if (stepResult == 0) {
424 } else if (stepResult < 0) {
544 int stepResult = unw_step(&cursor2);
545 if (stepResult == 0) {
550 } else if (stepResult < 0) {
    [all...]
  /external/svox/pico/lib/
picoctrl.c 755 picodata_step_result_t stepResult;
762 stepResult = this->control->step(this->control,/* mode */0,&ui);
763 if (PICODATA_PU_ERROR != stepResult) {
779 if ((PICODATA_PU_IDLE == stepResult) && (PICO_EOF == rv)) {
782 } else if (PICODATA_PU_ERROR == stepResult) {

Completed in 149 milliseconds