/third_party/gn/src/base/json/ |
D | json_parser.cc | 84 ReportError(JSONReader::JSON_TOO_LARGE, 0); in Parse() 100 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1); in Parse() 321 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1); in ParseToken() 328 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1); in ConsumeDictionary() 334 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 0); in ConsumeDictionary() 343 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1); in ConsumeDictionary() 356 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeDictionary() 376 ReportError(JSONReader::JSON_TRAILING_COMMA, 1); in ConsumeDictionary() 380 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0); in ConsumeDictionary() 392 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1); in ConsumeList() [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_ifd.cpp | 415 ReportError ("BitsPerSample not constant"); in ParseTag() 1081 ReportError ("SampleFormat not constant"); in ParseTag() 2627 ReportError ("Missing or invalid CFAPatternRepeatDim", in IsValidCFA() 2668 ReportError ("CFAPattern contains colors not included in the CFAPlaneColor tag", in IsValidCFA() 2689 ReportError ("CFAPattern does not contain all the colors in the CFAPlaneColor tag", in IsValidCFA() 2705 ReportError ("Invalid CFALayout", in IsValidCFA() 2746 ReportError ("Missing NewSubFileType", in IsValidDNG() 2764 ReportError ("Unexpected NewSubFileType", in IsValidDNG() 2780 ReportError ("Missing or invalid ImageWidth", in IsValidDNG() 2794 ReportError ("Missing or invalid ImageLength", in IsValidDNG() [all …]
|
D | dng_camera_profile.cpp | 611 ReportError ("ColorMatrix1 is wrong size"); in IsValid() 631 ReportError ("ColorMatrix2 is wrong size"); in IsValid() 653 ReportError ("ForwardMatrix1 is wrong size"); in IsValid() 668 ReportError ("ForwardMatrix1 does not map equal camera values to XYZ D50"); in IsValid() 690 ReportError ("ForwardMatrix2 is wrong size"); in IsValid() 705 ReportError ("ForwardMatrix2 does not map equal camera values to XYZ D50"); in IsValid() 727 ReportError ("ReductionMatrix1 is wrong size"); in IsValid() 749 ReportError ("ReductionMatrix2 is wrong size"); in IsValid() 786 ReportError ("ColorMatrix1 is not invertable"); in IsValid() 824 ReportError ("ColorMatrix2 is not invertable"); in IsValid()
|
D | dng_exceptions.cpp | 53 void ReportError (const char *message, in ReportError() function 188 ReportError (message, sub_message); in Throw_dng_error()
|
D | dng_shared.cpp | 3131 ReportError ("Invalid DNGVersion"); in IsValidDNG() 3140 ReportError ("Missing DNGVersion"); in IsValidDNG() 3159 ReportError ("DNGBackwardVersion (or DNGVersion) is too high"); in IsValidDNG() 3184 ReportError ("CameraCalibration1 is wrong size"); in IsValidDNG() 3206 ReportError ("CameraCalibration1 is not invertable"); in IsValidDNG() 3228 ReportError ("CameraCalibration2 is wrong size"); in IsValidDNG() 3250 ReportError ("CameraCalibration2 is not invertable"); in IsValidDNG() 3281 ReportError ("AnalogBalance is not invertable"); in IsValidDNG()
|
D | dng_info.cpp | 81 ReportError ("Invalid TIFF magic number"); in ValidateMagic() 1938 ReportError ("Unknown byte order"); in Parse() 2276 ReportError ("Invalid camera profile file"); in Parse() 2337 ReportError ("Multiple IFDs marked as main image"); in PostParse() 2408 ReportError ("Multiple IFDs marked as transparency mask image"); in PostParse() 2456 ReportError ("Invalid TIFF magic number"); in IsValidDNG() 2471 ReportError ("Unable to find main image IFD"); in IsValidDNG()
|
D | dng_file_stream.cpp | 41 ReportError ("Unable to open file", in dng_file_stream()
|
D | dng_exceptions.h | 39 void ReportError (const char *message,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SymbolRemappingReader.cpp | 30 auto ReportError = [&](Twine Msg) { in read() local 46 return ReportError("Expected 'kind mangled_name mangled_name', " in read() 56 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding'," in read() 65 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' " in read() 70 return ReportError("Could not demangle '" + Parts[1] + "' " in read() 74 return ReportError("Could not demangle '" + Parts[2] + "' " in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RemoteObjectLayer.h | 115 std::function<void(Error)> ReportError) in RemoteObjectLayer() argument 116 : Remote(Remote), ReportError(std::move(ReportError)), in RemoteObjectLayer() 178 ReportError(make_error<StringError>( in teeLog() 225 std::function<void(Error)> ReportError; variable 232 ReportError(std::move(Err)); in releaseRemoteSymbol() 313 std::function<void(Error)> ReportError), 319 std::function<void(Error)> ReportError) in RemoteObjectClientLayer() argument 320 : RemoteObjectLayer<RPCEndpoint>(Remote, std::move(ReportError)) { in RemoteObjectClientLayer() 425 std::function<void(Error)> ReportError), 432 std::function<void(Error)> ReportError) in RemoteObjectServerLayer() argument [all …]
|
D | Legacy.h | 179 ErrorReporter ReportError) in LegacyLookupFnResolver() argument 181 ReportError(std::move(ReportError)) {} in LegacyLookupFnResolver() 188 ReportError(ResponsibilitySet.takeError()); in getResponsibilitySet() 201 ErrorReporter ReportError; variable
|
D | Core.h | 1110 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument 1111 this->ReportError = std::move(ReportError); in setErrorReporter() 1118 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError() 1225 ErrorReporter ReportError = logErrorsToStdErr; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCFragment.cpp | 85 bool ReportError, uint64_t &Val) { in getLabelOffset() argument 87 if (ReportError) in getLabelOffset() 97 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() argument 99 return getLabelOffset(Layout, S, ReportError, Val); in getSymbolOffsetImpl() 112 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 120 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 347 static void LLVM_ATTRIBUTE_NORETURN ReportError(uint64_t StartOffset, in ReportError() function 415 ReportError( in parse() 423 ReportError(StartOffset, in parse() 439 ReportError(StartOffset, in parse() 456 ReportError(StartOffset, in parse() 482 ReportError(StartOffset, "Parsing FDE data at %" PRIx64 in parse() 510 ReportError(StartOffset, in parse() 529 ReportError(StartOffset, in parse()
|
D | DWARFVerifier.cpp | 450 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local 463 ReportError("DW_AT_ranges offset is beyond .debug_ranges bounds:"); in verifyDebugInfoAttribute() 466 ReportError("DIE has invalid DW_AT_ranges encoding:"); in verifyDebugInfoAttribute() 472 ReportError("DW_AT_stmt_list offset is beyond .debug_line bounds: " + in verifyDebugInfoAttribute() 476 ReportError("DIE has invalid DW_AT_stmt_list encoding:"); in verifyDebugInfoAttribute() 490 ReportError("DIE contains invalid DWARF expression:"); in verifyDebugInfoAttribute() 493 ReportError(toString(Loc.takeError())); in verifyDebugInfoAttribute() 510 ReportError("DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute() 521 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
|
/third_party/protobuf/src/google/protobuf/ |
D | text_format.cc | 306 void ReportError(int line, int col, const std::string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl 342 void ReportError(const std::string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl 343 ReportError(tokenizer_.current().line, tokenizer_.current().column, in ReportError() 405 ReportError("Could not find type \"" + prefix + full_type_name + in ConsumeField() 416 ReportError("Non-repeated Any specified multiple times."); in ConsumeField() 435 ReportError("Extension \"" + field_name + in ConsumeField() 496 ReportError("Message type \"" + descriptor->full_name() + in ConsumeField() 526 ReportError("Non-repeated field \"" + field_name + in ConsumeField() 536 ReportError("Field \"" + field_name + in ConsumeField() 640 ReportError( in ConsumeFieldMessage() [all …]
|
/third_party/skia/src/sksl/dsl/ |
D | DSLFunction.cpp | 43 ThreadContext::ReportError("parameter has already been used in another function"); in init() 94 ThreadContext::ReportError(String::printf("function '%s' was already defined", in define()
|
D | DSLType.cpp | 269 ThreadContext::ReportError("modifier '" + desc + "' is not permitted on a struct field", in Struct() 275 ThreadContext::ReportError("opaque type '" + type.displayName() + in Struct() 283 ThreadContext::ReportError("struct '" + String(name) + "' is too deeply nested", pos); in Struct()
|
D | DSLLayout.cpp | 18 ThreadContext::ReportError("layout qualifier '" + String(name) + "' appears more than once", in flag()
|
D | DSLVar.cpp | 75 ThreadContext::ReportError(String::printf("variable '%.*s' was destroyed without being " in ~DSLVarBase() 182 ThreadContext::ReportError("type does not support method calls", pos); in methodCall()
|
D | DSLCore.cpp | 151 ThreadContext::ReportError("variable has already been declared", pos); in Declare() 167 ThreadContext::ReportError("variable has already been declared", pos); in Declare() 228 ThreadContext::ReportError("sk_RTAdjust must have type 'float4'", pos); in FindRTAdjust() 391 ThreadContext::ReportError("layout qualifiers are not allowed in this kind of program", in Declare() 428 ThreadContext::ReportError("discard statement is only permitted in fragment shaders", pos); in Discard() 455 ThreadContext::ReportError("interface blocks are not allowed in this kind of program", pos); in InterfaceBlock()
|
/third_party/skia/tools/copyright/ |
D | main.py | 86 def ReportError(text): function
|
/third_party/flutter/skia/tools/copyright/ |
D | main.py | 80 def ReportError(text): function
|
/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 1870 static std::string ReportError(CordRep* root, CordRep* node) { in ReportError() function 1885 ABSL_INTERNAL_CHECK(node != nullptr, ReportError(root, node)); in VerifyNode() 1887 ABSL_INTERNAL_CHECK(node->length != 0, ReportError(root, node)); in VerifyNode() 1892 ReportError(root, node)); in VerifyNode() 1894 ReportError(root, node)); in VerifyNode() 1897 ReportError(root, node)); in VerifyNode() 1904 ReportError(root, node)); in VerifyNode() 1907 ReportError(root, node)); in VerifyNode() 1911 ReportError(root, node)); in VerifyNode() 1914 ReportError(root, node)); in VerifyNode()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.cc | 1912 static std::string ReportError(CordRep* root, CordRep* node) { in ReportError() function 1927 ABSL_INTERNAL_CHECK(node != nullptr, ReportError(root, node)); in VerifyNode() 1929 ABSL_INTERNAL_CHECK(node->length != 0, ReportError(root, node)); in VerifyNode() 1934 ReportError(root, node)); in VerifyNode() 1936 ReportError(root, node)); in VerifyNode() 1939 ReportError(root, node)); in VerifyNode() 1946 ReportError(root, node)); in VerifyNode() 1949 ReportError(root, node)); in VerifyNode() 1953 ReportError(root, node)); in VerifyNode() 1956 ReportError(root, node)); in VerifyNode()
|