/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DefaultErrorHandler.java | 117 public void warning(SAXParseException exception) throws SAXException in warning() 146 public void error(SAXParseException exception) throws SAXException in error() 173 public void fatalError(SAXParseException exception) throws SAXException in fatalError() 198 public void warning(TransformerException exception) throws TransformerException in warning() 228 public void error(TransformerException exception) throws TransformerException in error() 263 public void fatalError(TransformerException exception) throws TransformerException in fatalError() 278 public static void ensureLocationSet(TransformerException exception) in ensureLocationSet() 310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation() 315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation() 320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/ |
D | MarkedYAMLExceptionTest.java | 24 MarkedYAMLException exception = new MarkedYAMLException(null, null, "Error happened", mark); in testToString1() local 32 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testToString2() local 40 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", null, in testToString3() local 47 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testToString4() local 54 MarkedYAMLException exception = new MarkedYAMLException("See http://www.google.com", mark, in testGetters() local
|
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ |
D | LogServiceImpl.java | 100 public void log(int level, String message, Throwable exception) { in log() 179 public void log(ServiceReference sr, int level, String message, Throwable exception) { in log() 184 delegate.debug(createMessage(sr, message), exception); in log() local 189 delegate.error(createMessage(sr, message), exception); in log() local 194 delegate.info(createMessage(sr, message), exception); in log() local 199 delegate.warn(createMessage(sr, message), exception); in log() local
|
/external/fdlibm/ |
D | fdlibm.h | 75 struct exception { struct 76 int type; 77 char *name; 78 double arg1; 79 double arg2; 80 double retval;
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | Jdk14Logger.java | 129 public void debug(Object message, Throwable exception) { in debug() 152 public void error(Object message, Throwable exception) { in error() 175 public void fatal(Object message, Throwable exception) { in fatal() 209 public void info(Object message, Throwable exception) { in info() 280 public void trace(Object message, Throwable exception) { in trace() 303 public void warn(Object message, Throwable exception) { in warn()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 58 final Exception exception = new Exception("deliberate"); in testStart_failed() local 74 final Exception exception = new Exception("deliberate"); in testStop_failed() local 101 final Exception exception = new Exception("deliberate"); in testStart_failed() local 143 final Exception exception = new Exception("deliberate"); in testStop_failed() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarSyntaxMessage.java | 41 public RecognitionException exception; field in GrammarSyntaxMessage 46 RecognitionException exception) in GrammarSyntaxMessage() 55 RecognitionException exception) in GrammarSyntaxMessage()
|
/external/objenesis/tck/src/org/objenesis/tck/ |
D | TextReporter.java | 48 Exception exception; field in TextReporter.Result 57 Exception exception) { in Result() 126 public void exception(Exception exception) { in exception() method in TextReporter
|
D | Reporter.java | 69 void exception(Exception exception); in exception() argument
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | IExceptionHandlerTable.java | 65 int add (Exception_info exception); in add() 80 Exception_info set (int offset, Exception_info exception); in set()
|
D | ExceptionHandlerTable.java | 85 public int add (final Exception_info exception) in add() 93 public Exception_info set (final int offset, final Exception_info exception) in set()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathException.java | 188 Throwable exception = m_exception; in printStackTrace() local 221 Throwable exception = m_exception; in getMessage() local 281 Throwable exception = m_exception; in printStackTrace() local
|
/external/clang/test/CodeGenCXX/ |
D | weak-external.cpp | 37 class _LIBCPP_EXCEPTION_ABI exception class 40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 129 MinidumpException* exception = minidump.GetException(); in InProcessCrash() local 208 MinidumpException* exception = minidump.GetException(); in TEST_F() local 227 MinidumpException* exception = minidump.GetException(); in TEST_F() local 374 MinidumpException* exception = minidump.GetException(); in TEST_F() local 473 MinidumpException* exception = minidump.GetException(); in TEST_F() local 572 MinidumpException* exception = minidump.GetException(); in TEST_F() local 645 MinidumpException* exception = minidump.GetException(); in TEST_F() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 142 TaggedObject exception = reply.getNextValueAsTaggedObject(); in makeNewInstance() local 219 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod001() local 335 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod002() local
|
D | InvokeMethodDefaultTest.java | 152 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local 167 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
|
D | InvokeMethodDefault002Test.java | 152 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local 167 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod() local
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | SQLWarningTest.java | 356 SQLWarning exception = new SQLWarning(e); in testConstructor_Ljava_lang_Throwable() local 367 SQLWarning exception = new SQLWarning("reason", e); in testConstructor_LString_Throwable() local 379 SQLWarning exception = new SQLWarning("reason", "state", e); in testConstructor_LString_String_Throwable() local 392 SQLWarning exception = new SQLWarning("reason", "state", 18, e); in testConstructor_LString_String_I_Throwable() local
|
D | SQLExceptionTest.java | 545 SQLException exception = new SQLException(e); in testConstructor_Ljava_lang_Throwable() local 556 SQLException exception = new SQLException("reason", e); in testConstructor_LString_Throwable() local 568 SQLException exception = new SQLException("reason", "state", e); in testConstructor_LString_String_Throwable() local 581 SQLException exception = new SQLException("reason", "state", 18, e); in testConstructor_LString_String_I_Throwable() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 130 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethodStatic() local 145 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethodStatic() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 183 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod001() local 352 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod002() local 479 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod003() local
|
/external/doclava/src/com/google/doclava/ |
D | ThrowsTagInfo.java | 52 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, in ThrowsTagInfo() 59 public ClassInfo exception() { in exception() method in ThrowsTagInfo
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOMErrorImpl.java | 86 Exception exception) { in DOMErrorImpl() 102 Exception exception, Object relatedData, DOMLocatorImpl location) { in DOMErrorImpl()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | decorators_test.py | 78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 178 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 219 def alwaysRaisesProvidedException(exception): argument 274 def alwaysRaisesProvidedException(self, exception, timeout=None, argument
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 128 final RuntimeException exception = in testSubscriberThrowsException() local 323 public Throwable exception; field in EventBusTest.RecordingSubscriberExceptionHandler 326 public void handleException(Throwable exception, in handleException()
|