Searched refs:ncols (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/ |
D | test_device.py | 1671 def console_screen(ncols=None, nrows=None): argument 1678 if ncols is None: 1679 ncols = info.dwSize.X 1694 new_info.dwSize = COORD(ncols, nrows) 1696 Left=0, Top=0, Right=(ncols - 1), 1703 hScreen, u'\0', ncols * nrows, COORD(0,0), nwritten) 1724 ncols = csbi.dwSize.X 1726 length = ncols * pos.Y + pos.X + 1 1731 lines = [buf[i:i+ncols].rstrip(u'\0') 1732 for i in range(0, n[0], ncols)]
|