Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 25 of 131) sorted by relevance

123456

/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DConnectorAdapter.java145 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()
DDefaultClient.java339 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/
Ddomconfigerrorhandler1.js92 DOMErrorHandlerN10049.prototype.handleError = function(error) { method in DOMErrorHandlerN10049
130 domConfig.setParameter(parameter, errorHandler.handleError);
133 domConfig.setParameter(parameter, origHandler.handleError);
Ddocumentnormalizedocument12.js101 DOMErrorHandlerN10048.prototype.handleError = function(error) { method in DOMErrorHandlerN10048
144 domConfig.setParameter("error-handler", errHandler.handleError);
Ddocumentnormalizedocument09.js99 DOMErrorHandlerN1003C.prototype.handleError = function(error) { method in DOMErrorHandlerN1003C
142 domConfig.setParameter("error-handler", errHandler.handleError);
Dhandleerror02.js101 DOMErrorHandlerN10053.prototype.handleError = function(error) { method in DOMErrorHandlerN10053
155 domConfig.setParameter("error-handler", errorHandler.handleError);
Dhandleerror01.js99 DOMErrorHandlerN10054.prototype.handleError = function(error) { method in DOMErrorHandlerN10054
151 domConfig.setParameter("error-handler", errorHandler.handleError);
Ddomconfigerrorhandler2.js97 domConfig.setParameter(parameter, errorHandler.handleError);
Dinfoset05.js106 domConfig.setParameter("error-handler", errorMonitor.handleError);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java588 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()
647handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStr… in processENUM()
712handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
722handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
731handleError(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/
DLwjglOffscreenBuffer.java78 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()
DLwjglAbstractDisplay.java99 … 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/
DDOM3TreeWalker.java786 .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 …]
DDOMErrorHandlerImpl.java47 public boolean handleError(DOMError error) { in handleError() method in DOMErrorHandlerImpl
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp159 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()
DTextCodecUTF8.h46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserQt.cpp189 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()
508handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber(… in parseStartElement()
712handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), … in parseDtd()
728 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber()); in parseDtd()
DXMLDocumentParser.cpp88 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
147handleError(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/
Dapi_page_generator.js172 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/
DAwtPanelsContext.java55 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/
DErrorListener.java44 public void handleError( S source, Throwable t ); in handleError() method
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js51 req.onerror = handleError;
56 function handleError() { function
65 handleError();
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DSystemListener.java90 public void handleError(String errorMsg, Throwable t); in handleError() method
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java166 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/
DJPEGImageEncoder.cpp77 static void handleError(j_common_ptr common) in handleError() function
114 error.error_exit = handleError; in encodePixels()

123456