Home
last modified time | relevance | path

Searched refs:COLOR_WHITE (Results 1 – 22 of 22) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dutil.c70 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/
Dutil.c62 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/
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()
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/
Dcurses_ui.py85 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 …]
Dcli_shared.py46 COLOR_WHITE = "white" variable
Dstepper_cli.py80 stepper.NodeStepper.FEED_TYPE_CLIENT: cli_shared.COLOR_WHITE,
Danalyzer_cli_test.py1568 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])
Danalyzer_cli.py1196 color = cli_shared.COLOR_WHITE
/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc57 case COLOR_WHITE: // fall through to default in GetPlatformColorCode()
75 case COLOR_WHITE: in GetPlatformColorCode()
Dcolorprint.h17 COLOR_WHITE enumerator
/external/google-benchmark/src/
Dcolorprint.cc57 case COLOR_WHITE: // fall through to default in GetPlatformColorCode()
75 case COLOR_WHITE: in GetPlatformColorCode()
Dcolorprint.h17 COLOR_WHITE enumerator
/external/python/cpython2/Demo/curses/
Dxmas.py173 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)
Dncurses.py37 fg = curses.COLOR_WHITE
/external/python/cpython3/Tools/demo/
Dlife.py181 curses.init_pair(7, curses.COLOR_WHITE, 0)
/external/u-boot/tools/
Dmoveconfig.py350 COLOR_WHITE = '1;37' variable
/external/python/cpython2/Doc/howto/
Dcurses.rst341 curses.init_pair(1, curses.COLOR_RED, curses.COLOR_WHITE)
/external/python/cpython3/Doc/howto/
Dcurses.rst412 curses.init_pair(1, curses.COLOR_RED, curses.COLOR_WHITE)
/external/python/cpython2/Modules/
D_cursesmodule.c2879 SetDictInt("COLOR_WHITE", COLOR_WHITE); in init_curses()
/external/python/cpython3/Modules/
D_cursesmodule.c3429 SetDictInt("COLOR_WHITE", COLOR_WHITE); in PyInit__curses()
/external/python/cpython2/Doc/library/
Dcurses.rst1646 | ``COLOR_WHITE`` | White |
/external/python/cpython3/Doc/library/
Dcurses.rst1696 | ``COLOR_WHITE`` | White |