Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 - 19 of 19) sorted by relevance

/third_party/alsa-utils/alsamixer/
H A Dcolors.c54 init_pair(4, COLOR_RED, bg); in reinit_colors()
68 get_color_pair(COLOR_RED, background_color); in init_colors()
71 get_color_pair(COLOR_RED, COLOR_BLUE); in init_colors()
73 get_color_pair(COLOR_WHITE, COLOR_RED); // COLOR_PAIR(9) in init_colors()
76 get_color_pair(COLOR_RED, COLOR_RED); in init_colors()
/third_party/toybox/kconfig/lxdialog/
H A 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_BLAC in set_blackbg_theme()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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/
H A Dcolorprint.cc45 case COLOR_RED: in GetPlatformColorCode()
63 case COLOR_RED: in GetPlatformColorCode()
H A Dcolorprint.h11 COLOR_RED, enumerator
H A Dconsole_reporter.cc139 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
/third_party/libinput/tools/
H A Dlibinput-analyze-per-slot-delta.py40 COLOR_RED = "\x1b[6;31m" variable
108 color = COLOR_RED
147 global COLOR_RED
187 COLOR_RED = ""
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c48 #define COLOR_RED FOREGROUND_RED macro
52 #define COLOR_RED 1 macro
851 color_printf(COLOR_RED, "FAILED"); in checkasm_report()
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c51 #define COLOR_RED "\033[31m" macro
57 #define O_COLOR_RED (debug_get_option_color() ? COLOR_RED : "")
230 debug_get_option_color() ? COLOR_RED : "", O_COLOR_RESET); in ac_ib_get()
/third_party/mesa3d/src/gtest/src/
H A 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, " in ShouldShard()
[all...]
/third_party/python/Tools/demo/
H A Dlife.py179 curses.init_pair(5, curses.COLOR_RED, 0)
/third_party/backends/backend/
H A Dcanon_dr.h512 COLOR_RED, enumerator
H A Dfujitsu.h665 #define COLOR_RED 9 macro
H A Dcanon_dr.c3432 case COLOR_RED: in sane_control_option()
3458 case COLOR_RED: in sane_control_option()
3902 s->dropout_color[SIDE_FRONT] = COLOR_RED; in sane_control_option()
3919 s->dropout_color[SIDE_BACK] = COLOR_RED; in sane_control_option()
4371 case COLOR_RED: in ssm_do()
4398 case COLOR_RED: in ssm_do()
4449 case COLOR_RED: in ssm_do()
4488 case COLOR_RED: in ssm_do()
6778 case COLOR_RED: in copy_line()
H A Dfujitsu.c5046 case COLOR_RED: in sane_control_option()
5724 s->dropout_color = COLOR_RED; in sane_control_option()
7642 case COLOR_RED: in set_window()
9052 case COLOR_RED: in downsample_from_buffer()
9094 case COLOR_RED: in downsample_from_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c289 #define COLOR_RED "\033[31m" macro
684 fprintf(f, COLOR_RED "!!!!! This slot was corrupted in GPU memory !!!!!" COLOR_RESET "\n"); in si_log_chunk_desc_list_print()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c46 #define COLOR_RED "\033[31m" macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/third_party/python/Modules/
H A D_cursesmodule.c4859 SetDictInt("COLOR_RED", COLOR_RED); in PyInit__curses()

Completed in 49 milliseconds