Searched defs:cols (Results 1 – 6 of 6) sorted by relevance
68 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList()
514 final int cols = getColumnCount(record.row); in onLayout() local545 int cols = 0; in getColumnCount() local
589 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local
418 String[] cols = new String[projection.length]; in query() local
543 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local567 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
3431 PrintTable(int cols) { in PrintTable()