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

  /libcore/sqlite-jdbc/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 24 int nrows, ncols, r, c, n, maxw = 0; local
33 nrows = (count + ncols-1)/ncols;
35 for (r = 0; r < nrows; r++) {
38 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;
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 368 int nrows, i, len; local
376 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++)
377 nrows++;
379 nrows /= 4;
380 nrows++;
382 len = nrows * 80 + 2;
402 if (row == nrows) {
408 for (row = 0; row < nrows; row++)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 216 milliseconds