/third_party/alsa-utils/alsamixer/ |
D | colors.c | 57 get_color_pair(COLOR_RED, background_color); in init_colors() 60 get_color_pair(COLOR_RED, COLOR_BLUE); in init_colors() 62 get_color_pair(COLOR_WHITE, COLOR_RED); // COLOR_PAIR(9) in init_colors() 65 get_color_pair(COLOR_RED, COLOR_RED); in init_colors()
|
/third_party/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 …]
|
/third_party/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()
|
/third_party/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()
|
/third_party/json/benchmarks/thirdparty/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()
|
/third_party/libinput/tools/ |
D | libinput-analyze-per-slot-delta.py | 40 COLOR_RED = '\x1b[6;31m' variable 107 color = COLOR_RED 142 global COLOR_RED 159 COLOR_RED = ''
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 47 #define COLOR_RED FOREGROUND_RED macro 51 #define COLOR_RED 1 macro 838 color_printf(COLOR_RED, "FAILED"); in checkasm_report()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 52 COLOR_RED, enumerator 960 gst_video_test_src_unicolor (v, frame, COLOR_RED); in gst_video_test_src_red() 1035 p->color = p->colors + COLOR_RED; in gst_video_test_src_checkers1() 1061 p->color = p->colors + COLOR_RED; in gst_video_test_src_checkers2() 1087 p->color = p->colors + COLOR_RED; in gst_video_test_src_checkers4() 1113 p->color = p->colors + COLOR_RED; in gst_video_test_src_checkers8() 1437 yuv_primary = p->colors[COLOR_RED]; in gst_video_test_src_gamut() 1438 yuv_secondary = p->colors[COLOR_RED]; in gst_video_test_src_gamut()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 51 #define COLOR_RED "\033[31m" macro 57 #define O_COLOR_RED (debug_get_option_color() ? COLOR_RED : "") 226 debug_get_option_color() ? COLOR_RED : "", O_COLOR_RESET); in ac_ib_get()
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstradioac.c | 68 COLOR_RED = 0, enumerator 101 {COLOR_RED, "Red", "red"}, in gst_radioactv_color_get_type()
|
/third_party/mesa3d/src/gtest/src/ |
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 …]
|
/third_party/python/Tools/demo/ |
D | life.py | 179 curses.init_pair(5, curses.COLOR_RED, 0)
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 289 #define COLOR_RED "\033[31m" macro 697 fprintf(f, COLOR_RED "!!!!! This slot was corrupted in GPU memory !!!!!" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
|
/third_party/python/Doc/howto/ |
D | curses.rst | 407 :const:`curses.COLOR_BLACK`, :const:`curses.COLOR_RED`, and so forth. 412 curses.init_pair(1, curses.COLOR_RED, curses.COLOR_WHITE)
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gltestsrc.c | 48 COLOR_RED, enumerator
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 45 #define COLOR_RED "\033[31m" macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/python/Doc/library/ |
D | curses.rst | 696 curses.COLOR_RED, -1)`` initializes, for instance, color pair *x* to a red 1758 | ``COLOR_RED`` | Red |
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4855 SetDictInt("COLOR_RED", COLOR_RED); in PyInit__curses()
|
/third_party/gettext/gnulib-local/ |
D | ChangeLog.0 | 1227 (COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN, COLOR_RED,
|