/third_party/alsa-utils/alsamixer/ |
H A D | colors.c | 54 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 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_BLAC in set_blackbg_theme() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A 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/ |
H A D | colorprint.cc | 45 case COLOR_RED: in GetPlatformColorCode() 63 case COLOR_RED: in GetPlatformColorCode()
|
H A D | colorprint.h | 11 COLOR_RED, enumerator
|
H A D | console_reporter.cc | 139 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-per-slot-delta.py | 40 COLOR_RED = "\x1b[6;31m" variable 108 color = COLOR_RED 147 global COLOR_RED 187 COLOR_RED = ""
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 48 #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 D | ac_debug.c | 51 #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 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, " in ShouldShard() [all...] |
/third_party/python/Tools/demo/ |
H A D | life.py | 179 curses.init_pair(5, curses.COLOR_RED, 0)
|
/third_party/backends/backend/ |
H A D | canon_dr.h | 512 COLOR_RED, enumerator
|
H A D | fujitsu.h | 665 #define COLOR_RED 9 macro
|
H A D | canon_dr.c | 3432 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 D | fujitsu.c | 5046 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 D | si_debug.c | 289 #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 D | radv_debug.c | 46 #define COLOR_RED "\033[31m" macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 4859 SetDictInt("COLOR_RED", COLOR_RED); in PyInit__curses()
|