OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_terminate
(Results
1 - 25
of
133
) sorted by null
1
2
3
4
5
6
/ndk/sources/cxx-stl/gabi++/tests/
unexpected_03.cpp
10
std::
set_terminate
(expected_terminate);
unexpected_02.cpp
14
std::
set_terminate
(expected_terminate);
/ndk/tests/device/test-stlport_shared-exception/jni/
terminate2.cpp
14
std::
set_terminate
(my_terminate);
eh47.cpp
17
std::
set_terminate
(myterm);
eh55.cpp
16
std::
set_terminate
(my_terminate_handler);
elide2.cpp
24
std::
set_terminate
(good_terminate);
rethrow3.cpp
38
std::
set_terminate
(&eh_terminate);
spec1.cpp
19
std::
set_terminate
(my_term);
spec2.cpp
19
std::
set_terminate
(my_term);
spec3_1.cpp
19
std::
set_terminate
(my_term);
spec4.cpp
19
std::
set_terminate
(my_term);
terminate1.cpp
22
std::
set_terminate
(my_terminate);
eh23.cpp
40
std::
set_terminate
(my_terminate);
/ndk/tests/device/test-stlport_static-exception/jni/
terminate2.cpp
14
std::
set_terminate
(my_terminate);
eh47.cpp
17
std::
set_terminate
(myterm);
eh55.cpp
16
std::
set_terminate
(my_terminate_handler);
elide2.cpp
24
std::
set_terminate
(good_terminate);
rethrow3.cpp
38
std::
set_terminate
(&eh_terminate);
spec1.cpp
19
std::
set_terminate
(my_term);
spec2.cpp
19
std::
set_terminate
(my_term);
spec3_1.cpp
19
std::
set_terminate
(my_term);
spec4.cpp
19
std::
set_terminate
(my_term);
terminate1.cpp
22
std::
set_terminate
(my_terminate);
/external/libcxx/test/std/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp
10
// test
set_terminate
21
std::
set_terminate
(f1);
22
assert(std::
set_terminate
(f2) == f1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp
10
// test
set_terminate
21
std::
set_terminate
(f1);
22
assert(std::
set_terminate
(f2) == f1);
Completed in 331 milliseconds
1
2
3
4
5
6