Searched refs:COLS (Results 1 - 10 of 10) sorted by relevance
/third_party/gptfdisk/ |
H A D | gptcurses.cc | 331 move(2, (COLS - 29) / 2); in ShowInfo() 546 move(0, (COLS - 22) / 2); in ShowHelp() 627 numPerLine = (COLS - 8) / 12; in DisplayOptions() 648 move(LINES - 1, (COLS - optionDesc.length()) / 2); in DisplayOptions() 760 move(0, (COLS - title.length()) / 2); in DrawMenu() 762 move(2, (COLS - drive.length()) / 2); in DrawMenu() 764 move(3, (COLS - size.str().length()) / 2); in DrawMenu() 770 if (((LINES - RESERVED_TOP - RESERVED_BOTTOM) < 2) || (COLS < 80)) { in MainMenu() 805 move(LINES - 2, (COLS - 29) / 2); in PromptToContinue() 816 move(LINES - 2, (COLS in Report() [all...] |
/third_party/python/Lib/test/ |
H A D | test_curses.py | 1065 lines, cols = curses.LINES, curses.COLS 1072 lines, cols = curses.LINES, curses.COLS 1077 self.assertEqual(curses.COLS, new_cols) 1081 self.assertEqual(curses.COLS, cols) 1086 lines, cols = curses.LINES, curses.COLS 1091 self.assertEqual(curses.COLS, new_cols) 1095 self.assertEqual(curses.COLS, cols) 1187 lines, cols = curses.LINES, curses.COLS 1188 curses.LINES = curses.COLS = 0 1191 self.assertEqual(curses.COLS, col [all...] |
/third_party/toybox/kconfig/lxdialog/ |
H A D | yesno.c | 54 x = (COLS - width) / 2; in dialog_yesno()
|
H A D | inputbox.c | 64 x = (COLS - width) / 2; in dialog_inputbox()
|
H A D | util.c | 254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr); in dialog_clear() 262 for (i = 1; i < COLS - 1; i++) in dialog_clear()
|
H A D | checklist.c | 137 x = (COLS - width) / 2; in dialog_checklist()
|
H A D | textbox.c | 86 x = (COLS - width) / 2; in dialog_textbox()
|
H A D | menubox.c | 204 x = (COLS - width) / 2; in dialog_menu()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 3353 SetDictInt("COLS", COLS); in _curses_initscr_impl() 3957 /* Internal helper used for updating curses.LINES, curses.COLS, _curses.LINES 3958 * and _curses.COLS */ 3966 _Py_IDENTIFIER(COLS); in update_lines_cols() 3988 o = PyLong_FromLong(COLS); in update_lines_cols()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuMatrix.hpp | 45 COLS = Cols, enumerator
|
Completed in 11 milliseconds