HomeSort by relevance Sort by last modified time
    Searched defs:nrows (Results 1 - 9 of 9) sorted by null

  /external/javasqlite/src/main/java/SQLite/
TableResult.java 42 public int nrows; field in class:TableResult
99 ncolumns = nrows = 0;
126 if (maxrows > 0 && nrows >= maxrows) {
131 nrows++;
148 for (i = 0; i < nrows; i++) {
  /external/qemu/android/utils/
misc.c 27 int nrows, ncols, r, c, n, maxw = 0; local
36 nrows = (count + ncols-1)/ncols;
38 for (r = 0; r < nrows; r++) {
41 int index = c*nrows + r;
stralloc.c 26 int nrows, ncols, r, c, n, maxw = 0; local
35 nrows = (count + ncols-1)/ncols;
37 for (r = 0; r < nrows; r++) {
40 int index = c*nrows + r;
  /external/opencv/cxcore/src/
cxmatrix.cpp 551 int i, j, nrows; local
555 nrows = matrix->rows;
561 int j0 = 0, j1 = nrows;
562 for( i = 0; i < nrows; i++ )
573 int j0 = 0, j1 = nrows;
574 for( i = 0; i < nrows; i++ )
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 429 int nrows, i, len; local
437 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++)
438 nrows++;
440 nrows /= 4;
441 nrows++;
443 len = nrows * 80 + 2;
463 if (row == nrows) {
469 for (row = 0; row < nrows; row++)
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 346 int nrows = pGlyph->GetHeight(); local
348 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color,
372 for (int row = 0; row < nrows; row ++) {
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 211 milliseconds