/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 71 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/ |
D | console_reporter.cc | 140 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()
|
D | colorprint.cc | 49 case COLOR_YELLOW: in GetPlatformColorCode() 67 case COLOR_YELLOW: in GetPlatformColorCode()
|
D | colorprint.h | 13 COLOR_YELLOW, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 40 #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/ |
D | si_debug.c | 291 #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/ |
D | checkasm.c | 49 #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/ |
D | colors.c | 55 get_color_pair(COLOR_YELLOW, background_color); in init_colors()
|
/third_party/python/Tools/demo/ |
D | life.py | 180 curses.init_pair(6, curses.COLOR_YELLOW, 0)
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 53 #define COLOR_YELLOW "\033[1;33m" macro 59 #define O_COLOR_YELLOW (debug_get_option_color() ? COLOR_YELLOW : "")
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 48 #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/ |
D | gtest.cc | 2937 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/ |
D | gltestsrc.c | 44 COLOR_YELLOW, enumerator
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 48 COLOR_YELLOW, enumerator
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4857 SetDictInt("COLOR_YELLOW", COLOR_YELLOW); in PyInit__curses()
|
/third_party/python/Doc/library/ |
D | curses.rst | 1762 | ``COLOR_YELLOW`` | Yellow |
|