/external/toybox/kconfig/lxdialog/ |
D | util.c | 70 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 71 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 72 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 73 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 74 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 75 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 76 DLG_COLOR(button_key_inactive, COLOR_RED, 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() [all …]
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 64 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 68 DLG_COLOR(button_key_inactive, COLOR_RED, 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() [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() 129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in initialize_curses() 130 init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW); in initialize_curses() 131 init_pair(PT_COLOR_GREEN, COLOR_WHITE, COLOR_GREEN); in initialize_curses() 132 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); 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 239 cli_shared.COLOR_WHITE: curses.COLOR_WHITE, 250 cli_shared.COLOR_WHITE: curses.COLOR_WHITE, 256 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE) 258 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE) 260 cli_shared.COLOR_RED + "_on_" + cli_shared.COLOR_WHITE) 262 cli_shared.COLOR_BLUE + "_on_" + cli_shared.COLOR_WHITE) 264 cli_shared.COLOR_BLACK + "_on_" + cli_shared.COLOR_WHITE) 266 cli_shared.COLOR_MAGENTA + "_on_" + cli_shared.COLOR_WHITE) 268 cli_shared.COLOR_RED + "_on_" + cli_shared.COLOR_WHITE) [all …]
|
D | cli_shared.py | 46 COLOR_WHITE = "white" variable
|
D | stepper_cli.py | 80 stepper.NodeStepper.FEED_TYPE_CLIENT: cli_shared.COLOR_WHITE,
|
D | analyzer_cli_test.py | 1568 self.assertEqual((0, 14, [cli_shared.COLOR_WHITE]), 1571 self.assertEqual((0, 14, [cli_shared.COLOR_WHITE]), 1576 self.assertEqual(cli_shared.COLOR_WHITE, out.font_attr_segs[6][0][2][0])
|
D | analyzer_cli.py | 1196 color = cli_shared.COLOR_WHITE
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 57 case COLOR_WHITE: // fall through to default in GetPlatformColorCode() 75 case COLOR_WHITE: in GetPlatformColorCode()
|
D | colorprint.h | 17 COLOR_WHITE enumerator
|
/external/google-benchmark/src/ |
D | colorprint.cc | 57 case COLOR_WHITE: // fall through to default in GetPlatformColorCode() 75 case COLOR_WHITE: in GetPlatformColorCode()
|
D | colorprint.h | 17 COLOR_WHITE enumerator
|
/external/python/cpython2/Demo/curses/ |
D | xmas.py | 173 set_color(treescrn2, curses.COLOR_WHITE) 188 set_color(treescrn2, curses.COLOR_WHITE) 206 set_color(treescrn2, curses.COLOR_WHITE) 226 set_color(treescrn2, curses.COLOR_WHITE) 251 set_color(treescrn2, curses.COLOR_WHITE)
|
D | ncurses.py | 37 fg = curses.COLOR_WHITE
|
/external/python/cpython3/Tools/demo/ |
D | life.py | 181 curses.init_pair(7, curses.COLOR_WHITE, 0)
|
/external/u-boot/tools/ |
D | moveconfig.py | 350 COLOR_WHITE = '1;37' variable
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 341 curses.init_pair(1, curses.COLOR_RED, curses.COLOR_WHITE)
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 412 curses.init_pair(1, curses.COLOR_RED, curses.COLOR_WHITE)
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2879 SetDictInt("COLOR_WHITE", COLOR_WHITE); in init_curses()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3429 SetDictInt("COLOR_WHITE", COLOR_WHITE); in PyInit__curses()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1646 | ``COLOR_WHITE`` | White |
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1696 | ``COLOR_WHITE`` | White |
|