Searched refs:cols (Results 1 – 6 of 6) sorted by relevance
158 private static ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument165 for (int j = 0; j < cols; j++) { in createTestList()
449 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local451 int length = cols.length; in dumpCurrentRow()461 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()473 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local475 int length = cols.length; in dumpCurrentRow()485 sb.append(" " + cols[i] + '=' + value + "\n"); in dumpCurrentRow()
68 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument75 for (int j = 0; j < cols; j++) { in createTestList()
589 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local590 frames[row].resize(cols); in initFrames()591 for (unsigned int col = 0; col < cols; col++) { in initFrames()
515 <textarea id="snippet" cols="80" rows="4" onclick="this.select()"
2331 /sdcard/android/layout_tests/fast/forms/textarea-rows-cols.html2410 /sdcard/android/layout_tests/fast/table/fixed-granular-cols.html3197 /sdcard/android/layout_tests/fast/frames/empty-cols-attribute.html