HomeSort by relevance Sort by last modified time
    Searched full:bad_exception (Results 26 - 50 of 292) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/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/libcxx/test/language.support/support.exception/bad.exception/
Android.mk 19 test_name := language.support/support.exception/bad.exception/bad_exception
20 test_src := bad_exception.pass.cpp
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 18 struct bad_exception : exception
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_except.swg 23 %std_exception_map(bad_exception, SWIG_SystemError);
  /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/libcxxabi/test/
unwind_05.cpp 64 void f1() throw (long, char, double, std::bad_exception)
101 catch (const std::bad_exception& e)
  /ndk/sources/cxx-stl/gabi++/tests/
unwind_05.cpp 64 void f1() throw (long, char, double, std::bad_exception)
101 catch (const std::bad_exception& e)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_05.cpp 64 void f1() throw (long, char, double, std::bad_exception)
101 catch (const std::bad_exception& e)
  /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/libcxx/src/
exception.cpp 141 bad_exception::~bad_exception() _NOEXCEPT
145 const char* bad_exception::what() const _NOEXCEPT
147 return "std::bad_exception";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 141 bad_exception::~bad_exception() _NOEXCEPT
145 const char* bad_exception::what() const _NOEXCEPT
147 return "std::bad_exception";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
exception 74 class bad_exception : public exception
77 bad_exception() throw() { }
81 virtual ~bad_exception() throw();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
exception 73 class bad_exception : public exception
76 bad_exception() _GLIBCXX_USE_NOEXCEPT { }
80 virtual ~bad_exception() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
exception 73 class bad_exception : public exception
76 bad_exception() _GLIBCXX_USE_NOEXCEPT { }
80 virtual ~bad_exception() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception 72 class bad_exception : public exception
75 bad_exception() throw() { }
79 virtual ~bad_exception() throw();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception 72 class bad_exception : public exception
75 bad_exception() throw() { }
79 virtual ~bad_exception() throw();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception 72 class bad_exception : public exception
75 bad_exception() throw() { }
79 virtual ~bad_exception() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception 72 class bad_exception : public exception
75 bad_exception() throw() { }
79 virtual ~bad_exception() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 74 class bad_exception : public exception
77 bad_exception() throw() { }
81 virtual ~bad_exception() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 75 class bad_exception : public exception
78 bad_exception() _GLIBCXX_USE_NOEXCEPT { }
82 virtual ~bad_exception() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 74 class bad_exception : public exception
77 bad_exception() throw() { }
81 virtual ~bad_exception() throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 75 class bad_exception : public exception
78 bad_exception() _GLIBCXX_USE_NOEXCEPT { }
82 virtual ~bad_exception() _GLIBCXX_USE_NOEXCEPT;

Completed in 3675 milliseconds

12 3 4 5 6 7 8 91011>>