Home
last modified time | relevance | path

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

123

/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/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 …]
/external/libchrome/mojo/public/js/lib/
Dconnector.js97 this.handleError(read.result !== Mojo.RESULT_FAILED_PRECONDITION,
113 this.handleError(true, false);
132 Connector.prototype.handleError = function(forcePipeReset, method in Connector
/external/oj-libjdwp/src/share/back/
Dtransport.c458 goto handleError; in transport_startTransport()
465 goto handleError; in transport_startTransport()
475 goto handleError; in transport_startTransport()
497 goto handleError; in transport_startTransport()
504 goto handleError; in transport_startTransport()
514 handleError: in transport_startTransport()
/external/python/cpython2/Lib/logging/
Dhandlers.py82 self.handleError(record)
554 def handleError(self, record): member in SocketHandler
566 logging.Handler.handleError(self, record)
583 self.handleError(record)
885 self.handleError(record)
963 self.handleError(record)
1050 self.handleError(record)
1125 self.handleError(record)
/external/python/cpython3/Lib/logging/
Dhandlers.py72 self.handleError(record)
606 def handleError(self, record): member in SocketHandler
618 logging.Handler.handleError(self, record)
633 self.handleError(record)
943 self.handleError(record)
1023 self.handleError(record)
1108 self.handleError(record)
1200 self.handleError(record)
1396 self.handleError(record)
/external/autotest/client/
Dsetup_modules.py104 assert callable(logging.Handler.handleError)
105 logging.Handler.handleError = _autotest_logging_handle_error
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java245 handleError(e); in runBare()
288 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java290 handleError(e); in runBare()
335 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java290 handleError(e); in runBare()
335 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java290 handleError(e); in runBare()
335 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest

123