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

1 2

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/opencv3/modules/cudaimgproc/src/
mssegmentation.cpp 199 inline int pix(int y, int x, int ncols)
201 return y * ncols + x;
232 const int ncols = src.cols; local
245 Graph<SegmLinkVal> g(nrows * ncols, 4 * (nrows - 1) * (ncols - 1)
246 + (nrows - 1) + (ncols - 1));
261 for (int x = 0; x < ncols - 1; ++x)
289 g.addEdge(pix(y, x, ncols), pix(y, x + 1, ncols), SegmLinkVal(dr[0], dsp[0]));
290 g.addEdge(pix(y, x, ncols), pix(y + 1, x, ncols), SegmLinkVal(dr[1], dsp[1]))
    [all...]
  /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...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5460 int ncols; member in struct:Frame_Chunk
6938 unsigned int ncols = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1159 unsigned int ncols = local
1301 unsigned int ncols = local
1978 unsigned int ncols = 0; local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 555 int ncols = src->cols, nchannels = src->channels(); local
564 src->row(y).convertTo(Mat(1, ncols, CV_32FC(nchannels), (void*)data), CV_32F);
568 float* mean = mean0 + ncols*nmixtures*nchannels*y;
569 GMM* gmm = gmm0 + ncols*nmixtures*y;
570 uchar* modesUsed = modesUsed0 + ncols*y;
573 for( int x = 0; x < ncols; x++, data += nchannels, gmm += nmixtures, mean += nmixtures*nchannels )
    [all...]

Completed in 1406 milliseconds

1 2