Home
last modified time | relevance | path

Searched refs:handleError (Results 1 - 25 of 56) sorted by relevance

123

/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp113 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 Dicuexportdata.cpp113 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 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()
H A DMockDirectiveHandler.h19 MOCK_METHOD2(handleError, void(const pp::SourceLocation &loc, const std::string &msg));
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h76 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 DcjsImportInES2015.js9 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 Dfallible_iterator.h130 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 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()
/third_party/skia/tests/
H A DSkSLDSLErrorLineNumbers.cpp39 void handleError(skstd::string_view msg, SkSL::PositionInfo pos) override {
45 SkSL::ThreadContext::Compiler().handleError(msg, pos);
/third_party/skia/src/sksl/
H A DSkSLCompiler.h161 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 DSkSLErrorReporter.cpp21 this->handleError(msg, position); in error()
/third_party/node/test/parallel/
H A Dtest-punycode.js209 const handleError = (error, name) => {
249 handleError(error, key);
/third_party/python/Lib/logging/
H A Dhandlers.py77 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 DDirectiveHandlerBase.h30 virtual void handleError(const SourceLocation &loc, const std::string &msg) = 0;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveHandlerBase.h34 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 DRemarkParser.cpp121 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 DDirectiveHandler.h35 virtual void handleError(const pp::SourceLocation& loc,
H A DDirectiveHandler.cpp49 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 DRuntimeDyldChecker.cpp49 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 DDirectiveHandler.h32 void handleError(const angle::pp::SourceLocation &loc, const std::string &msg) override;
H A DDirectiveHandler.cpp49 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 Dmtl_common.h544 virtual void handleError(GLenum error,
549 virtual void handleError(NSError *_Nullable error,
573 context->handleError(error, __FILE__, ANGLE_FUNCTION, __LINE__); \
H A DContextMtl.h262 void handleError(GLenum error,
266 void handleError(NSError *_Nullable error,
271 using ContextImpl::handleError;
/third_party/node/lib/internal/crypto/
H A Dkeygen.js108 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 DDisplayVk.h134 void handleError(VkResult result,

Completed in 18 milliseconds

123