Home
last modified time | relevance | path

Searched refs:COLOR_BLACK (Results 1 – 17 of 17) 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/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/llvm-project/lldb/utils/lui/
Dcui.py194 curses.init_pair(2, curses.COLOR_YELLOW, curses.COLOR_BLACK)
195 curses.init_pair(3, curses.COLOR_RED, curses.COLOR_BLACK)
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp4321 init_pair(1, COLOR_BLACK, COLOR_BLACK); in Activate()
4322 init_pair(2, COLOR_RED, COLOR_BLACK); in Activate()
4323 init_pair(3, COLOR_GREEN, COLOR_BLACK); in Activate()
4324 init_pair(4, COLOR_YELLOW, COLOR_BLACK); in Activate()
4325 init_pair(5, COLOR_BLUE, COLOR_BLACK); in Activate()
4326 init_pair(6, COLOR_MAGENTA, COLOR_BLACK); in Activate()
4327 init_pair(7, COLOR_CYAN, COLOR_BLACK); in Activate()
4328 init_pair(8, COLOR_WHITE, COLOR_BLACK); in Activate()
4330 init_pair(9, COLOR_BLACK, COLOR_BLUE); in Activate()
4339 init_pair(17, COLOR_BLACK, COLOR_WHITE); in Activate()
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c857 init_pair(COLOR_INVERSE, COLOR_BLACK, COLOR_WHITE); in main_ui()
/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/cpython3/Modules/
D_cursesmodule.c4665 SetDictInt("COLOR_BLACK", COLOR_BLACK); in PyInit__curses()
/external/python/cpython2/Modules/
D_cursesmodule.c2872 SetDictInt("COLOR_BLACK", COLOR_BLACK); in init_curses()
/external/python/cpython2/Doc/library/
Dcurses.rst1634 | ``COLOR_BLACK`` | Black |
/external/python/cpython3/Doc/library/
Dcurses.rst1730 | ``COLOR_BLACK`` | Black |