HomeSort by: relevance | last modified time | path
    Searched refs:COLOR_RED (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
colorprint.h 11 COLOR_RED,
colorprint.cc 45 case COLOR_RED:
63 case COLOR_RED:
console_reporter.cc 127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
colorprint.h 11 COLOR_RED,
colorprint.cc 45 case COLOR_RED:
63 case COLOR_RED:
console_reporter.cc 112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  /src/lib/libcurses/
color.c 200 if (COLORS >= COLOR_RED)
201 (void)init_color_value(COLOR_RED, RGB_ON, 0, 0);
294 case COLOR_RED:
298 fore = COLOR_RED;
308 case COLOR_RED:
312 back = COLOR_RED;
357 case COLOR_RED:
361 *forep = COLOR_RED;
371 case COLOR_RED:
375 *backp = COLOR_RED;
    [all...]
curses.h 389 #define COLOR_RED 0x01
  /src/sys/external/bsd/sljit/dist/regex_src/
regexMain.c 34 #define COLOR_RED
39 #define COLOR_RED "\33[31m"
216 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are failed ", fail, fail * 100 / (success + fail));
  /src/games/colorbars/
colorbars.c 45 { "Red", COLOR_RED },
  /src/games/testpat/
testpat.c 48 COLOR_RED,
95 init_pair(1, COLOR_WHITE, COLOR_RED);
448 attrset(COLOR_PAIR(COLOR_RED));
  /src/tests/lib/libcurses/tests/
std_defines 14 assign COLOR_RED 0x01
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2935 case COLOR_RED: return FOREGROUND_RED;
2979 case COLOR_RED: return "1";
3242 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
3305 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
3361 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
5377 COLOR_RED,
5384 ColoredPrintf(COLOR_RED,
5401 ColoredPrintf(COLOR_RED,
5435 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str());
5443 ColoredPrintf(COLOR_RED, "%s", msg.GetString().c_str())
    [all...]
  /src/games/worms/
worms.c 562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW,
  /src/usr.bin/aiomixer/
main.c 556 init_pair(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 209 COLOR_RED,
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 230 COLOR_RED,
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW };
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 37 #define COLOR_RED
42 #define COLOR_RED "\33[31m"
5409 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are " COLOR_RED "FAILED" COLOR_DEFAULT " ", TEST_COUNT - successful_tests, (TEST_COUNT - successful_tests) * 100 / 47);

Completed in 37 milliseconds