Searched refs:cols (Results 1 – 11 of 11) sorted by relevance
460 String[] cols = new String[projection.length]; in query() local465 cols[i] = OpenableColumns.DISPLAY_NAME; in query()468 cols[i] = OpenableColumns.SIZE; in query()473 cols = copyOf(cols, i); in query()476 final MatrixCursor cursor = new MatrixCursor(cols, 1); in query()
240 String[] cols = Channel.PROJECTION; in getChannelCursor() local241 MatrixCursor cursor = new MatrixCursor(cols); in getChannelCursor()243 for (String col : cols) { in getChannelCursor()
33 public Matrix(int rows, int cols) { in Matrix() argument35 m = cols; in Matrix()36 mem = new double[rows * cols]; in Matrix()
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()
187 uint32_t cols;
2062 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()4352 writeInt8(mItems[i].cols - 1); in writeIdatBox()
4040 PrintTable(int cols) { in PrintTable() argument4041 mCols = cols; in PrintTable()
23715 field public static final java.lang.String KEY_GRID_COLUMNS = "grid-cols";