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

<<41424344454647484950>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
40 # error This platform does not support exception propagation.
56 * @brief An opaque pointer to an arbitrary exception.
63 /** Obtain an %exception_ptr to the currently handled exception. If there
64 * is none, or the currently handled exception is foreign, return the null
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
58 /** Obtain an exception_ptr to the currently handled exception. If there
59 * is none, or the currently handled exception is foreign, return the null
70 * @brief An opaque pointer to an arbitrary exception.
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
58 /** Obtain an exception_ptr to the currently handled exception. If there
59 * is none, or the currently handled exception is foreign, return the null
70 * @brief An opaque pointer to an arbitrary exception.
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
58 /** Obtain an exception_ptr to the currently handled exception. If there
59 * is none, or the currently handled exception is foreign, return the null
70 * @brief An opaque pointer to an arbitrary exception.
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 0 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
28 * Do not attempt to use it directly. @headername{exception}
40 # error This platform does not support exception propagation.
58 /** Obtain an exception_ptr to the currently handled exception. If there
59 * is none, or the currently handled exception is foreign, return the null
70 * @brief An opaque pointer to an arbitrary exception.
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
27 * Do not attempt to use it directly. @headername{exception}
42 # error This platform does not support exception propagation.
54 /// Exception class with exception_ptr data member.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 142 logging.exception('code for hash %s was not found.', __func_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 142 logging.exception('code for hash %s was not found.', __func_name)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormatter.java 72 } catch (BadLocationException exception) {
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 265 jthrowable exception = env->ExceptionOccurred(); local
267 if (exception) {
272 env->Throw(exception);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java 160 IOException exception = null; local
175 if (exception != null) {
176 throw exception;
235 // workaround for "Socket Closed" exception if connection was closed
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 119 // exception and abort these steps.
144 // exception and abort these steps.
246 void MediaKeySession::error(blink::WebContentDecryptionModuleException exception, unsigned long systemCode, const blink::WebString& errorMessage)
248 WTF_LOG(Media, "MediaKeySession::error: exception=%d, systemCode=%lu", exception, systemCode);
255 switch (exception) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 141 except Exception, e:
175 except Exception, e:
182 def _addClassOrModuleLevelException(self, result, exception, errorName):
185 if addSkip is not None and isinstance(exception, case.SkipTest):
186 addSkip(error, str(exception))
206 except Exception, e:
228 except Exception, e:
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 36 var exception = false;
40 exception = true;
43 assertTrue(exception);
47 exception = false;
51 exception = true;
54 assertTrue(exception);
  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 28 #include <exception>
197 // Exception test.
205 throw std::exception();
207 catch (const std::exception&)
  /external/lldb/test/unittest2/
suite.py 141 except Exception, e:
175 except Exception, e:
182 def _addClassOrModuleLevelException(self, result, exception, errorName):
185 if addSkip is not None and isinstance(exception, case.SkipTest):
186 addSkip(error, str(exception))
206 except Exception, e:
228 except Exception, e:
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 102 catch (IllegalArgumentException exception)
132 catch (IllegalArgumentException exception)
162 catch (IllegalArgumentException exception)
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 415 protected void setException(Exception exception) {
416 super.setException(exception);
418 callback.errorEstablishingStream(exception);
449 * Called when an exception occurs during the negotiation progress.
451 * @param e the exception that occurred.
453 void errorEstablishingStream(Exception e);

Completed in 1397 milliseconds

<<41424344454647484950>>