Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 – 24 of 24) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dcolors.c57 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/
Dutil.c76 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/
Deg_debug.c38 #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/
Dcolorprint.cc45 case COLOR_RED: in GetPlatformColorCode()
63 case COLOR_RED: in GetPlatformColorCode()
Dcolorprint.h11 COLOR_RED, enumerator
Dconsole_reporter.cc127 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcolorprint.cc45 case COLOR_RED: in GetPlatformColorCode()
63 case COLOR_RED: in GetPlatformColorCode()
Dcolorprint.h11 COLOR_RED, enumerator
Dconsole_reporter.cc112 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
/third_party/libinput/tools/
Dlibinput-analyze-per-slot-delta.py40 COLOR_RED = '\x1b[6;31m' variable
107 color = COLOR_RED
142 global COLOR_RED
159 COLOR_RED = ''
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c47 #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/
Dvideotestsrc.c52 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/
Dac_debug.c51 #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/
Dgstradioac.c68 COLOR_RED = 0, enumerator
101 {COLOR_RED, "Red", "red"}, in gst_radioactv_color_get_type()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2935 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/
Dlife.py179 curses.init_pair(5, curses.COLOR_RED, 0)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c289 #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/
Dcurses.rst407 :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/
Dgltestsrc.c48 COLOR_RED, enumerator
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c45 #define COLOR_RED "\033[31m" macro
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/third_party/python/Doc/library/
Dcurses.rst696 curses.COLOR_RED, -1)`` initializes, for instance, color pair *x* to a red
1758 | ``COLOR_RED`` | Red |
/third_party/python/Modules/
D_cursesmodule.c4855 SetDictInt("COLOR_RED", COLOR_RED); in PyInit__curses()
/third_party/gettext/gnulib-local/
DChangeLog.01227 (COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN, COLOR_RED,