/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme() [all …]
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme() [all …]
|
/openbmc/u-boot/test/dm/ |
H A D | osd.c | 186 ut_assertok(video_osd_print(dev, 2, 1, COLOR_BLUE, " * Entry 1")); in dm_test_osd_extended() 187 ut_assertok(video_osd_print(dev, 2, 2, COLOR_BLUE, "(*) Entry 2")); in dm_test_osd_extended() 188 ut_assertok(video_osd_print(dev, 2, 3, COLOR_BLUE, " * Entry 3")); in dm_test_osd_extended()
|
/openbmc/u-boot/drivers/video/ |
H A D | sandbox_osd.h | 12 COLOR_BLUE, enumerator
|
H A D | sandbox_osd.c | 113 case COLOR_BLUE: in sandbox_osd_print()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 371 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); in initialize_curses()
|
/openbmc/qemu/ui/ |
H A D | curses.c | 735 [QEMU_COLOR_BLUE] = COLOR_BLUE, in curses_setup()
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 339 COLOR_BLUE = '0;34' variable
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 1260 curses.init_pair(CURSES_HIGHLIGHT, curses.COLOR_WHITE, curses.COLOR_BLUE)
|