Home
last modified time | relevance | path

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

1234

/external/angle/src/tests/preprocessor_tests/
Derror_test.cpp22 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), "")); in TEST_F()
35 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), " foo")); in TEST_F()
48 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), " foo bar")); in TEST_F()
72 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), " foo bar")); in TEST_F()
86 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), " foo")); in TEST_F()
DMockDirectiveHandler.h19 MOCK_METHOD2(handleError, void(const pp::SourceLocation &loc, const std::string &msg));
/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/angle/src/libANGLE/renderer/
DContextImpl.cpp37 void ContextImpl::handleError(GLenum errorCode, in handleError() function in rx::ContextImpl
45 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_common.h289 virtual void handleError(GLenum error, in ANGLE_GL_OBJECTS_X()
294 virtual void handleError(NSError *_Nullable error, in ANGLE_GL_OBJECTS_X()
318 context->handleError(error, __FILE__, ANGLE_FUNCTION, __LINE__); \ in ANGLE_GL_OBJECTS_X()
Dmtl_render_utils.h120 void handleError(GLenum error,
124 void handleError(NSError *_Nullable error,
/external/autotest/client/
Dsetup_modules.py104 assert callable(logging.Handler.handleError)
105 logging.Handler.handleError = _autotest_logging_handle_error
/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.py73 self.handleError(record)
607 def handleError(self, record): member in SocketHandler
619 logging.Handler.handleError(self, record)
634 self.handleError(record)
944 self.handleError(record)
1024 self.handleError(record)
1109 self.handleError(record)
1201 self.handleError(record)
1399 self.handleError(record)
/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/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandlerBase.h34 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
/external/angle/src/compiler/preprocessor/
DDirectiveHandlerBase.h30 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
/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/tags/1.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.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.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/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/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/1.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/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.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

1234