Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 78) sorted by relevance

1234

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
45 # undef exception
50 # include_next <exception.h>
52 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
56 # include_next <exception>
58 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)
75 using _STLP_VENDOR_EXCEPT_STD::exception;
77 using ::exception;
161 class _STLP_CLASS_DECLSPEC exception {
164 exception() _STLP_NOTHROW;
[all …]
D_typeinfo.h41 class bad_cast : public exception {};
74 struct bad_cast : exception {};
D_stdexcept_base.h62 using _STLP_VENDOR_EXCEPT_STD::exception;
65 # define _STLP_EXCEPTION_BASE exception
D_new.h75 class bad_alloc : public exception {
/ndk/sources/cxx-stl/stlport/stlport/
Dmath.h23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26 # define exception __math_exception macro
36 # undef exception
42 # define _exception exception
Dexception19 // the native header <exception>.
40 * call to the native exception header:
43 # include_next <exception>
47 # include <../include/exception>
49 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)
Dexception.h28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp64 exception::exception() _STLP_NOTHROW {} in exception() function in exception
65 exception::~exception() _STLP_NOTHROW {} in ~exception()
68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; } in what()
/ndk/tests/device/exceptions-crash/jni/
Dfoo.cpp9 throw std::exception(); in foo()
11 catch (std::exception e) { in foo()
/ndk/tests/device/gnustl-shared-1/jni/
Dfoo.cpp8 throw std::exception(); in foo()
/ndk/sources/cxx-stl/stlport/
DREADME.original19 build/test/eh - build directory for exception handling tests
28 test/eh - exception handling test using STLport iostreams
/ndk/tests/device/test-gnustl-1/jni/
Dhello.cpp28 catch (std::exception &ex) in main()
/ndk/tests/device/gnustl-shared-1/
DREADME2 between several binaries. I.e. one exception is thrown in libfoo.so and caught
/ndk/sources/host-tools/make-3.81/config/
Dxsize.m44 dnl General Public License. As a special exception to the GNU General
Dsigned.m44 dnl General Public License. As a special exception to the GNU General
Dwchar_t.m44 dnl General Public License. As a special exception to the GNU General
Dwint_t.m44 dnl General Public License. As a special exception to the GNU General
Dcodeset.m44 dnl General Public License. As a special exception to the GNU General
Dlonglong.m44 dnl General Public License. As a special exception to the GNU General
Dglibc21.m44 dnl General Public License. As a special exception to the GNU General
Dstdint_h.m44 dnl General Public License. As a special exception to the GNU General
Dulonglong.m44 dnl General Public License. As a special exception to the GNU General
Dinttypes.m44 dnl General Public License. As a special exception to the GNU General
Dinttypes_h.m44 dnl General Public License. As a special exception to the GNU General
/ndk/tests/device/test-basic-exceptions/
DREADME1 This test is meant to test the most basic level of exception support

1234