Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/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()
/third_party/typescript/scripts/
DgenerateLocalizedDiagnosticMessages.ts22 handleError(err);
32 handleError(err);
34 handleError(err);
78 function handleError(err: null | object) {
121 fs.writeFile(fileName, contents, handleError);
135 handleError(err);
/third_party/typescript/tests/baselines/reference/
DcjsImportInES2015.symbols5 function handleError(err: SpecialError) {}
6 >handleError : Symbol(handleError, Decl(index.ts, 0, 46))
DcjsImportInES2015.js9 function handleError(err: SpecialError) {} function
13 function handleError(err) { }
DcjsImportInES2015.types5 function handleError(err: SpecialError) {}
6 >handleError : (err: SpecialError) => void
/third_party/skia/include/sksl/
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 { in handleError() function
/third_party/ejdb/src/bindings/ejdb2_node/
Dutils.js93 function handleError(err) { function
105 .on('error', (err) => handleError(err))
115 handleError(`HTTP ${response.statusCode}: ${url}`);
/third_party/node/lib/internal/crypto/
Dpbkdf2.js40 handleError(_pbkdf2(keybuf, password, salt, iterations, digest, wrap),
48 handleError(_pbkdf2(keybuf, password, salt, iterations, digest), digest);
66 function handleError(rc, digest) { function
Dscrypt.js47 handleError(_scrypt(keybuf, password, salt, N, r, p, maxmem, wrap));
55 handleError(_scrypt(keybuf, password, salt, N, r, p, maxmem));
61 function handleError(ex) { function
Dkeygen.js68 handleError(impl(wrap));
78 return handleError(impl());
81 function handleError(ret) { function
Drandom.js72 if (!callback) return handleError(_randomBytes(buf, 0, size), buf);
98 return handleError(_randomBytes(buf, offset, size), buf);
213 function handleError(ex, buf) { function
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp30 void handleError(ErrorCode& status, const char* context) { in handleError() function
56 handleError(status, fullPropName); in dumpBinaryProperty()
69 handleError(status, fullPropName); in dumpEnumeratedProperty()
93 handleError(status, fullPropName); in dumpEnumeratedProperty()
107 handleError(status, basename); in prepareOutputFile()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/src/sksl/
DSkSLCompiler.h161 void handleError(skstd::string_view msg, PositionInfo pos);
208 void handleError(skstd::string_view msg, PositionInfo pos) override { in handleError() function
209 fCompiler.handleError(msg, pos); in handleError()
DSkSLErrorReporter.cpp21 this->handleError(msg, position); in error()
/third_party/skia/tests/
DSkSLDSLErrorLineNumbers.cpp39 void handleError(skstd::string_view msg, SkSL::PositionInfo pos) override { in handleError() function in ExpectErrorLineNumber
45 SkSL::ThreadContext::Compiler().handleError(msg, pos); in handleError()
/third_party/python/Lib/logging/
Dhandlers.py77 self.handleError(record)
649 def handleError(self, record): member in SocketHandler
661 logging.Handler.handleError(self, record)
676 self.handleError(record)
993 self.handleError(record)
1073 self.handleError(record)
1158 self.handleError(record)
1261 self.handleError(record)
1463 self.handleError(record)
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp127 void ContextImpl::handleError(GLenum errorCode, in handleError() function in rx::ContextImpl
135 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
/third_party/node/test/parallel/
Dtest-punycode.js201 const handleError = (error, name) => { function
241 handleError(error, key);
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/
Dindex.js53 this.__atomicStream.once('error', handleError(this))
162 function handleError (writeStream) { function
/third_party/skia/third_party/externals/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()
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/
DcjsImportInES2015.ts10 function handleError(err: SpecialError) {} function
/third_party/flutter/flutter/packages/flutter/test/painting/
Dimage_stream_test.dart613 void handleError(dynamic error, StackTrace stackTrace) { }
635 …e, onChunk1: handleChunk, onError1: handleError, onImage2: handleImage, onChunk2: handleChunk, onE…
637 …compare(onImage1: handleImage, onChunk1: handleChunk, onError1: handleError, onImage2: handleImage…
638 …compare(onImage1: handleImage, onChunk1: handleChunk, onError1: handleError, onImage2: handleImage…
639 …: handleImage, onChunk1: handleChunk, onError1: handleError, onImage2: handleImage, onError2: hand…

12345