/third_party/gn/src/base/json/ |
H A 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() 364 // ReportError from deeper level. in ConsumeDictionary() 376 ReportError(JSONReader::JSON_TRAILING_COMMA, 1); in ConsumeDictionary() 380 ReportError(JSONReade in ConsumeDictionary() 728 void JSONParser::ReportError(JSONReader::JsonParseError code, ReportError() function in base::internal::JSONParser [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A 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 ("Missin in IsValidDNG() [all...] |
H A 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 ("ColorMatrix in IsValid() [all...] |
H A D | dng_exceptions.cpp | 53 void ReportError (const char *message, in ReportError() function 188 ReportError (message, sub_message); in Throw_dng_error()
|
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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/node/deps/v8/src/torque/ |
H A D | type-visitor.cc | 84 ReportError("type \"", decl->name->value, in ComputeType() 90 ReportError("cannot declare a transient type that is also constexpr"); in ComputeType() 132 ReportError("Bitfield struct specialization is not supported"); in ComputeType() 136 ReportError( in ComputeType() 142 ReportError("Cannot determine size of bitfield struct ", decl->name->value, in ComputeType() 156 ReportError("Type not allowed as bitfield: ", in ComputeType() 169 ReportError("Size unknown for type ", field_type->ToString()); in ComputeType() 176 ReportError("Invalid number of bits for ", in ComputeType() 185 ReportError("Too many total bits in ", decl->name->value); in ComputeType() 204 ReportError("struc in ComputeType() [all...] |
H A D | cc-generator.cc | 87 ReportError("Not supported in C++ output: PushUninitialized"); in EmitInstruction() 93 ReportError("Not supported in C++ output: PushBuiltinPointer"); in EmitInstruction() 99 ReportError("Not supported in C++ output: NamespaceConstantInstruction"); in EmitInstruction() 158 ReportError("%RawDownCast must take a single parameter"); in EmitInstruction() 166 ReportError("%RawDownCast error: ", *return_type, " is not a subtype of ", in EmitInstruction() 174 ReportError("C++ generator doesn't yet support %GetClassMapConstant"); in EmitInstruction() 177 ReportError( in EmitInstruction() 182 ReportError("%FromConstexpr must return a non-constexpr type"); in EmitInstruction() 195 ReportError("no built in intrinsic with name " + in EmitInstruction() 260 ReportError("No in EmitInstruction() [all...] |
H A D | declaration-visitor.cc | 132 ReportError( in Visit() 138 ReportError( in Visit() 146 ReportError( in Visit() 153 ReportError( in Visit() 237 ReportError(stream.str()); in Visit() 247 ReportError(stream.str()); in Visit() 260 ReportError(stream.str()); in Visit() 282 ReportError(stream.str()); in Visit() 306 ReportError(stream.str()); in DeclareSpecializedTypes() 332 ReportError("missin in SpecializeImplicit() [all...] |
H A D | instructions.cc | 27 ReportError("expected type ", *expected, " but found ", *actual); in ExpectType() 32 ReportError("type ", *subtype, " is not a subtype of ", *supertype); in ExpectSubtype() 43 ReportError("use of " + top_type->reason()); in TypeInstruction() 161 ReportError("parameter ", i, ": expected type ", *parameter_type, in TypeInstruction() 216 ReportError("parameter ", i, ": expected type ", *parameter_type, in TypeInstruction() 288 ReportError("parameter ", i, ": expected type ", *parameter_type, in TypeInstruction() 294 ReportError("wrong number of labels"); in TypeInstruction() 317 ReportError("missing return continuation."); in TypeInstruction() 322 ReportError("unreachable return continuation."); in TypeInstruction() 424 ReportError("wron in TypeInstruction() [all...] |
H A D | declarations.cc | 20 ReportError("there is no ", kind, " named ", name); in EnsureNonempty() 28 ReportError("there is no ", kind, " named ", name); in EnsureUnique() 31 ReportError("ambiguous reference to ", kind, " ", name); in EnsureUnique() 42 ReportError("cannot redeclare ", name, " (type ", *new_type, scope, ")"); in CheckAlreadyDeclared() 55 ReportError(s.str()); in LookupGlobalScope() 208 ReportError("cannot redeclare macro ", name, in DeclareMacro() 224 ReportError("cannot redeclare operator ", name, in DeclareMacro()
|
H A D | implementation-visitor.cc | 263 ReportError("Recursive macro call to ", *macro); in MacroInliningScope() 366 ReportError(s.str()); in InlineMacro() 374 ReportError(s.str()); in InlineMacro() 379 ReportError(s.str()); in InlineMacro() 718 ReportError("control reaches end of builtin, expected return of a value"); in Visit() 736 ReportError("local constant \"", stmt->name, "\" is not initialized."); in Visit() 761 ReportError("constexpr variables need an initializer"); in Visit() 833 ReportError( in Visit() 874 ReportError( in Visit() 970 ReportError("unreachabl in Visit() [all...] |
H A D | csa-generator.cc | 208 ReportError("%RawDownCast must take a single parameter"); in EmitInstruction() 216 ReportError("%RawDownCast error: ", *return_type, " is not a subtype of ", in EmitInstruction() 231 ReportError("%GetClassMapConstant must not take parameters"); in EmitInstruction() 234 ReportError( in EmitInstruction() 241 ReportError("%GetClassMapConstant must take a class type parameter"); in EmitInstruction() 256 ReportError( in EmitInstruction() 261 ReportError("%FromConstexpr must return a non-constexpr type"); in EmitInstruction() 270 ReportError( in EmitInstruction() 290 ReportError(s.str()); in EmitInstruction() 296 ReportError("n in EmitInstruction() [all...] |
H A D | earley-parser.cc | 106 ReportError(s.str()); in CheckAmbiguity() 113 ReportError(s.str()); in CheckAmbiguity() 136 ReportError("Lexer Error: unknown token " + in RunLexer() 282 ReportError("Parser Error: " + reason); in RunEarleyAlgorithm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RemoteObjectLayer.h | 115 std::function<void(Error)> ReportError) in RemoteObjectLayer() 116 : Remote(Remote), ReportError(std::move(ReportError)), in RemoteObjectLayer() 171 /// sends that StringError to ReportError. 178 ReportError(make_error<StringError>( in teeLog() 225 std::function<void(Error)> ReportError; member 232 ReportError(std::move(Err)); in releaseRemoteSymbol() 309 /// The ReportError functor can be used locally log errors that are intended 313 std::function<void(Error)> ReportError), 319 std::function<void(Error)> ReportError) in RemoteObjectClientLayer() 114 RemoteObjectLayer(RPCEndpoint &Remote, std::function<void(Error)> ReportError) RemoteObjectLayer() argument 318 RemoteObjectClientLayer(ORCv1DeprecationAcknowledgement, RPCEndpoint &Remote, std::function<void(Error)> ReportError) RemoteObjectClientLayer() argument 430 RemoteObjectServerLayer(ORCv1DeprecationAcknowledgement, BaseLayerT &BaseLayer, RPCEndpoint &Remote, std::function<void(Error)> ReportError) RemoteObjectServerLayer() argument 537 RemoteObjectClientLayer( RPCEndpoint &Remote, std::function<void(Error)> ReportError) RemoteObjectClientLayer() argument 547 RemoteObjectServerLayer( BaseLayerT &BaseLayer, RPCEndpoint &Remote, std::function<void(Error)> ReportError) RemoteObjectServerLayer() argument [all...] |
H A D | Legacy.h | 179 ErrorReporter ReportError) in LegacyLookupFnResolver() 181 ReportError(std::move(ReportError)) {} in LegacyLookupFnResolver() 188 ReportError(ResponsibilitySet.takeError()); 201 ErrorReporter ReportError; member in llvm::orc::final 178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, ErrorReporter ReportError) LegacyLookupFnResolver() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 239 RegExpTree* ReportError(RegExpError error); 430 ReportError(RegExpError::kStackOverflow); in Advance() 493 RegExpTree* RegExpParserImpl<CharT>::ReportError(RegExpError error) { in ReportError() function in v8::internal::__anon14998::RegExpParserImpl 547 return ReportError(RegExpError::kUnterminatedGroup); in ParseDisjunction() 554 return ReportError(RegExpError::kUnmatchedParen); in ParseDisjunction() 605 return ReportError(RegExpError::kNothingToRepeat); in ParseDisjunction() 658 return ReportError(RegExpError::kEscapeAtEndOfPattern); in ParseDisjunction() 703 return ReportError(RegExpError::kInvalidEscape); in ParseDisjunction() 717 return ReportError(RegExpError::kInvalidDecimalEscape); in ParseDisjunction() 799 if (parsed) return ReportError(RegExpErro in ParseDisjunction() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 346 // a ReportError lambda: [StartOffset](const char *ErrorMsg). 347 static void LLVM_ATTRIBUTE_NORETURN ReportError(uint64_t StartOffset, 415 ReportError( 423 ReportError(StartOffset, 439 ReportError(StartOffset, 456 ReportError(StartOffset, 482 ReportError(StartOffset, "Parsing FDE data at %" PRIx64 510 ReportError(StartOffset, 529 ReportError(StartOffset,
|
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCFragment.cpp | 85 bool ReportError, uint64_t &Val) { in getLabelOffset() 87 if (ReportError) in getLabelOffset() 97 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() 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() 84 getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) getLabelOffset() argument 96 getSymbolOffsetImpl(const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) getSymbolOffsetImpl() argument
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 39 def ReportError(s): function 83 ReportError("A --command must be specified.") 85 ReportError("Couldn't find test path '%s'" % options.tests) 441 ReportError("No test repository found") 443 ReportError("No test library found") 469 ReportError("Can't find: " + static) 552 ReportError("No tests to run")
|
/third_party/skia/src/sksl/dsl/ |
H A 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()
|
H A 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()
|
H A D | DSLLayout.cpp | 18 ThreadContext::ReportError("layout qualifier '" + String(name) + "' appears more than once", in flag()
|