HomeSort by relevance Sort by last modified time
    Searched refs:COLS (Results 1 - 25 of 31) sorted by null

1 2

  /external/e2fsprogs/ext2ed/
win.c 45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
56 show_pad_info.display_cols=COLS;
75 title_win=newwin (TITLE_WIN_LINES,COLS,0,0);
76 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0);
78 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0);
79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
114 wmove (show_win,2,COLS-18);
117 wmove (show_win,2,COLS-18);
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
    [all...]
ext2ed.h 64 #define SHOW_PAD_COLS (COLS > 140 ? COLS : 140)
dir_com.c 463 if (dir_entry_ptr->name_len > (COLS - 55) && COLS > 55)
464 temp [COLS-55]=0;
  /external/clang/test/SemaCXX/
cxx11-call-to-deleted-constructor.cpp 10 template <class VT, unsigned int ROWS = 0, unsigned int COLS = 0>
  /external/avahi/initscript/debian/
avahi-daemon.in 50 COLS=`$TPUT cols`
51 if [ -n "$COLS" ]; then
52 COL=`$EXPR $COLS - 7`
avahi-dnsconfd.in 50 COLS=`$TPUT cols`
51 if [ -n "$COLS" ]; then
52 COL=`$EXPR $COLS - 7`
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 413 const int COLS = mat->size[DIMS - 1];
416 this->rowCall2(row, COLS);
419 std::vector<int> idx(COLS); /// idx is modified in this->rowCall
434 this->rowCall(&idx[0], COLS, DIMS);
442 inline void rowCall(int* const idx, const int COLS, const int DIMS) const {
447 while (col < COLS) {
454 inline void rowCall2(const int row, const int COLS) const {
469 const _Tp* const pixel_end = pixel + COLS;
  /external/gptfdisk/
gptcurses.cc 326 move(2, (COLS - 29) / 2);
531 move(0, (COLS - 22) / 2);
612 numPerLine = (COLS - 8) / 12;
633 move(LINES - 1, (COLS - optionDesc.length()) / 2);
745 move(0, (COLS - title.length()) / 2);
747 move(2, (COLS - drive.length()) / 2);
749 move(3, (COLS - size.str().length()) / 2);
755 if (((LINES - RESERVED_TOP - RESERVED_BOTTOM) < 2) || (COLS < 80)) {
790 move(LINES - 2, (COLS - 29) / 2);
801 move(LINES - 2, (COLS - 29) / 2)
    [all...]
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 148 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \
149 EIGEN_STATIC_ASSERT(TYPE::RowsAtCompileTime==ROWS && TYPE::ColsAtCompileTime==COLS, \
  /external/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
71 COLS = None #: Width of the terminal (None for unknown)
110 self.COLS = curses.tigetnum('cols')
231 if self.term.COLS:
232 self.width = self.term.COLS
  /external/toybox/kconfig/lxdialog/
yesno.c 54 x = (COLS - width) / 2;
inputbox.c 64 x = (COLS - width) / 2;
util.c 254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr);
262 for (i = 1; i < COLS - 1; i++)
checklist.c 137 x = (COLS - width) / 2;
textbox.c 86 x = (COLS - width) / 2;
menubox.c 204 x = (COLS - width) / 2;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != 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 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != 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 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /frameworks/native/services/sensorservice/
mat.h 134 enum { ROWS = R, COLS = C };
265 enum { ROWS = R, COLS = 1 };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]

Completed in 1181 milliseconds

1 2