Searched refs:cols (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java442 String[] cols = new String[projection.length];
447 cols[i] = OpenableColumns.DISPLAY_NAME;
450 cols[i] = OpenableColumns.SIZE;
455 cols = copyOf(cols, i);
458 final MatrixCursor cursor = new MatrixCursor(cols, 1);
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DChannelTest.java238 String[] cols = Channel.PROJECTION;
239 MatrixCursor cursor = new MatrixCursor(cols);
241 for (String col : cols) {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java70 private ArrayList<ArrayList> createTestList(int rows, int cols) { argument
77 for (int j = 0; j < cols; j++) {
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; local
591 frames[row].resize(cols);
592 for (unsigned int col = 0; col < cols; col++) {
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java543 String[] cols = cursor.getColumnNames();
545 int length = cols.length;
555 stream.println(" " + cols[i] + '=' + value);
567 String[] cols = cursor.getColumnNames();
569 int length = cols.length;
579 sb.append(" " + cols[i] + '=' + value + "\n");
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dnumeric.h134 for (int col = 0; col < result.cols(); ++col) {
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3409 PrintTable(int cols) { argument
3410 mCols = cols;

Completed in 8394 milliseconds