Searched refs:cols (Results 1 – 15 of 15) sorted by relevance
30 .auto-img-container-cols {35 .auto-img-frame-cols {40 .auto-img-shot-cols {62 .cols-leftp {126 <div class="cols">128 <div class="auto-img-container-cols">129 <img class="auto-img-frame-cols" src="/auto/images/assets/landing/FrameA.png" />130 <img class="auto-img-shot-cols" src="/auto/images/assets/landing/01.gif" />134 <div class="auto-img-container-cols">135 <img class="auto-img-frame-cols" src="/auto/images/assets/landing/FrameA.png" />[all …]
418 String[] cols = new String[projection.length]; in query() local423 cols[i] = OpenableColumns.DISPLAY_NAME; in query()426 cols[i] = OpenableColumns.SIZE; in query()431 cols = copyOf(cols, i); in query()434 final MatrixCursor cursor = new MatrixCursor(cols, 1); in query()
459 final int cols = getColumnCount(record.row); in onLayout() local461 final int extra = (w - cw * cols) / (cols + 1); in onLayout()490 int cols = 0; in getColumnCount() local493 if (record.row == row) cols++; in getColumnCount()495 return cols; in getColumnCount()
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()
523 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local525 int length = cols.length; in dumpCurrentRow()535 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()547 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local549 int length = cols.length; in dumpCurrentRow()559 sb.append(" " + cols[i] + '=' + value + "\n"); in dumpCurrentRow()
90 <div class="landing-breakout cols">141 <div class="landing-breakout cols">203 <div class="landing-partners cols">267 <div class="cols">
72 <div class="landing-breakout cols">
200 <div class="cols" style="padding:10px 0">222 </div><!-- end cols -->
285 <div class="cols" style="margin:30px 0 60px">
99 <div class="landing-breakout cols">172 <div class="cols">
65 <div class="landing-breakout cols">
273 …<textarea id="snippet" cols="100" rows="5" style="font-family:monospace;background-color:#efefef;p…
355 <textarea id="snippet" cols="100" rows="5" onclick="this.select()"
3255 PrintTable(int cols) { in PrintTable() argument3256 mCols = cols; in PrintTable()