Home
last modified time | relevance | path

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

/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/protobuf/src/google/protobuf/
Dtext_format.cc288 void ReportWarning(int line, int col, const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
317 void ReportWarning(const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
318 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, in ReportWarning()
371 ReportWarning("Extension \"" + field_name + "\" is not defined or " in ConsumeField()
419 ReportWarning("Message type \"" + descriptor->full_name() + in ConsumeField()
495 ReportWarning("text format contains deprecated field \"" in ConsumeField()
703 ReportWarning("Unknown enumeration value of \"" + value + "\" for " in ConsumeFieldValue()
991 parser_->ReportWarning(line, column, message); in AddWarning()
/external/lldb/source/Target/
DSectionLoadList.cpp113 …module_sp->ReportWarning ("address 0x%16.16" PRIx64 " maps to more than one section: %s.%s and %s.… in SetSectionLoadAddress()
/external/lldb/include/lldb/Core/
DModule.h851 ReportWarning (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp277 …m_dwarf2Data->GetObjectFile()->GetModule()->ReportWarning ("DWARF compile unit extends beyond its … in ExtractDIEsIfNeeded()
DSymbolFileDWARF.cpp686 …m_obj_file->GetModule()->ReportWarning ("empty dSYM file detected, dSYM was created with an execut… in CalculateAbilities()
2820 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8x: compile unit %u failed to create a valid ll… in ResolveSymbolContext()
6645 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8" PRIx64 ": DW_AT_specification(0x%8.8x) has n… in ParseType()
6668 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8" PRIx64 ": DW_AT_abstract_origin(0x%8.8x) has… in ParseType()
/external/lldb/source/Core/
DModule.cpp994 Module::ReportWarning (const char *format, ...) in ReportWarning() function in Module
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1598 …module_sp->ReportWarning ("shared cache in process does not match lldb's own shared cache, startup… in ParseSymtab()
1931 …module_sp->ReportWarning ("process shared cache does not match on-disk dyld_shared_cache file, som… in ParseSymtab()