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