/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_curses.py | 226 if hasattr(curses, 'resizeterm'):
227 curses.resizeterm(*stdscr.getmaxyx())
254 if hasattr(curses, 'resizeterm'):
256 curses.resizeterm(lines - 1, cols + 1)
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_curses.py | 231 if hasattr(curses, 'resizeterm'): 232 curses.resizeterm(*stdscr.getmaxyx()) 259 if hasattr(curses, 'resizeterm'): 261 curses.resizeterm(lines - 1, cols + 1) 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_curses.py | 231 if hasattr(curses, 'resizeterm'): 232 curses.resizeterm(*stdscr.getmaxyx()) 259 if hasattr(curses, 'resizeterm'): 261 curses.resizeterm(lines - 1, cols + 1) 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 231 if hasattr(curses, 'resizeterm'): 232 curses.resizeterm(*stdscr.getmaxyx()) 259 if hasattr(curses, 'resizeterm'): 261 curses.resizeterm(lines - 1, cols + 1) 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 231 if hasattr(curses, 'resizeterm'): 232 curses.resizeterm(*stdscr.getmaxyx()) 259 if hasattr(curses, 'resizeterm'): 261 curses.resizeterm(lines - 1, cols + 1) 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/external/e2fsprogs/ext2ed/ |
win.c | 208 resizeterm(ws.ws_row, ws.ws_col);
|
/external/python/cpython2/Lib/test/ |
test_curses.py | 311 @requires_curses_func('resizeterm') 317 curses.resizeterm(new_lines, new_cols)
|
/external/python/cpython3/Lib/test/ |
test_curses.py | 316 @requires_curses_func('resizeterm') 322 curses.resizeterm(new_lines, new_cols)
|
/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/python/cpython2/ |
configure | [all...] |
/external/python/cpython3/ |
configure | [all...] |