Home
last modified time | relevance | path

Searched refs:COLOR_YELLOW (Results 1 – 17 of 17) sorted by relevance

/third_party/toybox/kconfig/lxdialog/
Dutil.c71 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
82 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
84 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
89 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
91 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
108 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/third_party/benchmark/src/
Dconsole_reporter.cc140 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, in PrintRunData()
143 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%", in PrintRunData()
148 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), in PrintRunData()
152 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", in PrintRunData()
Dcolorprint.cc49 case COLOR_YELLOW: in GetPlatformColorCode()
67 case COLOR_YELLOW: in GetPlatformColorCode()
Dcolorprint.h13 COLOR_YELLOW, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/
Deg_debug.c40 #define COLOR_YELLOW "\033[1;33m" macro
74 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); in print_named_value()
91 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", in eg_dump_reg()
129 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value); in eg_dump_reg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c291 #define COLOR_YELLOW "\033[1;33m" macro
542 fprintf(f, "Buffer list (in units of pages = 4kB):\n" COLOR_YELLOW in si_dump_bo_list()
592 u_log_printf(log, COLOR_YELLOW "Color buffer %i:" COLOR_RESET "\n", i); in si_dump_framebuffer()
599 u_log_printf(log, COLOR_YELLOW "Depth-stencil buffer:" COLOR_RESET "\n"); in si_dump_framebuffer()
934 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n", in si_print_annotated_shader()
1011 fprintf(f, COLOR_YELLOW "%s: " COLOR_RESET "\n", title); in si_dump_command()
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c49 #define COLOR_YELLOW (FOREGROUND_RED|FOREGROUND_GREEN) macro
53 #define COLOR_YELLOW 3 macro
614 color_printf(COLOR_YELLOW, "%s:\n", state.cpu_flag_name); in print_cpu_name()
/third_party/alsa-utils/alsamixer/
Dcolors.c55 get_color_pair(COLOR_YELLOW, background_color); in init_colors()
/third_party/python/Tools/demo/
Dlife.py180 curses.init_pair(6, curses.COLOR_YELLOW, 0)
/third_party/mesa3d/src/amd/common/
Dac_debug.c53 #define COLOR_YELLOW "\033[1;33m" macro
59 #define O_COLOR_YELLOW (debug_get_option_color() ? COLOR_YELLOW : "")
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c48 #define COLOR_YELLOW "\033[1;33m" macro
335 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n", in radv_dump_annotated_shader()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2937 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2981 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
3151 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
3157 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
3164 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
3373 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd()
5870 color = COLOR_YELLOW; in PrintColorEncoded()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c44 COLOR_YELLOW, enumerator
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c48 COLOR_YELLOW, enumerator
/third_party/python/Modules/
D_cursesmodule.c4857 SetDictInt("COLOR_YELLOW", COLOR_YELLOW); in PyInit__curses()
/third_party/python/Doc/library/
Dcurses.rst1762 | ``COLOR_YELLOW`` | Yellow |