Searched defs:ReportWarning (Results 1 - 4 of 4) sorted by relevance

/external/dng_sdk/source/
H A Ddng_exceptions.cpp30 void ReportWarning (const char *message, function
/external/skia/tools/copyright/
H A 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/skqp/tools/copyright/
H A 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/protobuf/src/google/protobuf/
H A Dtext_format.cc310 void ReportWarning(int line, int col, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
339 void ReportWarning(const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
340 ReportWarning(tokenizer_.current().line, tokenizer_.current().column,
416 ReportWarning("Extension \"" + field_name + "\" is not defined or "
464 ReportWarning("Message type \"" + descriptor->full_name() +
540 ReportWarning("text format contains deprecated field \""
731 ReportWarning("Unknown enumeration value of \"" + value + "\" for "
1082 parser_->ReportWarning(line, column, message);

Completed in 296 milliseconds