HomeSort by relevance Sort by last modified time
    Searched refs:ncols (Results 1 - 21 of 21) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
36 stdscr.move(uly+ncols+2 + i, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 14 ncols, nlines = 8, 3
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
36 stdscr.move(uly+ncols+2 + i, 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 102 int ncols,
105 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
232 int ncols,
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
cursesf.h 127 int ncols,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
405 int ncols,
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
437 int ncols,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
    [all...]
cursesm.h 266 int ncols,
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
298 int ncols,
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
371 inline void menu_format(int& rows,int& ncols) {
372 ::menu_format(menu,&rows,&ncols);
628 int ncols,
632 : NCursesMenu(nlines,ncols,begin_y,begin_x) {
649 int ncols,
654 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame)
    [all...]
cursesw.h 774 NCursesWindow(WINDOW* win, int ncols);
804 int ncols, // number of columns
810 int ncols, // number of columns
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesp.h 102 int ncols,
105 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
232 int ncols,
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
cursesf.h 127 int ncols,
135 field = ::new_field(rows, ncols, first_row, first_col,
191 inline void info(int& rows, int& ncols,
194 OnError(::field_info(field, &rows, &ncols,
405 int ncols,
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
437 int ncols,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
542 void scale(int& rows, int& ncols) const {
543 OnError(::scale_form(form,&rows,&ncols));
    [all...]
cursesm.h 266 int ncols,
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
298 int ncols,
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
371 inline void menu_format(int& rows,int& ncols) {
372 ::menu_format(menu,&rows,&ncols);
628 int ncols,
632 : NCursesMenu(nlines,ncols,begin_y,begin_x) {
649 int ncols,
654 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame)
    [all...]
cursesw.h 774 NCursesWindow(WINDOW* win, int ncols);
804 int ncols, // number of columns
810 int ncols, // number of columns
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 179 ncols, nlines = 9, 4
182 win = curses.newwin(nlines, ncols, uly, ulx)
183 rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 370 ncols = (size+nrows-1) // nrows
373 for col in range(ncols):
389 ncols = 1
393 for col in range(ncols):
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 161 final int nCols = d[0].length;
162 if (nCols == 0) {
166 if (d[r].length != nCols) {
169 nCols, d[r].length);
194 final int nCols = d[0].length;
195 if (nCols == 0) {
199 if (d[row].length != nCols) {
202 nCols, d[row].length);
224 final int nCols = d[0].length;
225 if (nCols == 0)
758 final int ncols = this.getColumnDimension(); local
794 final int ncols = this.getColumnDimension(); local
813 final int ncols = this.getColumnDimension(); local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1562 size_t ncols; local
1590 size_t ncols; local
    [all...]
  /system/bt/stack/smp/
smp_keys.c 108 nrows = len % ncols ? len / ncols + 1: len / ncols;
111 int ncols = 32; /* num entries in one line */ local
117 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++)
121 SMP_TRACE_WARNING("[%03d]: %s", row * ncols, p_buf);
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1265 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1268 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1282 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1219 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1236 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; local
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 320 int ncols = pGlyph->GetWidth(); local
323 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color,
331 ncols /= 3;
339 int end_col = left + ncols;
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]

Completed in 1248 milliseconds