Searched refs:COLOR_BLUE (Results 1 – 10 of 10) sorted by relevance
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 73 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 75 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 88 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 94 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 144 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 145 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme() [all …]
|
/third_party/benchmark/src/ |
D | colorprint.cc | 51 case COLOR_BLUE: in GetPlatformColorCode() 69 case COLOR_BLUE: in GetPlatformColorCode()
|
D | colorprint.h | 14 COLOR_BLUE, enumerator
|
D | console_reporter.cc | 134 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/third_party/alsa-utils/alsamixer/ |
D | colors.c | 59 get_color_pair(COLOR_WHITE, COLOR_BLUE); in init_colors() 60 get_color_pair(COLOR_RED, COLOR_BLUE); in init_colors()
|
/third_party/python/Tools/demo/ |
D | life.py | 175 curses.init_pair(1, curses.COLOR_BLUE, 0)
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 670 init_pair(COLOR_FOOTER, COLOR_WHITE, COLOR_BLUE); in main_ui()
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4858 SetDictInt("COLOR_BLUE", COLOR_BLUE); in PyInit__curses()
|
/third_party/python/Doc/library/ |
D | curses.rst | 1750 | ``COLOR_BLUE`` | Blue |
|
/third_party/protobuf/ |
D | CHANGES.txt | 1370 `COLOR_BLUE` would generate a value of just `Blue`). An option
|