/third_party/skia/third_party/externals/angle2/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()
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/typescript/scripts/ |
D | generateLocalizedDiagnosticMessages.ts | 22 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/ |
D | cjsImportInES2015.symbols | 5 function handleError(err: SpecialError) {} 6 >handleError : Symbol(handleError, Decl(index.ts, 0, 46))
|
D | cjsImportInES2015.js | 9 function handleError(err: SpecialError) {} function 13 function handleError(err) { }
|
D | cjsImportInES2015.types | 5 function handleError(err: SpecialError) {} 6 >handleError : (err: SpecialError) => void
|
/third_party/skia/include/sksl/ |
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 { in handleError() function
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | utils.js | 93 function handleError(err) { function 105 .on('error', (err) => handleError(err)) 115 handleError(`HTTP ${response.statusCode}: ${url}`);
|
/third_party/node/lib/internal/crypto/ |
D | pbkdf2.js | 40 handleError(_pbkdf2(keybuf, password, salt, iterations, digest, wrap), 48 handleError(_pbkdf2(keybuf, password, salt, iterations, digest), digest); 66 function handleError(rc, digest) { function
|
D | scrypt.js | 47 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
|
D | keygen.js | 68 handleError(impl(wrap)); 78 return handleError(impl()); 81 function handleError(ret) { function
|
D | random.js | 72 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/ |
D | icuexportdata.cpp | 30 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/ |
D | fallible_iterator.h | 130 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/ |
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/src/sksl/ |
D | SkSLCompiler.h | 161 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()
|
D | SkSLErrorReporter.cpp | 21 this->handleError(msg, position); in error()
|
/third_party/skia/tests/ |
D | SkSLDSLErrorLineNumbers.cpp | 39 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/ |
D | handlers.py | 77 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/ |
D | ContextImpl.cpp | 127 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/ |
D | test-punycode.js | 201 const handleError = (error, name) => { function 241 handleError(error, key);
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/ |
D | index.js | 53 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/ |
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/typescript/tests/cases/conformance/externalModules/typeOnly/ |
D | cjsImportInES2015.ts | 10 function handleError(err: SpecialError) {} function
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | image_stream_test.dart | 613 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…
|