Searched refs:ColoredPrintf (Results 1 – 5 of 5) sorted by relevance
/system/testing/gtest_extras/ |
D | IsolateMain.cpp | 37 ColoredPrintf(COLOR_GREEN, " -j "); in PrintHelpInfo() 38 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]"); in PrintHelpInfo() 40 ColoredPrintf(COLOR_GREEN, "-j"); in PrintHelpInfo() 41 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]\n"); in PrintHelpInfo() 46 ColoredPrintf(COLOR_GREEN, " --no_isolate\n"); in PrintHelpInfo() 48 ColoredPrintf(COLOR_GREEN, " --deadline_threshold_ms="); in PrintHelpInfo() 49 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo() 51 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo() 55 ColoredPrintf(COLOR_GREEN, " --slow_threshold_ms="); in PrintHelpInfo() 56 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo() [all …]
|
D | Test.cpp | 53 ColoredPrintf(COLOR_GREEN, "[ RUN ]"); in PrintGtestFormat() 60 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in PrintGtestFormat() 63 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in PrintGtestFormat() 66 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in PrintGtestFormat() 86 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in Print() 90 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print() 93 ColoredPrintf(COLOR_RED, "[ TIMEOUT ]"); in Print() 96 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in Print()
|
D | Color.h | 27 void ColoredPrintf(const char* color, const char* fmt, ...);
|
D | Isolate.cpp | 435 ColoredPrintf(results.color, results.prefix); in PrintResults() 444 ColoredPrintf(results.color, results.prefix); in PrintResults() 517 ColoredPrintf(COLOR_GREEN, "[==========]"); in PrintFooter() 522 ColoredPrintf(COLOR_GREEN, "[ PASSED ]"); in PrintFooter() 564 ColoredPrintf(COLOR_YELLOW, " YOU HAVE %s\n\n", in PrintFooter() 715 ColoredPrintf(COLOR_RED, in Run() 725 ColoredPrintf(COLOR_YELLOW, "Note: Google Test filter = %s", options_.filter().c_str()); in Run() 730 ColoredPrintf(COLOR_YELLOW, "Note: This is test shard %" PRId64 " of %" PRId64, in Run() 752 ColoredPrintf(COLOR_GREEN, "[==========]"); in Run()
|
D | Color.cpp | 59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf() function
|