Searched defs:cols (Results 1 – 6 of 6) sorted by relevance
68 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList()
459 final int cols = getColumnCount(record.row); in onLayout() local490 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
523 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local547 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
3255 PrintTable(int cols) { in PrintTable()