Home
last modified time | relevance | path

Searched refs:COLOR_BLACK (Results 1 – 16 of 16) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dutil.c69 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
70 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
74 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
78 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
79 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
80 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
81 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
87 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
93 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
70 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
71 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
72 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
73 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/external/autotest/client/profilers/powertop/src/
Ddisplay.c126 init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in initialize_curses()
127 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in initialize_curses()
128 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses()
133 init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK); in initialize_curses()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py85 BASE_ATTR = cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE
246 cli_shared.COLOR_BLACK: curses.COLOR_BLACK,
251 cli_shared.COLOR_BLACK: curses.COLOR_BLACK,
256 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE)
258 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE)
264 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE)
Dcli_shared.py39 COLOR_BLACK = "black" variable
/external/python/cpython2/Demo/curses/
Drain.py32 bg = curses.COLOR_BLACK
Dtclock.py72 my_bg = curses.COLOR_BLACK
Dncurses.py39 fg = curses.COLOR_BLACK
Dxmas.py453 my_bg = curses.COLOR_BLACK
/external/u-boot/tools/
Dmoveconfig.py335 COLOR_BLACK = '0;30' variable
/external/python/cpython2/Doc/howto/
Dcurses.rst332 :const:`curses.COLOR_BLACK`, :const:`curses.COLOR_RED`, and so forth.
/external/python/cpython3/Doc/howto/
Dcurses.rst407 :const:`curses.COLOR_BLACK`, :const:`curses.COLOR_RED`, and so forth.
/external/python/cpython2/Modules/
D_cursesmodule.c2872 SetDictInt("COLOR_BLACK", COLOR_BLACK); in init_curses()
/external/python/cpython3/Modules/
D_cursesmodule.c3422 SetDictInt("COLOR_BLACK", COLOR_BLACK); in PyInit__curses()
/external/python/cpython2/Doc/library/
Dcurses.rst1634 | ``COLOR_BLACK`` | Black |
/external/python/cpython3/Doc/library/
Dcurses.rst1684 | ``COLOR_BLACK`` | Black |