HomeSort by relevance Sort by last modified time
    Searched refs:handleError (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/main/java/org/w3c/dom/
DOMErrorHandler.java 36 * the <code>handleError</code> method.
37 * @return If the <code>handleError</code> method returns
43 public boolean handleError(DOMError error);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
ErrorListener.java 44 public void handleError( S source, Throwable t );
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 90 public void handleError(String errorMsg, Throwable t);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 43 * Implementation of DOMErrorHandler.handleError that
47 public boolean handleError(DOMError error) {
DOM3TreeWalker.java 786 .handleError(new DOMErrorImpl(
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 145 protected void handleError( Exception e )
150 errorHandler.handleError( this, e );
179 handleError( e );
200 handleError( e );
DefaultClient.java 339 protected void handleError( Throwable t )
353 l.handleError( this, t );
420 public void handleError( Object source, Throwable t )
425 DefaultClient.this.handleError( t );
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.h 46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
TextCodecUTF8.cpp 159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError)
180 handleError(destination, stopOnError, sawError);
195 handleError(destination, stopOnError, sawError);
206 handleError(destination, stopOnError, sawError);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java 79 handleError(exception, exception.getLineNumber());
89 handleError(exception, exception.getLineNumber());
118 public void handleError(Exception exception, int lineNumber) {
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 99 listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown);
101 // listener.handleError() has requested the
125 listener.handleError("Failed to create display", ex);
136 listener.handleError("An OpenGL error has occured!", ex);
168 listener.handleError("Error while swapping buffers", ex);
LwjglOffscreenBuffer.java 78 listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown);
90 listener.handleError("Failed to create display", ex);
103 listener.handleError("An OpenGL error has occured!", ex);
119 listener.handleError("Failed to restore pbuffer content", ex);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorMonitor.java 39 * Implementation of DOMErrorHandler.handleError that
43 public boolean handleError(DOMError error) {
  /development/apps/Development/src/com/android/development/
AppHwPref.java 65 handleError("Null package name", true);
76 handleError("Failed retrieving packageInfo for pkg:"+pkgName, true);
112 void handleError(String errMsg, boolean finish) {
168 handleError("Invalid HardwareConfigurationObject", true);
187 handleError("Invalid HardwareConfigurationObject", true);
206 handleError("Invalid HardwareConfigurationObject", true);
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 365 handleError(result, accountId, progress);
371 handleError(result, accountId, progress);
377 handleError(result, accountId, progress);
383 handleError(result, accountId, progress);
389 handleError(result, accountId, progress);
395 handleError(result, accountId, progress);
398 private void handleError(final MessagingException result, final long accountId,
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null);
600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null);
647 handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
712 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
722 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },ie);
731 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },re);
799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null);
810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null);
894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe);
908 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe)
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 119 handleError(e);
170 handleError(new Exception("Failed to do recording. Error Code: " + resultCode));
181 private void handleError(Exception e) {
224 handleError(error);
  /external/webkit/Source/WebCore/wml/
WMLErrorHandling.cpp 51 parser->handleError(XMLDocumentParser::fatal, errorMessage.latin1().data(), parser->textPositionOneBased());
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 92 DOMErrorHandlerN10049.prototype.handleError = function(error) {
130 domConfig.setParameter(parameter, errorHandler.handleError);
133 domConfig.setParameter(parameter, origHandler.handleError);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanelsContext.java 55 public void handleError(String errorMsg, Throwable t) {
56 listener.handleError(errorMsg, t);
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 77 static void handleError(j_common_ptr common)
114 error.error_exit = handleError;
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 88 handleError(fatal, "Excessive node nesting.", lineNumber(), columnNumber());
145 void XMLDocumentParser::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber)
147 handleError(type, m, TextPosition1(WTF::OneBasedNumber::fromOneBasedInt(lineNumber), WTF::OneBasedNumber::fromOneBasedInt(columnNumber)));
150 void XMLDocumentParser::handleError(ErrorType type, const char* m, TextPosition1 position)
XMLDocumentParserQt.cpp 189 handleError(fatal, "Encoding error", lineNumber(), columnNumber());
229 handleError(fatal, qPrintable(m_stream.errorString()), lineNumber(), columnNumber());
386 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
449 handleError(type, qPrintable(m_stream.errorString()), lineNumber(),
508 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
712 handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), columnNumber());
728 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 120 void handleError(QMediaPlayer::Error);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 51 req.onerror = handleError;
56 function handleError() {
65 handleError();

Completed in 762 milliseconds

1 2 3 4 5 6