HomeSort by relevance Sort by last modified time
    Searched refs:bad_exception (Results 1 - 12 of 12) sorted by null

  /external/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_exception.h 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
  /external/stlport/src/
dll_main.cpp 66 bad_exception::bad_exception() _STLP_NOTHROW {}
67 bad_exception::~bad_exception() _STLP_NOTHROW {}
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 66 bad_exception::bad_exception() _STLP_NOTHROW {}
67 bad_exception::~bad_exception() _STLP_NOTHROW {}
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
  /external/stlport/test/unit/
exception_test.cpp 56 throw std::bad_exception();
88 catch (std::bad_exception const&) {
  /ndk/tests/device/test-gnustl-full/unit/
exception_test.cpp 56 throw std::bad_exception();
88 catch (std::bad_exception const&) {
  /ndk/tests/device/test-stlport/unit/
exception_test.cpp 56 throw std::bad_exception();
88 catch (std::bad_exception const&) {
  /external/elfutils/tests/
run-strings-test.sh 232 testfile4: 6573 13bad_exception

Completed in 1342 milliseconds