Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
DOrcV2CBindingsRemovableCode.c18 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/
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/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
DOrcV2CBindingsBasicUsage.c18 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/
DOrcV2CBindingsReflectProcessSymbols.c19 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/
DOrcV2CBindingsAddObjectFile.c19 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/
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/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringResultConsumer.h30 virtual void handleError(llvm::Error Err) = 0;
43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
DRefactoringActionRules.h58 Consumer.handleError(Changes.takeError()); in invoke()
80 Consumer.handleError(Occurrences.takeError()); in invoke()
DRefactoringActionRulesInternal.h56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements()
62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h130 handleError(std::move(Err));
146 handleError(std::move(Err));
206 void handleError(Error Err) { in handleError() function
/external/llvm-project/llvm/include/llvm/ADT/
Dfallible_iterator.h128 handleError(std::move(Err));
144 handleError(std::move(Err));
204 void handleError(Error Err) { in handleError() function
/external/angle/src/libANGLE/renderer/
DContextImpl.cpp42 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/
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.py77 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/
DRemarkParser.cpp121 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/
DRemarkParser.cpp121 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/
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/skia/include/sksl/
DDSLErrorHandling.h52 virtual void handleError(const char* msg, PositionInfo* position) = 0;

12345