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

1 2 3 45 6

  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 43 class error : public std::runtime_error {
46 std::runtime_error(what), code(code) {
  /external/stlport/test/unit/
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&)
fstream_test.cpp 444 catch (const runtime_error&)
  /ndk/tests/device/test-gnustl-full/unit/
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&)
fstream_test.cpp 462 catch (const runtime_error&)
  /ndk/tests/device/test-stlport/unit/
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&)
fstream_test.cpp 462 catch (const runtime_error&)
  /external/stlport/src/
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/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 101 catch (std::runtime_error&)
  /ndk/sources/cxx-stl/stlport/src/
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/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 64 : runtime_error(make_error_type_string(ecode)),
locale.cpp 499 : throw runtime_error("locale constructed with null"))
516 : throw runtime_error("locale constructed with null"))
638 throw runtime_error("collate_byname<char>::collate_byname"
649 throw runtime_error("collate_byname<char>::collate_byname"
690 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
701 throw runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)"
1095 throw runtime_error("ctype_byname<char>::ctype_byname"
1106 throw runtime_error("ctype_byname<char>::ctype_byname"
1152 throw runtime_error("ctype_byname<wchar_t>::ctype_byname"
1163 throw runtime_error("ctype_byname<wchar_t>::ctype_byname
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 143 // are enabled). We derive it from std::runtime_error, which is for
145 // std::runtime_error inherits from std::exception, many testing
147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 143 // are enabled). We derive it from std::runtime_error, which is for
145 // std::runtime_error inherits from std::exception, many testing
147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 629 milliseconds

1 2 3 45 6