| /ndk/tests/device/test-stlport_static-exception/jni/ |
| dyncast7.cpp | 25 } catch (std::exception& e) {
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
| _exceptions.py | 4 from java.lang import Exception 9 class SAXException(Exception): 16 the exception; instead, you can simply read the information in 19 def __init__(self, msg, exception=None): 20 """Creates an exception. The message is required, but the exception 23 self._exception = exception 24 Exception.__init__(self, msg) 27 "Return a message for this exception." 31 "Return the embedded exception, or None if there was none. [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
| _exceptions.py | 4 from java.lang import Exception 9 class SAXException(Exception): 16 the exception; instead, you can simply read the information in 19 def __init__(self, msg, exception=None): 20 """Creates an exception. The message is required, but the exception 23 self._exception = exception 24 Exception.__init__(self, msg) 27 "Return a message for this exception." 31 "Return the embedded exception, or None if there was none. [all...] |
| /external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
| ObjectFactory.java | 63 //throw security exception if the calling thread is not allowed to access the 127 /** Exception. */ 128 private Exception exception; field in class:ObjectFactory.ConfigurationError 136 * exception. 138 ConfigurationError(String msg, Exception x) { 140 this.exception = x; 141 } // <init>(String,Exception) 147 /** Returns the exception associated to this error. */ 148 Exception getException() [all...] |
| /external/chromium_org/v8/test/mjsunit/es6/ |
| debug-promises-throw-in-constructor.js | 8 // an exception is thrown in the the Promise constructor. 9 // We expect an Exception debug event with a promise to be triggered. 14 var exception = null; variable 20 if (event == Debug.DebugEvent.Exception) { 22 assertEquals("uncaught", event_data.exception().message); 33 print("Unexpected exception: " + e + "\n" + e.stack); 34 exception = e; 46 assertNull(exception);
|
| /external/junit/src/org/junit/internal/runners/statements/ |
| FailOnTimeout.java | 41 private void throwTimeoutException(StatementThread thread) throws Exception { 42 Exception exception= new Exception(String.format( local 44 exception.setStackTrace(thread.getStackTrace()); 45 throw exception;
|
| /external/okhttp/okio/src/test/java/okio/ |
| MockSink.java | 46 IOException exception = callThrows.get(log.size() - 1); local 47 if (exception != null) throw exception;
|
| /external/jmdns/src/javax/jmdns/impl/ |
| NetworkTopologyDiscoveryImpl.java | 38 } catch (Exception exception) { 46 } catch (Exception exception) { 92 } catch (Exception exception) { 93 // We should hide that exception. 101 } catch (Exception exception) { 102 // We should hide that exception [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
| concurrence.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 66 // exception. No stdexception classes, no use of std::string. 67 class __concurrence_lock_error : public std::exception 75 class __concurrence_unlock_error : public std::exception 83 class __concurrence_broadcast_error : public std::exception 91 class __concurrence_wait_error : public std::exception
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| concurrence.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 66 // exception. No stdexception classes, no use of std::string. 67 class __concurrence_lock_error : public std::exception 75 class __concurrence_unlock_error : public std::exception 83 class __concurrence_broadcast_error : public std::exception 91 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| concurrence.h | 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 62 // exception. No stdexception classes, no use of std::string. 63 class __concurrence_lock_error : public std::exception 71 class __concurrence_unlock_error : public std::exception 79 class __concurrence_broadcast_error : public std::exception 87 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| concurrence.h | 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 62 // exception. No stdexception classes, no use of std::string. 63 class __concurrence_lock_error : public std::exception 71 class __concurrence_unlock_error : public std::exception 79 class __concurrence_broadcast_error : public std::exception 87 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| concurrence.h | 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 62 // exception. No stdexception classes, no use of std::string. 63 class __concurrence_lock_error : public std::exception 71 class __concurrence_unlock_error : public std::exception 79 class __concurrence_broadcast_error : public std::exception 87 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
| concurrence.h | 18 // permissions described in the GCC Runtime Library Exception, version 22 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 62 // exception. No stdexception classes, no use of std::string. 63 class __concurrence_lock_error : public std::exception 71 class __concurrence_unlock_error : public std::exception 79 class __concurrence_broadcast_error : public std::exception 87 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
| concurrence.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 66 // exception. No stdexception classes, no use of std::string. 67 class __concurrence_lock_error : public std::exception 75 class __concurrence_unlock_error : public std::exception 83 class __concurrence_broadcast_error : public std::exception 91 class __concurrence_wait_error : public std::exception
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
| concurrence.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 34 #include <exception> 66 // exception. No stdexception classes, no use of std::string. 67 class __concurrence_lock_error : public std::exception 75 class __concurrence_unlock_error : public std::exception 83 class __concurrence_broadcast_error : public std::exception 91 class __concurrence_wait_error : public std::exception
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| InvokeMethodTest.java | 55 * which should not throw any Exception, and checks, 57 * exception object is null; 59 * which should throw some Exception, and checks, that 60 * returned exception object is not null and has expected attributes; 163 // Make InvokeMethod without Exception 173 logWriter.println(" Send ClassType.InvokeMethod without Exception"); 183 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 184 assertNotNull("Returned exception is null", exception); 185 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0) 352 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 480 TaggedObject exception = reply.getNextValueAsTaggedObject(); local [all...] |
| /frameworks/base/core/tests/utillib/src/android/test/ |
| BandwidthTestCase.java | 118 Throwable exception = null; local 124 exception = null; 127 exception = e.getTargetException(); 130 exception = e; 140 } while ((runCount < tolerance) && (isRepetitive || exception != null)); 142 if (exception != null) { 143 throw exception;
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| debug-stepin-collections-foreach.js | 9 var exception = false; 26 exception = true; 57 assertFalse(exception); 63 assertFalse(exception); 90 exception = true; 109 assertFalse(exception); 115 assertFalse(exception);
|
| /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| SQLWarningTest.java | 41 Exception[] theExceptions = { null }; 60 } catch (Exception e) { 62 fail(i + "Unexpected exception"); 64 assertEquals(i + "Exception mismatch", e.getClass(), 66 assertEquals(i + "Exception mismatch", e.getMessage(), 87 Exception[] theExceptions = { null, null, null, null, null, null, null, 107 } catch (Exception e) { 109 fail(i + "Unexpected exception"); 111 assertEquals(i + "Exception mismatch", e.getClass(), 113 assertEquals(i + "Exception mismatch", e.getMessage() 356 SQLWarning exception = new SQLWarning(e); local 367 SQLWarning exception = new SQLWarning("reason", e); local 379 SQLWarning exception = new SQLWarning("reason", "state", e); local 392 SQLWarning exception = new SQLWarning("reason", "state", 18, e); local [all...] |
| /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
| PairingSession.java | 21 import com.google.polo.exception.BadSecretException; 22 import com.google.polo.exception.NoConfigurationException; 23 import com.google.polo.exception.PoloException; 24 import com.google.polo.exception.ProtocolErrorException; 241 } catch (PoloException exception) { 242 logDebug("Exception while getting message: " + exception); 243 mMessageQueue.put(new QueueMessage(exception)); 245 } catch (IOException exception) { 246 logDebug("Exception while getting message: " + exception) [all...] |
| /external/chromium_org/v8/test/webkit/ |
| dfg-getter-throw.js | 25 "Tests that DFG getter caching does not break the world if the getter throws an exception." 36 return "Threw exception: " + e; 46 throw "Oh hi, I'm an exception!"; 48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");
|
| /external/chromium-trace/trace-viewer/src/base/ |
| unittest.css | 46 #exception-list { 51 #exception-list pre { 97 .exception {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
| MockHandler.java | 65 public void error(SAXParseException exception) throws SAXException { 66 logger.add("error", exception); 69 public void fatalError(SAXParseException exception) throws SAXException { 70 logger.add("fatalError", exception); 115 public void warning(SAXParseException exception) throws SAXException { 116 logger.add("warning", exception);
|
| /packages/services/Telephony/src/com/android/phone/ |
| CLIRListPreference.java | 137 if (ar.exception != null) { 138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception); 139 mTcpListener.onException(CLIRListPreference.this, (CommandException) ar.exception); 160 if (ar.exception != null) { 161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception); 167 MESSAGE_SET_CLIR, MESSAGE_SET_CLIR, ar.exception));
|