/external/angle/src/tests/preprocessor_tests/ |
D | error_test.cpp | 22 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()
|
D | MockDirectiveHandler.h | 19 MOCK_METHOD2(handleError, void(const pp::SourceLocation &loc, const std::string &msg));
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 588 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() 647 …handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStr… in processENUM() 712 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME() 722 …handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME() 731 …handleError(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/ |
D | DOM3TreeWalker.java | 786 .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/ |
D | connector.js | 97 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/ |
D | transport.c | 458 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/ |
D | ContextImpl.cpp | 37 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/ |
D | mtl_common.h | 289 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()
|
D | mtl_render_utils.h | 120 void handleError(GLenum error, 124 void handleError(NSError *_Nullable error,
|
/external/autotest/client/ |
D | setup_modules.py | 104 assert callable(logging.Handler.handleError) 105 logging.Handler.handleError = _autotest_logging_handle_error
|
/external/python/cpython2/Lib/logging/ |
D | handlers.py | 82 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/ |
D | handlers.py | 73 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/ |
D | AbstractTest.java | 245 handleError(e); in runBare() 288 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveHandlerBase.h | 34 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
|
/external/angle/src/compiler/preprocessor/ |
D | DirectiveHandlerBase.h | 30 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/ |
D | AbstractTestCase.java | 289 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/ |
D | AbstractTest.java | 276 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/ |
D | AbstractTestCase.java | 290 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/ |
D | AbstractTestCase.java | 290 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/ |
D | AbstractTest.java | 289 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/ |
D | AbstractTest.java | 276 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/ |
D | AbstractTestCase.java | 290 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/ |
D | AbstractTest.java | 276 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/ |
D | AbstractTest.java | 276 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/ |
D | AbstractTest.java | 276 handleError(e); in runBare() 319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
|