/external/toybox/kconfig/lxdialog/ |
D | util.c | 69 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/ |
D | display.c | 126 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/ |
D | curses_ui.py | 85 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)
|
D | cli_shared.py | 39 COLOR_BLACK = "black" variable
|
/external/python/cpython2/Demo/curses/ |
D | rain.py | 32 bg = curses.COLOR_BLACK
|
D | tclock.py | 72 my_bg = curses.COLOR_BLACK
|
D | ncurses.py | 39 fg = curses.COLOR_BLACK
|
D | xmas.py | 453 my_bg = curses.COLOR_BLACK
|
/external/llvm-project/lldb/utils/lui/ |
D | cui.py | 194 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/ |
D | IOHandlerCursesGUI.cpp | 4321 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/ |
D | fdperf.c | 857 init_pair(COLOR_INVERSE, COLOR_BLACK, COLOR_WHITE); in main_ui()
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 332 :const:`curses.COLOR_BLACK`, :const:`curses.COLOR_RED`, and so forth.
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 407 :const:`curses.COLOR_BLACK`, :const:`curses.COLOR_RED`, and so forth.
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 4665 SetDictInt("COLOR_BLACK", COLOR_BLACK); in PyInit__curses()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2872 SetDictInt("COLOR_BLACK", COLOR_BLACK); in init_curses()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1634 | ``COLOR_BLACK`` | Black |
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1730 | ``COLOR_BLACK`` | Black |
|