Home
last modified time | relevance | path

Searched refs:ReportWarning (Results 1 – 16 of 16) sorted by relevance

/external/skqp/tools/copyright/
Dmain.py39 ReportWarning('cannot find a parser for file %s, skipping...' %
45 ReportWarning('cannot find any comment blocks in file %s' %
49 ReportWarning('cannot find copyright block in file %s' % filepath)
52 ReportWarning(
75 def ReportWarning(text): function
/external/skia/tools/copyright/
Dmain.py39 ReportWarning('cannot find a parser for file %s, skipping...' %
45 ReportWarning('cannot find any comment blocks in file %s' %
49 ReportWarning('cannot find copyright block in file %s' % filepath)
52 ReportWarning(
75 def ReportWarning(text): function
/external/dng_sdk/source/
Ddng_shared.cpp220 ReportWarning ("ColorMatrix2 without ColorMatrix1"); in ParseTag()
933 ReportWarning (message); in ParseTag()
992 ReportWarning ("UniqueCameraModel string has trailing blanks"); in ParseTag()
1606 ReportWarning ("UniqueCameraModel string has trailing blanks"); in Parse_ifd0()
1650 ReportWarning ("LocalizedCameraModel string has trailing blanks"); in Parse_ifd0()
1794 ReportWarning ("AnalogBalance without ColorMatrix1"); in Parse_ifd0()
1847 ReportWarning ("AsShotNeutral without ColorMatrix1"); in Parse_ifd0()
2581 ReportWarning ("Unable to parse extra camera profile"); in Parse_ifd0()
2835 ReportWarning ("DNGVersion less than 1.0.0.0"); in PostParse()
2865 ReportWarning ("DNGBackwardVersion less than 1.0.0.0"); in PostParse()
[all …]
Ddng_parse_utils.cpp2408 ReportWarning (message); in CheckTagType()
2455 ReportWarning (message); in CheckTagCount()
2496 ReportWarning (message); in CheckColorImage()
2525 ReportWarning (message); in CheckColorImage()
2560 ReportWarning (message); in CheckMainIFD()
2601 ReportWarning (message); in CheckRawIFD()
2641 ReportWarning (message); in CheckCFA()
2723 ReportWarning (message); in ParseStringTag()
2813 ReportWarning (message); in ParseDualStringTag()
2880 ReportWarning (message); in ParseEncodedStringTag()
[all …]
Ddng_info.cpp459 ReportWarning (message); in ParseIFD()
490 ReportWarning (message); in ParseIFD()
513 ReportWarning (message); in ParseIFD()
540 ReportWarning (message); in ParseIFD()
576 ReportWarning (message); in ParseIFD()
639 ReportWarning (message); in ParseIFD()
1996 ReportWarning ("Chained IFD offset past end of stream"); in Parse()
2018 ReportWarning ("Chained IFD is not valid"); in Parse()
2035 ReportWarning ("Chained IFD count exceeds DNG SDK parsing limit"); in Parse()
2125 ReportWarning ("SubIFD count exceeds DNG SDK parsing limit"); in Parse()
[all …]
Ddng_ifd.cpp463 ReportWarning (message); in ParseTag()
2374 ReportWarning (message); in ParseTag()
2420 ReportWarning (message); in ParseTag()
2536 ReportWarning ("Invalid AntiAliasStrength"); in PostParse()
2556 ReportWarning ("Invalid MaskedArea"); in PostParse()
2571 ReportWarning ("MaskedArea overlaps ActiveArea"); in PostParse()
2589 ReportWarning ("MaskedAreas overlap each other"); in PostParse()
2809 ReportWarning ("Image size is larger than supported"); in IsValidDNG()
3392 ReportWarning ("Unexpected Orientation tag", in IsValidDNG()
3400 ReportWarning ("Missing Orientation tag", in IsValidDNG()
[all …]
Ddng_exceptions.cpp30 void ReportWarning (const char *message, in ReportWarning() function
Ddng_exif.cpp1191 ReportWarning ("Zero entry in LensInfo tag--should be undefined"); in Parse_ifd0()
1478 ReportWarning ("The ExposureTime is <= 0"); in Parse_ifd0_exif()
2048 ReportWarning ("The ExposureTime and ShutterSpeedValue tags have conflicting values"); in Parse_ifd0_exif()
2096 ReportWarning ("The FNumber and ApertureValue tags have conflicting values"); in Parse_ifd0_exif()
3406 ReportWarning ("Zero entry in LensSpecification tag--should be undefined"); in Parse_ifd0_exif()
4233 ReportWarning ("MaxApertureValue conflicts with ApertureValue and/or FNumber"); in PostParse()
4259 ReportWarning ("Possible MaxApertureValue conflict with LensInfo"); in PostParse()
4279 ReportWarning ("FocalLength is less than 1.0 mm (legal but unlikely)"); in PostParse()
4295 ReportWarning ("Possible FocalLength conflict with LensInfo"); in PostParse()
Ddng_exceptions.h32 void ReportWarning (const char *message,
Ddng_hue_sat_map.cpp204 ReportWarning ("Value scale for zero saturation entries must be 1.0"); in SetDeltaKnownWriteable()
Ddng_bad_pixels.cpp1120 ReportWarning (s); in FixClusteredPixel()
1710 ReportWarning ("Unable to repair bad rectangle"); in FixClusteredRect()
Ddng_read_image.cpp1506 ReportWarning ("libjpeg", buffer); in dng_output_message()
3011 ReportWarning ("Tile/Strip offset less than 8"); in Read()
Ddng_string.cpp690 ReportWarning ("Expected UTF-8 value is not valid UTF-8 (or contains a kREPLACEMENT_CHARACTER)"); in Set_UTF8()
Ddng_negative.cpp3120 ReportWarning ("Unable to parse extra profile"); in Parse()
Ddng_image_writer.cpp3602 ReportWarning ("libjpeg", buffer); in dng_output_message()
/external/protobuf/src/google/protobuf/
Dtext_format.cc310 void ReportWarning(int line, int col, const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
339 void ReportWarning(const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
340 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, in ReportWarning()
416 ReportWarning("Extension \"" + field_name + "\" is not defined or " in ConsumeField()
464 ReportWarning("Message type \"" + descriptor->full_name() + in ConsumeField()
540 ReportWarning("text format contains deprecated field \"" in ConsumeField()
731 ReportWarning("Unknown enumeration value of \"" + value + "\" for " in ConsumeFieldValue()
1082 parser_->ReportWarning(line, column, message); in AddWarning()