/external/toybox/kconfig/lxdialog/ |
D | util.c | 76 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme() 101 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 104 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 109 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 110 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 111 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 121 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 127 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 129 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 38 #define COLOR_RED "\033[31m" macro 172 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s%s" COLOR_RESET ":\n", in ac_parse_packet3() 232 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id); in ac_parse_packet3() 239 fprintf(f, COLOR_RED in ac_parse_packet3() 243 fprintf(f, COLOR_RED in ac_parse_packet3() 248 fprintf(f, COLOR_RED in ac_parse_packet3() 253 fprintf(f, COLOR_RED in ac_parse_packet3()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugSystem.java | 21 public static final int COLOR_RED = 0; field in DebugSystem 87 case COLOR_RED: in getTexture() 99 case COLOR_RED: in getTexture()
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 48 #define COLOR_RED "\033[31m" macro 210 fprintf(ib->f, COLOR_RED "Valgrind: The next DWORD is garbage" COLOR_RESET "\n"); in ac_ib_get() 261 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s" COLOR_RESET ":\n", op, predicate); in ac_parse_packet3() 461 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id); in ac_parse_packet3() 470 fprintf(f, COLOR_RED "This trace point was reached by the CP." COLOR_RESET "\n"); in ac_parse_packet3() 472 fprintf(f, COLOR_RED "!!!!! This is the last trace point that " in ac_parse_packet3() 475 fprintf(f, COLOR_RED "!!!!! This is the first trace point that " in ac_parse_packet3() 478 fprintf(f, COLOR_RED "!!!!! This trace point was NOT reached " in ac_parse_packet3() 490 fprintf(f, COLOR_RED "\n!!!!! count in header too low !!!!!" COLOR_RESET "\n"); in ac_parse_packet3()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
D | colorprint.h | 11 COLOR_RED, enumerator
|
D | console_reporter.cc | 112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
D | colorprint.h | 11 COLOR_RED, enumerator
|
D | console_reporter.cc | 127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
D | colorprint.h | 11 COLOR_RED, enumerator
|
D | console_reporter.cc | 126 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
D | colorprint.h | 11 COLOR_RED, enumerator
|
D | console_reporter.cc | 127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 128 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses() 129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in initialize_curses()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/ |
D | _term.py | 68 self['RED'] = make_color(_curses.COLOR_RED)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
D | _term.py | 69 self['RED'] = make_color(_curses.COLOR_RED)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 45 COLOR_RED = "red" variable 230 RL("ERROR: " + msg, COLOR_RED)])
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | ci_sanity.sh | 723 printf " ${COLOR_RED}FAIL${COLOR_NC}\n" 747 printf "Sanity checks ${COLOR_RED}FAILED${COLOR_NC}\n"
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 23 COLOR_RED='\033[0;31m'
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2524 COLOR_RED, enumerator 2534 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2547 case COLOR_RED: return "1"; in GetAnsiColorCode() 2766 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2818 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2843 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4256 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4290 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4298 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4307 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|
/external/python/cpython2/Demo/curses/ |
D | tclock.py | 78 curses.init_pair(1, curses.COLOR_RED, my_bg)
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2919 COLOR_RED, enumerator 2930 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2974 case COLOR_RED: return "1"; in GetAnsiColorCode() 3203 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 3254 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 3279 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 5216 COLOR_RED, in RunAllTests() 5223 ColoredPrintf(COLOR_RED, in RunAllTests() 5240 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 5274 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|