Searched defs:cols (Results 1 – 5 of 5) sorted by relevance
70 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList()
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local
419 String[] cols = new String[projection.length]; in query() local
543 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local567 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
3196 PrintTable(int cols) { in PrintTable()