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

  /system/extras/pagecache/
pagecache.py 88 pad.addstr(0, 2, 'NAME'.ljust(68), curses.A_REVERSE)
89 pad.addstr(0, 70, 'ADDED (MB)'.ljust(12), curses.A_REVERSE)
90 pad.addstr(0, 82, 'REMOVED (MB)'.ljust(14), curses.A_REVERSE)
91 pad.addstr(0, 96, 'SIZE (MB)'.ljust(9), curses.A_REVERSE)
108 pad.addstr(y, 2, 'TOTAL'.ljust(74), curses.A_REVERSE)
109 pad.addstr(y, 70, str(self.pages_to_mb(self._total_pages_added)).rjust(10), curses.A_REVERSE)
110 pad.addstr(y, 80, str(self.pages_to_mb(self._total_pages_removed)).rjust(14), curses.A_REVERSE)
  /external/python/cpython2/Demo/curses/
tclock.py 121 stdscr.attrset(curses.A_REVERSE)
123 stdscr.attroff(curses.A_REVERSE)
  /external/toybox/kconfig/lxdialog/
util.c 33 dlg.button_active.atr = A_REVERSE;
35 dlg.button_key_active.atr = A_REVERSE;
37 dlg.button_label_active.atr = A_REVERSE;
48 dlg.item_selected.atr = A_REVERSE;
50 dlg.tag_selected.atr = A_REVERSE;
52 dlg.tag_key_selected.atr = A_REVERSE;
54 dlg.check_selected.atr = A_REVERSE;
  /external/autotest/client/profilers/powertop/src/
display.c 156 wattron(status_bar_window, A_REVERSE);
158 wattroff(status_bar_window, A_REVERSE);
  /external/e2fsprogs/ext2ed/
file_com.c 277 wattrset (show_pad,A_REVERSE);
293 wattrset (show_pad,A_REVERSE);
344 wattrset (show_pad,A_REVERSE);
blockbitmap_com.c 224 wattrset (show_pad,A_REVERSE);
inodebitmap_com.c 174 wattrset (show_pad,A_REVERSE);
dir_com.c 460 wattrset (show_pad,A_REVERSE);
647 wattrset (show_pad,A_REVERSE);
win.c 53 wbkgdset (show_win,A_REVERSE);werase (show_win);
general_com.c 634 wattrset (show_pad,A_REVERSE);
646 wattrset (show_pad,A_REVERSE);
  /external/gptfdisk/
gptcurses.cc 280 attron(A_REVERSE);
282 attroff(A_REVERSE);
626 attron(A_REVERSE);
628 attroff(A_REVERSE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 64 stdscr.bkgd(' ', curses.A_REVERSE)
66 stdscr.bkgdset(' ', curses.A_REVERSE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 64 stdscr.bkgd(' ', curses.A_REVERSE)
66 stdscr.bkgdset(' ', curses.A_REVERSE)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 64 stdscr.bkgd(' ', curses.A_REVERSE)
66 stdscr.bkgdset(' ', curses.A_REVERSE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 64 stdscr.bkgd(' ', curses.A_REVERSE)
66 stdscr.bkgdset(' ', curses.A_REVERSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 64 stdscr.bkgd(' ', curses.A_REVERSE)
66 stdscr.bkgdset(' ', curses.A_REVERSE)
  /external/python/cpython2/Lib/test/
test_curses.py 106 stdscr.bkgd(' ', curses.A_REVERSE)
108 stdscr.bkgdset(' ', curses.A_REVERSE)
  /external/python/cpython3/Lib/test/
test_curses.py 110 stdscr.bkgd(' ', curses.A_REVERSE)
112 stdscr.bkgdset(' ', curses.A_REVERSE)
  /external/syslinux/gpxe/src/include/
curses.h 129 #define A_REVERSE WA_REVERSE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 220 #define WA_REVERSE A_REVERSE
    [all...]
ncurses.h 220 #define WA_REVERSE A_REVERSE
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 3422 milliseconds