Searched defs: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/native/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/services/core/java/com/android/server/content/
H A DSyncManager.java3255 PrintTable(int cols) { argument
3256 mCols = cols;

Completed in 140 milliseconds