HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 51 - 75 of 2577) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
eh47.cpp 5 #include <exception>
terminate2.cpp 2 // Test that an unhandled exception causes us to call terminate.
4 #include <exception>
  /external/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /ndk/sources/cxx-stl/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_except.i 3 * These typemaps are used when methods are declared with an STL exception
13 %include <exception.i>
17 %ignore exception; // not sure if I should ignore this...
18 class exception
21 exception() throw() { }
22 virtual ~exception() throw();
29 // therefore all classes based upon std::exception are converted to their strings & returned as errors
32 %typemap(throws) std::exception "SWIG_exception(SWIG_SystemError, $1.what());"
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
exception.h 25 # include <exception>
28 # include_next <exception.h>
30 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
  /libcore/luni/src/main/java/javax/sql/
StatementEvent.java 33 private SQLException exception; field in class:StatementEvent
44 * @param exception
45 * the exception to throw
48 SQLException exception) {
51 this.exception = exception;
55 * the constructor with null exception
74 * Returns the exception to be thrown
76 * @return the exception of this event
79 return this.exception;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 28 * This class implements an exception object that all
63 /** A nested exception.
65 protected Exception m_exception;
140 * the error originated from, and another exception
141 * that caused this exception.
144 * @param e The exception that caused this exception.
146 public XPathException(String message, Node styleNode, Exception e)
157 * an error message, and another exception
158 * that caused this exception
188 Throwable exception = m_exception; local
221 Throwable exception = m_exception; local
281 Throwable exception = m_exception; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
InputMismatchExceptionTest.java 35 InputMismatchException exception = new InputMismatchException(); local
36 assertNotNull(exception);
37 assertTrue(exception instanceof NoSuchElementException);
38 assertTrue(exception instanceof Serializable);
45 InputMismatchException exception = new InputMismatchException( local
47 assertNotNull(exception);
48 assertEquals(ERROR_MESSAGE, exception.getMessage());
54 public void testSerializationSelf() throws Exception {
62 public void testSerializationCompatibility() throws Exception {
  /external/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 47 * if this flag is set to true, we will rethrow the exception on
112 * @param exception The warning information encapsulated in a
113 * SAX parse exception.
114 * @throws SAXException Any SAX exception, possibly
115 * wrapping another exception.
117 public void warning(SAXParseException exception) throws SAXException
121 printLocation(pw, exception);
122 pw.println("Parser warning: " + exception.getMessage());
141 * @param exception The error information encapsulated in a
142 * SAX parse exception
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 46 * mDialogHelper.showErrorMessageDialog(&quot;An exception occurred!&quot;, e);
72 private static final String KEY_EXCEPTION = "exception";
82 public void showErrorMessageDialog(int titleId, Exception exception) {
83 showErrorMessageDialog(mActivity.getString(titleId), exception); local
87 public void showErrorMessageDialog(String title, Exception exception) {
90 bundle.putSerializable(KEY_EXCEPTION, exception);
99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION) local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 12 struct exception
14 virtual ~exception() throw();
18 struct bad_exception : exception
22 struct logic_error : exception
47 struct runtime_error : exception
  /bionic/tests/
stack_unwinding_test_impl.c 60 struct _Unwind_Exception* exception = (struct _Unwind_Exception*) malloc(sizeof(*exception)); local
61 memset(&exception->exception_class, 0, sizeof(exception->exception_class));
62 exception->exception_cleanup = 0;
63 _Unwind_ForcedUnwind(exception, stop_fn, 0);
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/set.terminate/set_terminate
23 test_name := language.support/support.exception/exception.terminate/set.terminate/get_terminate

Completed in 1298 milliseconds

1 23 4 5 6 7 8 91011>>