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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 42 # COLOR_PAIRS variables which are only available after start_color() is
50 if hasattr(_curses, 'COLOR_PAIRS'):
51 curses.COLOR_PAIRS = _curses.COLOR_PAIRS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 42 # COLOR_PAIRS variables which are only available after start_color() is
50 if hasattr(_curses, 'COLOR_PAIRS'):
51 curses.COLOR_PAIRS = _curses.COLOR_PAIRS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 208 curses.pair_content(curses.COLOR_PAIRS - 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 208 curses.pair_content(curses.COLOR_PAIRS - 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]

Completed in 940 milliseconds