/external/protobuf/gtest/test/ |
gtest_throw_on_failure_ex_test.cc | 52 // std::runtime_error. 63 // A failed assertion should throw a subclass of std::runtime_error. 66 } catch(const std::runtime_error& e) {
|
/external/stlport/test/unit/ |
ctype_facets_test.cpp | 331 catch (runtime_error const&) { 371 * a runtime_error exception. 380 catch (runtime_error const& /* e */) { 392 catch (runtime_error const& /* e */) { 404 catch (runtime_error const& /* e */) { 419 catch (runtime_error const& /* e */) { 432 catch (runtime_error const& /* e */) { 462 catch (runtime_error const& /* e */) { 476 catch (runtime_error const&) { 487 catch (runtime_error const&) [all...] |
money_facets_test.cpp | 430 catch (runtime_error const&) { 464 * a runtime_error exception. 472 catch (runtime_error const&) { 483 catch (runtime_error const&) { 495 catch (runtime_error const& /* e */) { 507 catch (runtime_error const&) { 518 catch (runtime_error const&) { 530 catch (runtime_error const& /* e */) { 558 catch (runtime_error const& /* e */) { 587 catch (runtime_error const& /* e */) [all...] |
iostream_test.cpp | 105 // catch (const runtime_error&) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
ctype_facets_test.cpp | 331 catch (runtime_error const&) { 371 * a runtime_error exception. 380 catch (runtime_error const& /* e */) { 392 catch (runtime_error const& /* e */) { 404 catch (runtime_error const& /* e */) { 419 catch (runtime_error const& /* e */) { 432 catch (runtime_error const& /* e */) { 462 catch (runtime_error const& /* e */) { 476 catch (runtime_error const&) { 487 catch (runtime_error const&) [all...] |
money_facets_test.cpp | 430 catch (runtime_error const&) { 464 * a runtime_error exception. 472 catch (runtime_error const&) { 483 catch (runtime_error const&) { 495 catch (runtime_error const& /* e */) { 507 catch (runtime_error const&) { 518 catch (runtime_error const&) { 530 catch (runtime_error const& /* e */) { 558 catch (runtime_error const& /* e */) { 587 catch (runtime_error const& /* e */) [all...] |
iostream_test.cpp | 105 // catch (const runtime_error&) {
|
/ndk/tests/device/test-stlport/unit/ |
ctype_facets_test.cpp | 331 catch (runtime_error const&) { 371 * a runtime_error exception. 380 catch (runtime_error const& /* e */) { 392 catch (runtime_error const& /* e */) { 404 catch (runtime_error const& /* e */) { 419 catch (runtime_error const& /* e */) { 432 catch (runtime_error const& /* e */) { 462 catch (runtime_error const& /* e */) { 476 catch (runtime_error const&) { 487 catch (runtime_error const&) [all...] |
money_facets_test.cpp | 430 catch (runtime_error const&) { 464 * a runtime_error exception. 472 catch (runtime_error const&) { 483 catch (runtime_error const&) { 495 catch (runtime_error const& /* e */) { 507 catch (runtime_error const&) { 518 catch (runtime_error const&) { 530 catch (runtime_error const& /* e */) { 558 catch (runtime_error const& /* e */) { 587 catch (runtime_error const& /* e */) [all...] |
/external/stlport/doc/ |
README.utf8 | 13 // Will throw a std::runtime_error exception. 19 // Will throw a std::runtime_error exception:
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/overflow.error/ |
overflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), 21 "std::is_base_of<std::runtime_error, std::overflow_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/range.error/ |
range_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value), 21 "std::is_base_of<std::runtime_error, std::range_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/underflow.error/ |
underflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value), 21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
|
/external/oprofile/libutil++/ |
op_exception.h | 52 struct op_runtime_error : std::runtime_error
|
/ndk/tests/device/test-gnustl-1/jni/ |
hello.cpp | 24 throw std::runtime_error("OK: Hello, world (with full C++ support) !");
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.cons/ |
char_pointer.pass.cpp | 86 catch (std::runtime_error&) 94 catch (std::runtime_error&)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
debug_allocator.h | 112 throw std::runtime_error("debug_allocator::deallocate" 118 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
debug_allocator.h | 114 throw std::runtime_error("debug_allocator::deallocate" 120 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
debug_allocator.h | 114 throw std::runtime_error("debug_allocator::deallocate" 120 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
debug_allocator.h | 112 throw std::runtime_error("debug_allocator::deallocate" 118 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
debug_allocator.h | 112 throw std::runtime_error("debug_allocator::deallocate" 118 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
debug_allocator.h | 112 throw std::runtime_error("debug_allocator::deallocate" 118 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
debug_allocator.h | 112 throw std::runtime_error("debug_allocator::deallocate" 118 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
debug_allocator.h | 114 throw std::runtime_error("debug_allocator::deallocate" 120 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
debug_allocator.h | 114 throw std::runtime_error("debug_allocator::deallocate" 120 throw std::runtime_error("debug_allocator::deallocate null pointer");
|