/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...] |
sort_test.cpp | 205 catch (runtime_error const&) 214 catch (runtime_error const&)
|
/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...] |
sort_test.cpp | 205 catch (runtime_error const&) 214 catch (runtime_error const&)
|
/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...] |
sort_test.cpp | 205 catch (runtime_error const&) 214 catch (runtime_error const&)
|
/external/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_range_errors.c | 18 // exception like std::runtime_error for instance will also catch exception 64 { _STLP_THROW_MSG(runtime_error, __msg); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 131 class regex_error : public std::runtime_error
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_error.h | 136 class regex_error : public std::runtime_error
|
/external/stlport/src/ |
dll_main.cpp | 77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
char_pointer.pass.cpp | 86 catch (std::runtime_error&) 94 catch (std::runtime_error&)
|
/ndk/sources/cxx-stl/stlport/src/ |
dll_main.cpp | 77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
|
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console_browsertest.cc | 42 CHECK(error->type() == ExtensionError::RUNTIME_ERROR); 92 ExtensionError::RUNTIME_ERROR, 98 const RuntimeError* runtime_error = static_cast<const RuntimeError*>(error); local 99 EXPECT_EQ(level, runtime_error->level()); 100 EXPECT_EQ(context, runtime_error->context_url()); 101 EXPECT_EQ(expected_stack_size, runtime_error->stack_trace().size());
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
base.hpp | 43 class error : public std::runtime_error { 46 std::runtime_error(what), code(code) {
|