HomeSort by relevance Sort by last modified time
    Searched refs:runtime_error (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /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); }
  /external/stlport/src/
dll_main.cpp 77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
locale.cpp 59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
66 _STLP_THROW(runtime_error(what.c_str()));
98 _STLP_THROW(runtime_error(what.c_str()));
253 _STLP_THROW(runtime_error("Invalid locale name '" _NAMELESS "'"));
  /external/stlport/test/unit/
sort_test.cpp 205 catch (runtime_error const&)
214 catch (runtime_error const&)
partial_test.cpp 185 catch (runtime_error const&)
195 catch (runtime_error const&)
codecvt_test.cpp 421 catch (runtime_error const&) {
447 catch (runtime_error const&) {
561 catch (const runtime_error&)
647 catch (const runtime_error&)
  /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&)
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 77 runtime_error::~runtime_error() _STLP_NOTHROW_INHERENTLY {}
locale.cpp 59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
66 _STLP_THROW(runtime_error(what.c_str()));
98 _STLP_THROW(runtime_error(what.c_str()));
253 _STLP_THROW(runtime_error("Invalid locale name '" _NAMELESS "'"));
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 205 catch (runtime_error const&)
214 catch (runtime_error const&)
partial_test.cpp 185 catch (runtime_error const&)
195 catch (runtime_error const&)
codecvt_test.cpp 423 catch (runtime_error const&) {
449 catch (runtime_error const&) {
563 catch (const runtime_error&)
649 catch (const runtime_error&)
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 205 catch (runtime_error const&)
214 catch (runtime_error const&)
partial_test.cpp 185 catch (runtime_error const&)
195 catch (runtime_error const&)
codecvt_test.cpp 423 catch (runtime_error const&) {
449 catch (runtime_error const&) {
563 catch (const runtime_error&)
649 catch (const runtime_error&)
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.members/
combine.pass.cpp 101 catch (std::runtime_error&)
  /ndk/sources/cxx-stl/llvm-libc++/src/
regex.cpp 64 : runtime_error(make_error_type_string(ecode)),
locale.cpp 491 : throw runtime_error("locale constructed with null"))
508 : throw runtime_error("locale constructed with null"))
630 throw runtime_error("collate_byname<char>::collate_byname"
641 throw runtime_error("collate_byname<char>::collate_byname"
682 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
693 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
1023 throw runtime_error("ctype_byname<char>::ctype_byname"
1034 throw runtime_error("ctype_byname<char>::ctype_byname"
1080 throw runtime_error("ctype_byname<wchar_t>::ctype_byname"
1091 throw runtime_error("ctype_byname<wchar_t>::ctype_byname
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 2217 milliseconds

1 2 34 5