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

  /ndk/tests/device/test-stlport_shared-exception/jni/
spec4.cpp 8 void my_term () { exit (0); } function
19 std::set_terminate (my_term);
spec1.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);
spec2.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);
spec3_1.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);
  /ndk/tests/device/test-stlport_static-exception/jni/
spec4.cpp 8 void my_term () { exit (0); } function
19 std::set_terminate (my_term);
spec1.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);
spec2.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);
spec3_1.cpp 8 void my_term () { exit (1); } function
19 std::set_terminate (my_term);

Completed in 177 milliseconds