Home
last modified time | relevance | path

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

/system/core/cli-test/
Dcli-test.cpp64 enum Color { kRed, kGreen }; enumerator
69 if (isatty(0)) printf("%s", (c == kRed) ? "\e[31m" : "\e[32m"); in Print()
262 Print(kRed, "[ FAILED ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests()
278 Print(kRed, "[ FAILED ]", " %zu test%s.", fail_count, Plural(fail_count)); in RunTests()
280 Print(kRed, "[ FAILED ]", " %s", failure.c_str()); in RunTests()