OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_terminate
(Results
1 - 25
of
54
) sorted by null
1
2
3
/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);
get_terminate.pass.cpp
21
std::
set_terminate
(f1);
23
std::
set_terminate
(f2);
/ndk/tests/device/test-stlport_shared-exception/jni/
eh47.cpp
17
std::
set_terminate
(myterm);
terminate2.cpp
14
std::
set_terminate
(my_terminate);
eh55.cpp
16
std::
set_terminate
(my_terminate_handler);
eh25.cpp
14
std::
set_terminate
(my_terminate);
elide2.cpp
24
std::
set_terminate
(good_terminate);
spec4.cpp
19
std::
set_terminate
(my_term);
terminate1.cpp
22
std::
set_terminate
(my_terminate);
eh23.cpp
40
std::
set_terminate
(my_terminate);
filter2.cpp
49
std::
set_terminate
(my_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);
/ndk/tests/device/test-stlport_static-exception/jni/
eh47.cpp
17
std::
set_terminate
(myterm);
terminate2.cpp
14
std::
set_terminate
(my_terminate);
eh55.cpp
16
std::
set_terminate
(my_terminate_handler);
eh25.cpp
14
std::
set_terminate
(my_terminate);
elide2.cpp
24
std::
set_terminate
(good_terminate);
spec4.cpp
19
std::
set_terminate
(my_term);
terminate1.cpp
22
std::
set_terminate
(my_terminate);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp
23
std::
set_terminate
(f1);
/external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_test_.cc
42
#include <exception> // for
set_terminate
55
std::
set_terminate
(&TerminateHandler);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp
32
std::
set_terminate
(f3);
/ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_test_.cc
42
#include <exception> // for
set_terminate
55
std::
set_terminate
(&TerminateHandler);
Completed in 737 milliseconds
1
2
3