HomeSort by relevance Sort by last modified time
    Searched refs:init_pair (Results 1 - 23 of 23) sorted by null

  /external/syslinux/gpxe/src/hci/tui/
login_ui.c 68 init_pair ( CPAIR_NORMAL, COLOR_WHITE, COLOR_BLACK );
69 init_pair ( CPAIR_LABEL, COLOR_WHITE, COLOR_BLACK );
70 init_pair ( CPAIR_EDITBOX, COLOR_WHITE, COLOR_BLUE );
settings_ui.c 415 init_pair ( CPAIR_NORMAL, COLOR_WHITE, COLOR_BLUE );
416 init_pair ( CPAIR_SELECT, COLOR_WHITE, COLOR_RED );
417 init_pair ( CPAIR_EDIT, COLOR_BLACK, COLOR_CYAN );
418 init_pair ( CPAIR_ALERT, COLOR_WHITE, COLOR_RED );
  /external/autotest/client/profilers/powertop/src/
display.c 126 init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK);
127 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE);
128 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED);
129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED);
130 init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW);
131 init_pair(PT_COLOR_GREEN, COLOR_WHITE, COLOR_GREEN);
132 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE);
133 init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK);
  /external/syslinux/gpxe/src/hci/mucurses/
colour.c 37 int init_pair ( short pair, short fcol, short bcol ) { function
  /external/python/cpython3/Tools/demo/
life.py 175 curses.init_pair(1, curses.COLOR_BLUE, 0)
176 curses.init_pair(2, curses.COLOR_CYAN, 0)
177 curses.init_pair(3, curses.COLOR_GREEN, 0)
178 curses.init_pair(4, curses.COLOR_MAGENTA, 0)
179 curses.init_pair(5, curses.COLOR_RED, 0)
180 curses.init_pair(6, curses.COLOR_YELLOW, 0)
181 curses.init_pair(7, curses.COLOR_WHITE, 0)
  /external/python/cpython2/Demo/curses/
tclock.py 78 curses.init_pair(1, curses.COLOR_RED, my_bg)
79 curses.init_pair(2, curses.COLOR_MAGENTA, my_bg)
80 curses.init_pair(3, curses.COLOR_GREEN, my_bg)
rain.py 33 curses.init_pair(1, curses.COLOR_BLUE, bg)
34 curses.init_pair(2, curses.COLOR_CYAN, bg)
ncurses.py 41 curses.init_pair(color, fg, bg)
xmas.py 34 curses.init_pair(n, color, my_bg)
  /external/syslinux/gpxe/src/usr/
pxemenu.c 225 init_pair ( CPAIR_NORMAL, COLOR_WHITE, COLOR_BLACK );
226 init_pair ( CPAIR_SELECT, COLOR_BLACK, COLOR_WHITE );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 200 curses.init_pair(2, 1,1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 205 curses.init_pair(2, 1,1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 205 curses.init_pair(2, 1,1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 205 curses.init_pair(2, 1,1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 205 curses.init_pair(2, 1,1)
  /external/python/cpython2/Lib/test/
test_curses.py 244 curses.init_pair(2, 1,1)
  /external/python/cpython3/Lib/test/
test_curses.py 249 curses.init_pair(2, 1,1)
  /external/toybox/kconfig/lxdialog/
util.c 179 init_pair(pair, color->fg, color->bg);
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui.py 415 curses.init_pair(color_index, self._FOREGROUND_COLORS[fg_color],
427 curses.init_pair(color_index, 245, -1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 617 extern NCURSES_EXPORT(int) init_pair (short,short,short); /* implemented */
    [all...]
ncurses.h 617 extern NCURSES_EXPORT(int) init_pair (short,short,short); /* implemented */
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 2151 milliseconds