Searched refs:ERROR (Results 1 – 19 of 19) sorted by relevance
/build/kati/ |
D | rule.cc | 60 ERROR("%s:%d: *** missing separator.", LOCF(loc)); in ParseRule() 73 ERROR("%s:%d: *** mixed implicit and normal rules: deprecated syntax", in ParseRule() 122 ERROR("%s:%d: *** mixed implicit and normal rules: deprecated syntax", in ParseRule() 142 ERROR("%s:%d: *** missing target pattern.", LOCF(loc)); in ParseRule() 145 ERROR("%s:%d: *** multiple target patterns.", LOCF(loc)); in ParseRule() 148 ERROR("%s:%d: *** target pattern contains no '%%'.", LOCF(loc)); in ParseRule()
|
D | flags.cc | 91 ERROR("Invalid -j flag: %s", num_jobs_str); in Parse() 97 ERROR("Invalid -j flag: %s", num_jobs_str); in Parse() 117 ERROR("Unknown flag: %s", arg); in Parse()
|
D | log.h | 66 #define ERROR(...) do { \ macro 74 #define CHECK(c) if (!(c)) ERROR("%s:%d: %s", __FILE__, __LINE__, #c)
|
D | thread_local.h | 61 ERROR("Failed to create a pthread key for TLS errno=%d", errno); in ThreadLocalInit() 84 ERROR("Failed to set a TLS: error=%d", error); in GetPointer()
|
D | exec.cc | 70 ERROR("*** No rule to make target '%s', needed by '%s'.", in ExecNode() 73 ERROR("*** No rule to make target '%s'.", n->output.c_str()); in ExecNode()
|
D | file.cc | 48 ERROR("Unexpected read length=%zd expected=%zu", r, len); in Makefile()
|
D | rule.h | 50 ERROR("%s:%d: %s", loc.filename, loc.lineno, msg.c_str()); in Error()
|
D | expr.cc | 320 ERROR("%s:%d: *** unterminated call to function '%s': " in ParseFunc() 335 ERROR("%s:%d: *** insufficient number of arguments (%d) to function `%s'.", in ParseFunc() 436 ERROR("%s:%d: *** unterminated variable reference.", LOCF(loc)); in ParseDollar()
|
D | var.cc | 142 ERROR("overriding automatic variable is not implemented yet"); in Assign()
|
D | symtab.cc | 72 ERROR("overriding automatic variable is not implemented yet"); in SetGlobalVar()
|
D | fileutil.cc | 137 ERROR("_NSGetExecutablePath failed"); in GetExecutablePath()
|
D | main.cc | 253 ERROR("*** No targets specified and no makefile found."); in main()
|
D | command.cc | 43 ERROR("$(value %s) is not implemented yet", sym_); in String()
|
D | dep.cc | 158 ERROR("%s:%d: *** target file `%s' has both : and :: entries.", in AddRule() 305 ERROR("*** No targets."); in Build()
|
D | eval.cc | 314 ERROR("%s:%d: %s", LOCF(loc_), msg.c_str()); in Error()
|
D | ninja.cc | 118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str()); in GetDepfileFromCommandImpl() 147 ERROR("Cannot find removal of .d file: %s", cmd->c_str()); in GetDepfileFromCommand()
|
D | func.cc | 526 ERROR("FindEmulator is broken: %s\n%s\nvs\n%s", in ShellFuncImpl() 554 ERROR("%s:%d: kati doesn't support passing results of $(shell) " in ShellFunc()
|
/build/tools/fs_get_stats/ |
D | fs_get_stats.c | 10 #define ERROR(fmt,args...) \ macro 47 ERROR("Invalid arguments\n"); in main() 54 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]); in main()
|
/build/core/ |
D | Makefile | 2083 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \
|