HomeSort by relevance Sort by last modified time
    Searched full:runtime_error (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 105 // catch (const runtime_error&) {
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&)
  /external/bison/tests/
c++.at 276 throw std::runtime_error ("initial-action");
284 throw std::runtime_error ("printer");
307 | 's' { $$ = $1; throw std::runtime_error ("reduction"); }
327 throw std::runtime_error ("yylex");
341 throw std::runtime_error (m);
  /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/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&)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 109 $runtime_error = "";
161 $runtime_error .= $_;
171 if ( $runtime_error ) {
177 &js_print( $runtime_error, "<pre>", "</pre>");
  /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/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
  /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++/test/re/re.badexp/
regex_error.pass.cpp 14 // : public runtime_error
  /ndk/sources/cxx-stl/llvm-libc++/include/
system_error 102 : public runtime_error
613 : public runtime_error
  /ndk/sources/cxx-stl/llvm-libc++/src/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 133 * @throw std::runtime_error if s is null or an undefined locale.
148 * @throw std::runtime_error if s is null or an undefined locale.
202 * @throw std::runtime_error if other has no facet of type Facet.

Completed in 2831 milliseconds

1 2 3 45 6 7 8