HomeSort by relevance Sort by last modified time
    Searched full:my_terminate (Results 1 - 10 of 10) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
terminate2.cpp 7 void my_terminate () function
14 std::set_terminate (my_terminate);
eh25.cpp 7 void my_terminate() { function
14 std::set_terminate (my_terminate);
15 throw 1; // This throws from EH dtor, should call my_terminate
terminate1.cpp 9 void my_terminate () function
22 std::set_terminate (my_terminate);
eh23.cpp 35 void my_terminate() { function
40 std::set_terminate (my_terminate);
filter2.cpp 41 void my_terminate () function
49 std::set_terminate (my_terminate);
  /ndk/tests/device/test-stlport_static-exception/jni/
terminate2.cpp 7 void my_terminate () function
14 std::set_terminate (my_terminate);
eh25.cpp 7 void my_terminate() { function
14 std::set_terminate (my_terminate);
15 throw 1; // This throws from EH dtor, should call my_terminate
terminate1.cpp 9 void my_terminate () function
22 std::set_terminate (my_terminate);
eh23.cpp 35 void my_terminate() { function
40 std::set_terminate (my_terminate);
filter2.cpp 41 void my_terminate () function
49 std::set_terminate (my_terminate);

Completed in 1585 milliseconds