/libcore/dom/src/test/java/org/w3c/domts/ |
DOMErrorMonitor.java | 39 * Implementation of DOMErrorHandler.handleError that 43 public boolean handleError(DOMError error) {
|
/system/core/libziparchive/ |
zip_writer.cc | 111 int32_t ZipWriter::HandleError(int32_t error_code) { 220 return HandleError(kIoError); 224 return HandleError(kIoError); 230 return HandleError(kIoError); 251 return HandleError(kZlibError); 254 return HandleError(kZlibError); 265 return HandleError(kInvalidState); 289 return HandleError(kIoError); 310 return HandleError(kZlibError); 317 return HandleError(kIoError) [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
runner_test.py | 61 mock_error_handler.HandleError(mox.Func(ValidateError)) 79 mock_error_handler.HandleError(mox.Func(ValidateError)) 80 mock_error_handler.HandleError(mox.IsA(error.Error))
|
runner.py | 113 error_handler.HandleError( 129 error_handler.HandleError( 171 error_handler.HandleError( 179 error_handler.HandleError(
|
checkerbase.py | 50 """Call the HandleError function for the checker we are associated with.""" 52 self.__checker.HandleError(code, message, token, position, fix_data) 105 def HandleError(self, code, message, token, position=None, 118 self._error_handler.HandleError(
|
/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);
|
DOMError.java | 25 * processing to stop, unless <code>DOMErrorHandler.handleError()</code> 33 * <code>DOMErrorHandler.handleError()</code> returns <code>false</code>. 40 * <code>DOMErrorHandler.handleError()</code> is ignored unless the
|
/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...] |
/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);
|
/external/autotest/client/ |
setup_modules.py | 75 """Method to monkey patch into logging.Handler to replace handleError.""" 76 # The same as the default logging.Handler.handleError but also prints 99 # Monkey patch our own handleError into the logging module's StreamHandler. 102 # handleError method in it. But that would mean modifying tons of code. 104 assert callable(logging.Handler.handleError) 105 logging.Handler.handleError = _autotest_logging_handle_error
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
erroraccumulator.py | 32 def HandleError(self, error):
|
errorhandler.py | 43 def HandleError(self, error):
|
/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/webrtc/webrtc/libjingle/xmpp/ |
iqtask.cc | 33 // TODO: HandleError(NULL) if SendStanza fails?
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSException.java | 21 * <code>DOMErrorHandler.handleError()</code> returned <code>false</code>.
|
/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) {
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.cpp | 181 handleError(err); 283 handleError(UNKNOWN_ERROR); 306 handleError(err); 335 handleError(err); 452 handleError(err); 502 handleError(err); 545 void NuPlayer::Decoder::handleError(int32_t err) 568 handleError(UNKNOWN_ERROR); 600 handleError(UNKNOWN_ERROR); 714 handleError(err) [all...] |
NuPlayerDecoder.h | 107 void handleError(int32_t err);
|
NuPlayerDecoderBase.h | 80 virtual void handleError(int32_t err);
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailArchivePlaybackPresenter.java | 87 handleError(new FileNotFoundException("Voicemail archive file does not exist"));
|
VoicemailPlaybackPresenter.java | 586 handleError(e); 626 handleError(new IllegalStateException("MediaPlayer error listener invoked: " + extra)); 630 protected void handleError(Exception e) { 631 Log.d(TAG, "handleError: Could not play voicemail " + e); 727 handleError(e); [all...] |
/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...] |
/system/extras/tests/workloads/ |
feedly-chrome.sh | 66 handleError Feedly took too long to start: $t v $feedlySwitchToTime: $?
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
AutomaticActivity.java | 88 handleError(modifierNames, error); 260 private void handleError(final String[] modifierNames, final float error) {
|