Searched refs:ColoredPrintf (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/testing/gtest_extras/ |
H A D | IsolateMain.cpp | 39 ColoredPrintf(COLOR_GREEN, " -j "); in PrintHelpInfo() 40 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]"); in PrintHelpInfo() 42 ColoredPrintf(COLOR_GREEN, "-j"); in PrintHelpInfo() 43 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]\n"); in PrintHelpInfo() 48 ColoredPrintf(COLOR_GREEN, " --no_isolate\n"); in PrintHelpInfo() 54 ColoredPrintf(COLOR_GREEN, " --force_isolate\n"); in PrintHelpInfo() 59 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo() 61 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo() 65 ColoredPrintf(COLOR_GREEN, " --slow_threshold_ms="); in PrintHelpInfo() 66 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo() [all …]
|
H A D | Test.cpp | 60 ColoredPrintf(COLOR_GREEN, "[ RUN ]"); in Print() 67 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in Print() 70 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in Print() 73 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print()
|
H A D | Isolate.cpp | 470 ColoredPrintf(results.color, results.prefix); in PrintResults() 479 ColoredPrintf(results.color, results.prefix); in PrintResults() 552 ColoredPrintf(COLOR_GREEN, "[==========]"); in PrintFooter() 557 ColoredPrintf(COLOR_GREEN, "[ PASSED ]"); in PrintFooter() 599 ColoredPrintf(COLOR_YELLOW, " YOU HAVE %s\n\n", in PrintFooter() 757 ColoredPrintf(COLOR_RED, in Run() 767 ColoredPrintf(COLOR_YELLOW, "Note: Google Test filter = %s", options_.filter().c_str()); in Run() 772 ColoredPrintf(COLOR_YELLOW, "Note: This is test shard %" PRId64 " of %" PRId64, in Run() 794 ColoredPrintf(COLOR_GREEN, "[==========]"); in Run()
|
H A D | Color.h | 27 void ColoredPrintf(const char* color, const char* fmt, ...);
|
H A D | Color.cpp | 59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf() function
|