/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
D | ConnectorAdapter.java | 145 protected void handleError( Exception e ) in handleError() method in ConnectorAdapter 150 errorHandler.handleError( this, e ); in handleError() 179 handleError( e ); in run() 200 handleError( e ); in write()
|
D | DefaultClient.java | 339 protected void handleError( Throwable t ) in handleError() method in DefaultClient 353 l.handleError( this, t ); in handleError() 420 public void handleError( Object source, Throwable t ) in handleError() method in DefaultClient.Redispatch 425 DefaultClient.this.handleError( t ); in handleError()
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | domconfigerrorhandler1.js | 92 DOMErrorHandlerN10049.prototype.handleError = function(error) { method in DOMErrorHandlerN10049 130 domConfig.setParameter(parameter, errorHandler.handleError); 133 domConfig.setParameter(parameter, origHandler.handleError);
|
D | documentnormalizedocument12.js | 101 DOMErrorHandlerN10048.prototype.handleError = function(error) { method in DOMErrorHandlerN10048 144 domConfig.setParameter("error-handler", errHandler.handleError);
|
D | documentnormalizedocument09.js | 99 DOMErrorHandlerN1003C.prototype.handleError = function(error) { method in DOMErrorHandlerN1003C 142 domConfig.setParameter("error-handler", errHandler.handleError);
|
D | handleerror02.js | 101 DOMErrorHandlerN10053.prototype.handleError = function(error) { method in DOMErrorHandlerN10053 155 domConfig.setParameter("error-handler", errorHandler.handleError);
|
D | handleerror01.js | 99 DOMErrorHandlerN10054.prototype.handleError = function(error) { method in DOMErrorHandlerN10054 151 domConfig.setParameter("error-handler", errorHandler.handleError);
|
D | domconfigerrorhandler2.js | 97 domConfig.setParameter(parameter, errorHandler.handleError);
|
D | infoset05.js | 106 domConfig.setParameter("error-handler", errorMonitor.handleError);
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR() 600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR() 647 …handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStr… in processENUM() 712 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME() 722 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME() 731 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME() 799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN() 810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN() 894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe); in processNUMBER() 908 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe); in processNUMBER() [all …]
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglOffscreenBuffer.java | 78 listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown); in initInThread() 90 listener.handleError("Failed to create display", ex); in initInThread() 103 listener.handleError("An OpenGL error has occured!", ex); in checkGLError() 119 listener.handleError("Failed to restore pbuffer content", ex); in runLoop()
|
D | LwjglAbstractDisplay.java | 99 … listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown); in initInThread() 125 listener.handleError("Failed to create display", ex); in initInThread() 136 listener.handleError("An OpenGL error has occured!", ex); in checkGLError() 168 listener.handleError("Error while swapping buffers", ex); in runLoop()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 786 .handleError(new DOMErrorImpl( in serializeAttList() 943 fErrorHandler.handleError( 964 fErrorHandler.handleError( 1311 fErrorHandler.handleError( in isCommentWellFormed() 1327 fErrorHandler.handleError( in isCommentWellFormed() 1360 fErrorHandler.handleError( in isCommentWellFormed() 1376 fErrorHandler.handleError( in isCommentWellFormed() 1416 fErrorHandler.handleError( in isElementWellFormed() 1454 fErrorHandler.handleError( in isAttributeWellFormed() 1477 fErrorHandler.handleError( in isAttributeWellFormed() [all …]
|
D | DOMErrorHandlerImpl.java | 47 public boolean handleError(DOMError error) { in handleError() method in DOMErrorHandlerImpl
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF8.cpp | 159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() function in WebCore::TextCodecUTF8 180 handleError(destination, stopOnError, sawError); in handlePartialSequence() 195 handleError(destination, stopOnError, sawError); in handlePartialSequence() 206 handleError(destination, stopOnError, sawError); in handlePartialSequence()
|
D | TextCodecUTF8.h | 46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParserQt.cpp | 189 handleError(fatal, "Encoding error", lineNumber(), columnNumber()); in doWrite() 229 handleError(fatal, qPrintable(m_stream.errorString()), lineNumber(), columnNumber()); in doEnd() 386 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber()); in parse() 449 handleError(type, qPrintable(m_stream.errorString()), lineNumber(), in parse() 508 …handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber(… in parseStartElement() 712 …handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), … in parseDtd() 728 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber()); in parseDtd()
|
D | XMLDocumentParser.cpp | 88 handleError(fatal, "Excessive node nesting.", lineNumber(), columnNumber()); in pushCurrentNode() 145 void XMLDocumentParser::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) in handleError() function in WebCore::XMLDocumentParser 147 …handleError(type, m, TextPosition1(WTF::OneBasedNumber::fromOneBasedInt(lineNumber), WTF::OneBased… in handleError() 150 void XMLDocumentParser::handleError(ErrorType type, const char* m, TextPosition1 position) in handleError() function in WebCore::XMLDocumentParser
|
/external/chromium/chrome/common/extensions/docs/js/ |
D | api_page_generator.js | 172 function handleError(error) { function 189 handleError("Failure to fetch content"); 194 xhr.onerror = handleError; 201 handleError();
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
D | AwtPanelsContext.java | 55 public void handleError(String errorMsg, Throwable t) { in handleError() method in AwtPanelsContext.AwtPanelsListener 56 listener.handleError(errorMsg, t); in handleError()
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
D | ErrorListener.java | 44 public void handleError( S source, Throwable t ); in handleError() method
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
D | options.js | 51 req.onerror = handleError; 56 function handleError() { function 65 handleError();
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | SystemListener.java | 90 public void handleError(String errorMsg, Throwable t); in handleError() method
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | OGLESContext.java | 166 listener.handleError("Unable to find suitable EGL config", null); in createView() 172 listener.handleError("OpenGL ES 2.0 is not supported on this device", null); in createView() 225 … ((AndroidHarness) ctx).handleError("Exception thrown in " + thread.toString(), thrown); in initInThread() 232 listener.handleError("Exception thrown in " + thread.toString(), thrown); in initInThread()
|
/external/webkit/Source/WebCore/platform/image-encoders/skia/ |
D | JPEGImageEncoder.cpp | 77 static void handleError(j_common_ptr common) in handleError() function 114 error.error_exit = handleError; in encodePixels()
|