HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_RED (Results 1 - 25 of 46) sorted by null

1 2

  /external/google-benchmark/src/
colorprint.h 11 COLOR_RED,
colorprint.cc 45 case COLOR_RED:
63 case COLOR_RED:
console_reporter.cc 126 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  /external/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\'",
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 21 public static final int COLOR_RED = 0;
87 case COLOR_RED:
99 case COLOR_RED:
  /external/toybox/kconfig/lxdialog/
util.c 76 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false);
101 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true);
104 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false);
109 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true);
110 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false);
111 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false);
121 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false);
127 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false);
129 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_debug.c 38 #define COLOR_RED "\033[31m"
172 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s%s" COLOR_RESET ":\n",
232 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id);
239 fprintf(f, COLOR_RED
243 fprintf(f, COLOR_RED
248 fprintf(f, COLOR_RED
253 fprintf(f, COLOR_RED
  /external/u-boot/scripts/kconfig/lxdialog/
util.c 68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false);
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true);
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false);
101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true);
102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false);
103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false);
113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false);
119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false);
121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
_term.py 68 self['RED'] = make_color(_curses.COLOR_RED)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
_term.py 69 self['RED'] = make_color(_curses.COLOR_RED)
  /external/tensorflow/tensorflow/tools/ci_build/builds/
builds_common.sh 23 COLOR_RED='\033[0;31m'
pip.sh 562 printf " ${COLOR_RED}FAIL${COLOR_NC}\n"
575 printf "PIP test ${COLOR_RED}FAILED${COLOR_NC}\n"
pip_new.sh 564 printf "PIP tests ${COLOR_RED}FAILED${COLOR_NC}\n"
  /external/mesa3d/src/amd/common/
ac_debug.c 49 #define COLOR_RED "\033[31m"
187 fprintf(ib->f, COLOR_RED "Valgrind: The next DWORD is garbage"
243 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s" COLOR_RESET ":\n",
438 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id);
447 fprintf(f, COLOR_RED
451 fprintf(f, COLOR_RED
456 fprintf(f, COLOR_RED
461 fprintf(f, COLOR_RED
475 fprintf(f, COLOR_RED "\n!!!!! count in header too low !!!!!"
  /external/autotest/client/profilers/powertop/src/
display.c 128 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED);
129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED);
  /external/python/cpython2/Demo/curses/
tclock.py 78 curses.init_pair(1, curses.COLOR_RED, my_bg)
ncurses.py 79 p1 = mkpanel(curses.COLOR_RED,
  /external/tensorflow/tensorflow/python/debug/cli/
cli_shared.py 45 COLOR_RED = "red"
230 RL("ERROR: " + msg, COLOR_RED)])
curses_ui.py 240 cli_shared.COLOR_RED: curses.COLOR_RED,
260 cli_shared.COLOR_RED + "_on_" + cli_shared.COLOR_WHITE)
268 cli_shared.COLOR_RED + "_on_" + cli_shared.COLOR_WHITE)
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh 612 printf " ${COLOR_RED}FAIL${COLOR_NC}\n"
625 printf "Sanity checks ${COLOR_RED}FAILED${COLOR_NC}\n"
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 88 private static final int COLOR_RED = makeColor(100, 0, 0);
356 renderColorAndCheckResult(renderer, w, h, COLOR_RED);
453 new Integer[] {COLOR_GREEN, COLOR_BLUE, COLOR_RED, COLOR_GREY});
553 virtualDisplays[l].doRendering(COLOR_RED);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]
  /external/python/cpython3/Tools/demo/
life.py 179 curses.init_pair(5, curses.COLOR_RED, 0)

Completed in 809 milliseconds

1 2