Searched refs:cols (Results 1 – 7 of 7) sorted by relevance
442 String[] cols = new String[projection.length]; in query() local447 cols[i] = OpenableColumns.DISPLAY_NAME; in query()450 cols[i] = OpenableColumns.SIZE; in query()455 cols = copyOf(cols, i); in query()458 final MatrixCursor cursor = new MatrixCursor(cols, 1); in query()
238 String[] cols = Channel.PROJECTION; in getChannelCursor() local239 MatrixCursor cursor = new MatrixCursor(cols); in getChannelCursor()241 for (String col : cols) { in getChannelCursor()
70 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument77 for (int j = 0; j < cols; j++) { in createTestList()
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local591 frames[row].resize(cols); in initFrames()592 for (unsigned int col = 0; col < cols; col++) { in initFrames()
543 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local545 int length = cols.length; in dumpCurrentRow()555 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()567 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local569 int length = cols.length; in dumpCurrentRow()579 sb.append(" " + cols[i] + '=' + value + "\n"); in dumpCurrentRow()
134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange()
3409 PrintTable(int cols) { in PrintTable() argument3410 mCols = cols; in PrintTable()