Searched defs:cols (Results 1 – 5 of 5) sorted by relevance
68 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList()
590 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
2883 PrintTable(int cols) { in PrintTable()