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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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/syslinux/gpxe/src/hci/mucurses/
windows.c 44 * @v ncols window width
49 WINDOW *derwin ( WINDOW *parent, int nlines, int ncols,
56 if ( ( (unsigned)ncols > parent->width ) ||
62 child->width = ncols;
116 * @v ncols number of columns
121 WINDOW *newwin ( int nlines, int ncols, int begin_y, int begin_x ) {
126 ( (unsigned)( begin_x + ncols ) > stdscr->width ) )
131 win->width = ncols;
142 * @v ncols window width
147 WINDOW *subwin ( WINDOW *parent, int nlines, int ncols,
    [all...]
  /external/syslinux/com32/modules/
dir.c 75 size_t nrows, ncols, perpage; local
115 ncols = (cols + 2)/(maxlen + 8);
116 ncols = min(ncols, n_de);
117 ncols = max(ncols, 1U);
118 colwidth = (cols + 2)/ncols;
119 perpage = ncols * (rows - 1);
124 nrows = ((endpage-i) + ncols - 1)/ncols;
    [all...]
ls.c 75 size_t nrows, ncols, perpage; local
115 ncols = (cols + 2)/(maxlen + 8);
116 ncols = min(ncols, n_de);
117 ncols = max(ncols, 1U);
118 colwidth = (cols + 2)/ncols;
119 perpage = ncols * (rows - 1);
124 nrows = ((endpage-i) + ncols - 1)/ncols;
    [all...]
  /device/google/contexthub/firmware/os/algos/common/math/
mat.h 189 // A is a matrix with dimensions nrows x ncols.
190 // out is a matrix with dimensions ncols x ncols.
192 size_t nrows, size_t ncols);
195 // A is a matrix with dimensions nrows x ncols.
197 // out is a vector of dimension ncols.
199 size_t nrows, size_t ncols);
202 // A is a matrix with dimensions nrows x ncols.
203 // v is a vector of dimension ncols.
206 size_t nrows, size_t ncols);
    [all...]
mat.c 574 size_t nrows, size_t ncols) {
580 memset(out, 0, sizeof(float) * ncols * ncols);
581 for (i = 0; i < ncols; ++i) {
582 for (j = 0; j < ncols; ++j) {
586 out[i * ncols + j] = out[j * ncols + i];
589 out[i * ncols + j] = 0;
591 out[i * ncols + j] += A[k * ncols + i]
    [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...]
  /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...]
  /external/trappy/trappy/
plot_utils.py 74 def pre_plot_setup(width=None, height=None, ncols=1, nrows=1):
95 _, axis = plt.subplots(ncols=ncols, nrows=nrows, figsize=(width, height))
192 axis = pre_plot_setup(width=width, height=height, ncols=num_runs, nrows=2)
209 ncols=num_runs)
227 axis = pre_plot_setup(width=width, height=height, ncols=num_runs)
257 axis = pre_plot_setup(width=width, height=height, ncols=num_runs)
269 axis = pre_plot_setup(width=width, height=height, ncols=num_runs)
283 axis = pre_plot_setup(width=width, height=height, ncols=num_runs)
296 axis = pre_plot_setup(ncols=num_runs, nrows=nrows
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
drawtxt.c 74 static void vesacon_update_characters(int row, int col, int nrows, int ncols)
123 for (jx = 1, j = width * ncols + 1; j >= 0; j--) {
237 int ncols = x1 - x0 + 1; local
240 vesacon_fill(ptr, fill, ncols);
244 vesacon_touch(y0, x0, y1 - y0 + 1, ncols);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 367 ncols = (size+nrows-1) // nrows
370 for col in range(ncols):
386 ncols = 1
390 for col in range(ncols):
  /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 1163 unsigned int ncols = local
1305 unsigned int ncols = local
1982 unsigned int ncols = 0; local
    [all...]
  /external/python/cpython2/Lib/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/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)

Completed in 2141 milliseconds

1 2