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

/external/chromium_org/third_party/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/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc259 void ReportWarning(int line, int col, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
288 void ReportWarning(const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
289 ReportWarning(tokenizer_.current().line, tokenizer_.current().column,
341 ReportWarning("Extension \"" + field_name + "\" is not defined or "
374 ReportWarning("Message type \"" + descriptor->full_name() +
430 ReportWarning("text format contains deprecated field \""
889 parser_->ReportWarning(line, column, message);
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc183 void ReportWarning(int line, int col, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
212 void ReportWarning(const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
213 ReportWarning(tokenizer_.current().line, tokenizer_.current().column,
308 ReportWarning("text format contains deprecated field \""
626 parser_->ReportWarning(line, column, message);
/external/lldb/source/Core/
H A DModule.cpp994 Module::ReportWarning (const char *format, ...) function in class:Module

Completed in 644 milliseconds