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

/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java68 private ArrayList<ArrayList> createTestList(int rows, int cols) { argument
75 for (int j = 0; j < cols; j++) {
/frameworks/base/opengl/tests/hwc/
H A DhwcStress.cpp589 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; local
590 frames[row].resize(cols);
591 for (unsigned int col = 0; col < cols; col++) {
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java527 String[] cols = cursor.getColumnNames();
529 int length = cols.length;
539 stream.println(" " + cols[i] + '=' + value);
551 String[] cols = cursor.getColumnNames();
553 int length = cols.length;
563 sb.append(" " + cols[i] + '=' + value + "\n");

Completed in 187 milliseconds