Searched refs:kGreen (Results 1 – 1 of 1) sorted by relevance
/system/core/cli-test/ |
D | cli-test.cpp | 64 enum Color { kRed, kGreen }; enumerator 209 Print(kGreen, "[==========]", " Running %zu tests.", tests.size()); in RunTests() 214 Print(kGreen, "[ RUN ]", " %s", test.name.c_str()); in RunTests() 257 Print(kGreen, "[ OK ]", " %s (%s)", test.name.c_str(), duration.str().c_str()); in RunTests() 265 Print(kGreen, "[==========]", " %zu tests ran. (%s total)", tests.size(), duration.str().c_str()); in RunTests() 269 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()
|