/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 113 void handleError(ErrorCode& status, const char* context) { in handleError() function 162 handleError(status, fullPropName); in dumpBinaryProperty() 215 handleError(status, fullPropName); in dumpEnumeratedProperty() 251 handleError(status, fullPropName); in dumpEnumeratedProperty() 268 handleError(status, fullPropName); in dumpBidiMirroringGlyph() 293 handleError(status, fullPropName); in dumpBidiMirroringGlyph() 375 handleError(status, scxFullPropName); in dumpScriptExtensions() 377 handleError(status, scxFullPropName); in dumpScriptExtensions() 392 handleError(status, scxFullPropName); in dumpScriptExtensions() 447 handleError(statu in dumpScriptExtensions() [all...] |
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 113 void handleError(ErrorCode& status, const char* context) { in handleError() function 139 handleError(status, fullPropName); in dumpBinaryProperty() 152 handleError(status, fullPropName); in dumpEnumeratedProperty() 176 handleError(status, fullPropName); in dumpEnumeratedProperty() 198 handleError(status, scxFullPropName); in dumpScriptExtensions() 200 handleError(status, scxFullPropName); in dumpScriptExtensions() 215 handleError(status, scxFullPropName); in dumpScriptExtensions() 270 handleError(status, scxFullPropName); in dumpScriptExtensions() 280 handleError(status, scxFullPropName); in dumpScriptExtensions() 294 handleError(statu in prepareOutputFile() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A 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()
|
H A D | MockDirectiveHandler.h | 19 MOCK_METHOD2(handleError, void(const pp::SourceLocation &loc, const std::string &msg));
|
/third_party/skia/include/sksl/ |
H A D | SkSLErrorReporter.h | 76 this->handleError(msg, pos); in reportPendingErrors() 93 virtual void handleError(skstd::string_view msg, PositionInfo position) = 0; 108 void handleError(skstd::string_view msg, PositionInfo pos) override {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | cjsImportInES2015.js | 9 function handleError(err: SpecialError) {} function 13 function handleError(err) { }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 130 handleError(std::move(Err)); in operator ++() 146 handleError(std::move(Err)); in operator --() 206 void handleError(Error Err) { in handleError() function in llvm::fallible_iterator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A 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()
|
/third_party/skia/tests/ |
H A D | SkSLDSLErrorLineNumbers.cpp | 39 void handleError(skstd::string_view msg, SkSL::PositionInfo pos) override { 45 SkSL::ThreadContext::Compiler().handleError(msg, pos);
|
/third_party/skia/src/sksl/ |
H A D | SkSLCompiler.h | 161 void handleError(skstd::string_view msg, PositionInfo pos); 208 void handleError(skstd::string_view msg, PositionInfo pos) override { 209 fCompiler.handleError(msg, pos);
|
H A D | SkSLErrorReporter.cpp | 21 this->handleError(msg, position); in error()
|
/third_party/node/test/parallel/ |
H A D | test-punycode.js | 209 const handleError = (error, name) => { 249 handleError(error, key);
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 77 self.handleError(record) 653 def handleError(self, record): member in SocketHandler 665 logging.Handler.handleError(self, record) 680 self.handleError(record) 1017 self.handleError(record) 1097 self.handleError(record) 1191 self.handleError(record) 1294 self.handleError(record) 1500 self.handleError(record)
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DirectiveHandlerBase.h | 30 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveHandlerBase.h | 34 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | DirectiveHandler.h | 35 virtual void handleError(const pp::SourceLocation& loc,
|
H A D | DirectiveHandler.cpp | 49 void TDirectiveHandler::handleError(const pp::SourceLocation& loc, in handleError() function in TDirectiveHandler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 49 return handleError(Expr, LHSResult); in evaluate() 51 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate() 59 return handleError(Expr, RHSResult); in evaluate() 61 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate() 146 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | DirectiveHandler.h | 32 void handleError(const angle::pp::SourceLocation &loc, const std::string &msg) override;
|
H A D | DirectiveHandler.cpp | 49 void TDirectiveHandler::handleError(const angle::pp::SourceLocation &loc, const std::string &msg) in handleError() function in sh::TDirectiveHandler
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_common.h | 544 virtual void handleError(GLenum error, 549 virtual void handleError(NSError *_Nullable error, 573 context->handleError(error, __FILE__, ANGLE_FUNCTION, __LINE__); \
|
H A D | ContextMtl.h | 262 void handleError(GLenum error, 266 void handleError(NSError *_Nullable error, 271 using ContextImpl::handleError;
|
/third_party/node/lib/internal/crypto/ |
H A D | keygen.js | 108 return handleError(createJob(kCryptoJobSync, type, options).run()); 111 function handleError(ret) { function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | DisplayVk.h | 134 void handleError(VkResult result,
|