HomeSort by relevance Sort by last modified time
    Searched full:my_terminate (Results 1 - 16 of 16) 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);
  /external/libcxxabi/test/
test_vector3.cpp 40 void my_terminate() { exit(0); } function
51 std::set_terminate(my_terminate);
test_vector2.cpp 15 void my_terminate () { exit ( 0 ); } function
80 std::set_terminate ( my_terminate );
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector3.cpp 40 void my_terminate() { exit(0); } function
60 std::set_terminate(my_terminate);
test_vector2.cpp 15 void my_terminate () { exit ( 0 ); } function
100 std::set_terminate ( my_terminate );
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector3.cpp 40 void my_terminate() { exit(0); } function
51 std::set_terminate(my_terminate);
test_vector2.cpp 15 void my_terminate () { exit ( 0 ); } function
80 std::set_terminate ( my_terminate );

Completed in 135 milliseconds