Searched refs:COLOR_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/third_party/benchmark/src/ |
D | console_reporter.cc | 129 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData() 176 printer(Out, COLOR_DEFAULT, " %*s%s", cNameLen - strlen(unit), s.c_str(), in PrintRunData() 179 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(), unit); in PrintRunData() 184 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str()); in PrintRunData() 187 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData()
|
D | colorprint.h | 10 COLOR_DEFAULT, enumerator
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 3040 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() 5844 GTestColor color = COLOR_DEFAULT; // The current color. in PrintColorEncoded() 5864 color = COLOR_DEFAULT; in PrintColorEncoded()
|