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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 228 if hasattr(curses, 'resize_term'):
229 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 233 if hasattr(curses, 'resize_term'):
234 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 233 if hasattr(curses, 'resize_term'):
234 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 233 if hasattr(curses, 'resize_term'):
234 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 233 if hasattr(curses, 'resize_term'):
234 curses.resize_term(*stdscr.getmaxyx())
  /external/python/cpython2/Lib/test/
test_curses.py 307 @requires_curses_func('resize_term')
309 curses.resize_term(*self.stdscr.getmaxyx())
  /external/python/cpython3/Lib/test/
test_curses.py 312 @requires_curses_func('resize_term')
314 curses.resize_term(*self.stdscr.getmaxyx())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 759 milliseconds