Home
last modified time | relevance | path

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

12

/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/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
Danalyzer_cli_test.py1594 self.assertEqual((0, 14, [cli_shared.COLOR_WHITE]),
1597 self.assertEqual((0, 14, [cli_shared.COLOR_WHITE]),
1602 self.assertEqual(cli_shared.COLOR_WHITE, out.font_attr_segs[6][0][2][0])
Danalyzer_cli.py1195 color = cli_shared.COLOR_WHITE
/external/skia/demos.skia.org/demos/path_performance/
Dmain.js93 const COLOR_WHITE = '#000000'; constant
98 path.getAttribute('fill') ?? COLOR_WHITE
/external/llvm-project/llvm/utils/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/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/llvm-project/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/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/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c855 init_pair(COLOR_GROUP_HEADER, COLOR_WHITE, COLOR_GREEN); in main_ui()
856 init_pair(COLOR_FOOTER, COLOR_WHITE, COLOR_BLUE); in main_ui()
857 init_pair(COLOR_INVERSE, COLOR_BLACK, COLOR_WHITE); in main_ui()
/external/python/cpython3/Tools/demo/
Dlife.py181 curses.init_pair(7, curses.COLOR_WHITE, 0)
/external/llvm-project/lldb/utils/lui/
Dcui.py193 curses.init_pair(1, curses.COLOR_WHITE, curses.COLOR_BLUE)
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp4328 init_pair(8, COLOR_WHITE, COLOR_BLACK); in Activate()
4337 init_pair(16, COLOR_WHITE, COLOR_BLUE); in Activate()
4339 init_pair(17, COLOR_BLACK, COLOR_WHITE); in Activate()
4340 init_pair(18, COLOR_MAGENTA, COLOR_WHITE); in Activate()
/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/cpython3/Modules/
D_cursesmodule.c4672 SetDictInt("COLOR_WHITE", COLOR_WHITE); in PyInit__curses()
/external/python/cpython2/Modules/
D_cursesmodule.c2879 SetDictInt("COLOR_WHITE", COLOR_WHITE); in init_curses()

12