Searched defs:msg (Results 1 – 17 of 17) sorted by relevance
| /build/kati/ |
| D | log.cc | 27 void ColorErrorLog(const char* file, int line, const char* msg) { in ColorErrorLog() 43 void ColorWarnLog(const char* file, int line, const char* msg) { in ColorWarnLog()
|
| D | stats.cc | 71 double Stats::End(const char* msg) { in End() 83 ScopedStatsRecorder::ScopedStatsRecorder(Stats* st, const char* msg) in ScopedStatsRecorder()
|
| D | stats.h | 60 #define COLLECT_STATS_WITH_SLOW_REPORT(name, msg) \ argument
|
| D | rule.h | 61 void Error(const string& msg) { ERROR_LOC(loc, "%s", msg.c_str()); } in Error()
|
| D | eval.h | 102 void SetExportDeprecated(StringPiece msg) { in SetExportDeprecated() 105 void SetExportObsolete(StringPiece msg) { in SetExportObsolete()
|
| D | var.cc | 61 void Var::SetDeprecated(const StringPiece& msg) { in SetDeprecated() 66 void Var::SetObsolete(const StringPiece& msg) { in SetObsolete()
|
| D | func.cc | 830 string msg; in DeprecatedVarFunc() local 866 string msg; in ObsoleteVarFunc() local 900 string msg = ". " + args[0]->Eval(ev); in DeprecateExportFunc() local 916 string msg = ". " + args[0]->Eval(ev); in ObsoleteExportFunc() local
|
| D | stmt.h | 158 string msg; member
|
| D | eval.cc | 550 void Evaluator::Error(const string& msg) { in Error()
|
| D | parser.cc | 141 void Error(const string& msg) { in Error()
|
| /build/make/tools/ |
| D | event_log_tags.py | 33 def AddError(self, msg, linenum=None): argument 38 def AddWarning(self, msg, linenum=None): argument
|
| D | check_link_type.py | 45 def print_msg(msg, args, dep_name, dep_type): argument
|
| D | checkowners.py | 26 def echo(msg): argument
|
| /build/make/tools/releasetools/ |
| D | check_target_files_signatures | 79 def AddProblem(msg): argument 81 def Push(msg): argument 87 def Banner(msg): argument
|
| D | check_target_files_signatures.py | 79 def AddProblem(msg): argument 81 def Push(msg): argument 87 def Banner(msg): argument
|
| /build/soong/ui/status/ |
| D | kati_test.go | 28 msg string member
|
| /build/make/tools/fs_config/ |
| D | fs_config_generator.py | 352 def error_message(msg): argument 684 def error_message(msg): argument
|