Searched refs:COLOR_RED (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
| H A D | colorprint.h | 11 COLOR_RED, enumerator
|
| H A D | console_reporter.cc | 127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2935 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2979 case COLOR_RED: return "1"; in GetAnsiColorCode() 3242 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 3305 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 3361 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 5377 COLOR_RED, in RunAllTests() 5384 ColoredPrintf(COLOR_RED, in RunAllTests() 5401 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 5435 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str()); in ShouldShard() 5443 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str()); in ShouldShard() [all …]
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | cui.py | 195 curses.init_pair(3, curses.COLOR_RED, curses.COLOR_BLACK)
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 1805 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 7681 init_pair(2, COLOR_RED, COLOR_BLACK); in Activate() 7690 init_pair(10, COLOR_RED, COLOR_BLUE); in Activate()
|