/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
D | OrcV2CBindingsRemovableCode.c | 18 int handleError(LLVMErrorRef Err) { in handleError() function 87 MainResult = handleError(Err); in main() 105 MainResult = handleError(Err); in main() 116 MainResult = handleError(Err); in main() 132 MainResult = handleError(Err); in main() 145 handleError(Err); in main() 165 int NewFailureResult = handleError(Err); in main()
|
/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/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
D | OrcV2CBindingsBasicUsage.c | 18 int handleError(LLVMErrorRef Err) { in handleError() function 87 MainResult = handleError(Err); in main() 103 MainResult = handleError(Err); in main() 113 MainResult = handleError(Err); in main() 133 int NewFailureResult = handleError(Err); in main()
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
D | OrcV2CBindingsReflectProcessSymbols.c | 19 int handleError(LLVMErrorRef Err) { in handleError() function 132 MainResult = handleError(Err); in main() 151 MainResult = handleError(Err); in main() 170 MainResult = handleError(Err); in main() 180 MainResult = handleError(Err); in main() 209 int NewFailureResult = handleError(Err); in main()
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
D | OrcV2CBindingsAddObjectFile.c | 19 int handleError(LLVMErrorRef Err) { in handleError() function 73 MainResult = handleError(Err); in main() 117 MainResult = handleError(Err); in main() 127 MainResult = handleError(Err); in main() 147 int NewFailureResult = handleError(Err); in main()
|
/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/llvm-project/clang/include/clang/Tooling/Refactoring/ |
D | RefactoringResultConsumer.h | 30 virtual void handleError(llvm::Error Err) = 0; 43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
|
D | RefactoringActionRules.h | 58 Consumer.handleError(Changes.takeError()); in invoke() 80 Consumer.handleError(Occurrences.takeError()); in invoke()
|
D | RefactoringActionRulesInternal.h | 56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements() 62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 130 handleError(std::move(Err)); 146 handleError(std::move(Err)); 206 void handleError(Error Err) { in handleError() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 128 handleError(std::move(Err)); 144 handleError(std::move(Err)); 204 void handleError(Error Err) { in handleError() function
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.cpp | 42 void ContextImpl::handleError(GLenum errorCode, in handleError() function in rx::ContextImpl 50 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
|
/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 | 77 self.handleError(record) 619 def handleError(self, record): member in SocketHandler 631 logging.Handler.handleError(self, record) 646 self.handleError(record) 963 self.handleError(record) 1043 self.handleError(record) 1128 self.handleError(record) 1231 self.handleError(record) 1433 self.handleError(record)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkParser.cpp | 121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function 156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | RemarkParser.cpp | 121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function 156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
|
/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/skia/include/sksl/ |
D | DSLErrorHandling.h | 52 virtual void handleError(const char* msg, PositionInfo* position) = 0;
|