Searched refs:getmaxyx (Results 1 – 24 of 24) sorted by relevance
/external/llvm-project/lldb/utils/lui/ |
D | eventwin.py | 24 h = self.win.getmaxyx()[0]
|
D | statuswin.py | 39 x = self.win.getmaxyx()[1] - len(status) - 1
|
D | sandbox.py | 32 height, width = self.screen.getmaxyx()
|
D | cui.py | 48 w = self.win.getmaxyx()[1] 98 h, w = self.win.getmaxyx() 267 (h, w) = self.win.getmaxyx()
|
D | lui.py | 89 h, w = self.screen.getmaxyx()
|
D | commandwin.py | 90 self.startline = self.win.getmaxyx()[0] - 2
|
D | sourcewin.py | 107 (self.height, self.width) = self.win.getmaxyx()
|
/external/python/cpython2/Demo/curses/ |
D | life.py | 49 Y, X = self.scr.getmaxyx() 151 stdscr_y, stdscr_x = stdscr.getmaxyx()
|
D | ncurses.py | 61 maxy, maxx = win.getmaxyx()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx, 338 curses.is_term_resized(*self.stdscr.getmaxyx()) 342 curses.resize_term(*self.stdscr.getmaxyx()) 368 lines, cols = stdscr.getmaxyx()
|
/external/python/cpython3/Tools/demo/ |
D | life.py | 48 Y, X = self.scr.getmaxyx() 169 stdscr_y, stdscr_x = stdscr.getmaxyx()
|
/external/libiio/src/examples/ |
D | iio-monitor.c | 143 getmaxyx(right, row, col); in read_thd() 340 getmaxyx(win, row, col); in main()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx, 353 curses.is_term_resized(*self.stdscr.getmaxyx()) 357 curses.resize_term(*self.stdscr.getmaxyx()) 446 lines, cols = stdscr.getmaxyx()
|
/external/bcc/tools/ |
D | cachetop.py | 221 (height, width) = stdscr.getmaxyx()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 94 getmaxyx(stdscr, maxy, maxx); in setup_windows()
|
/external/python/cpython2/Lib/curses/ |
D | textpad.py | 52 maxy, maxx = self.win.getmaxyx()
|
/external/python/cpython3/Lib/curses/ |
D | textpad.py | 52 maxy, maxx = self.win.getmaxyx()
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 67 getmaxyx(stdscr, height, width); in dialog_textbox()
|
/external/python/cffi/demo/ |
D | _curses.py | 249 getmaxyx = _mk_w_getyx("getmax") variable in Window
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 629 self._max_y, self._max_x = self._stdscr.getmaxyx()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 503 Window_NoArg2TupleReturnFunction(getmaxyx, int, "ii") in Window_NoArgNoReturnFunction()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 324 Window_NoArg2TupleReturnFunction(getmaxyx, int, "ii") in Window_NoArgNoReturnFunction()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 879 .. method:: window.getmaxyx()
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 954 .. method:: window.getmaxyx()
|