/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/amd/common/ |
D | ac_debug.c | 38 #define COLOR_RED "\033[31m" macro 169 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s" COLOR_RESET ":\n", in ac_parse_packet3() 287 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id); in ac_parse_packet3() 294 fprintf(f, COLOR_RED in ac_parse_packet3() 298 fprintf(f, COLOR_RED in ac_parse_packet3() 303 fprintf(f, COLOR_RED in ac_parse_packet3() 308 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/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 | 112 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 | 112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | pip.sh | 541 printf " ${COLOR_RED}FAIL${COLOR_NC}\n" 554 printf "PIP test ${COLOR_RED}FAILED${COLOR_NC}\n"
|
D | builds_common.sh | 23 COLOR_RED='\033[0;31m'
|
/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/tensorflow/tensorflow/tools/ci_build/ |
D | ci_sanity.sh | 605 printf " ${COLOR_RED}FAIL${COLOR_NC}\n" 618 printf "Sanity checks ${COLOR_RED}FAILED${COLOR_NC}\n"
|
/external/syslinux/gpxe/src/hci/tui/ |
D | settings_ui.c | 416 init_pair ( CPAIR_SELECT, COLOR_WHITE, COLOR_RED ); in settings_ui() 418 init_pair ( CPAIR_ALERT, COLOR_WHITE, COLOR_RED ); in settings_ui()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 45 COLOR_RED = "red" variable 230 RL("ERROR: " + msg, COLOR_RED)])
|
/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/protobuf/gtest/src/ |
D | gtest.cc | 2547 COLOR_RED, enumerator 2557 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2570 case COLOR_RED: return "1"; in GetAnsiColorCode() 2774 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2823 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2855 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4074 ColoredPrintf(COLOR_RED, in UnitTestImpl() 4108 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in UnitTestImpl() 4116 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in UnitTestImpl() 4125 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in UnitTestImpl() [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 2523 COLOR_RED, enumerator 2533 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2546 case COLOR_RED: return "1"; in GetAnsiColorCode() 2765 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2817 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2842 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4253 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4287 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4295 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4304 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2553 COLOR_RED, enumerator 2563 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2576 case COLOR_RED: return "1"; in GetAnsiColorCode() 2792 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2843 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2868 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4318 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4352 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4360 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4369 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|
/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/mesa3d/src/gtest/src/ |
D | gtest.cc | 2552 COLOR_RED, enumerator 2562 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2575 case COLOR_RED: return "1"; in GetAnsiColorCode() 2797 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2848 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2873 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4364 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4398 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4406 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4415 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 2552 COLOR_RED, enumerator 2562 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2575 case COLOR_RED: return "1"; in GetAnsiColorCode() 2797 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 2848 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 2873 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4360 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4394 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4402 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4411 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/v8/testing/gtest/src/ |
D | gtest.cc | 2882 COLOR_RED, enumerator 2893 case COLOR_RED: return FOREGROUND_RED; in GetColorAttribute() 2906 case COLOR_RED: return "1"; in GetAnsiColorCode() 3132 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() 3183 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in PrintFailedTests() 3208 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestIterationEnd() 4696 ColoredPrintf(COLOR_RED, in WriteToShardStatusFileIfNeeded() 4730 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4738 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() 4747 ColoredPrintf(COLOR_RED, msg.GetString().c_str()); in ShouldShard() [all …]
|