Searched refs:cols (Results 1 – 10 of 10) sorted by relevance
23 static void BM_CursorWindowWrite(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowWrite() argument29 w->setNumColumns(cols); in BM_CursorWindowWrite()32 for (int col = 0; col < cols; col++) { in BM_CursorWindowWrite()54 static void BM_CursorWindowRead(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowRead() argument57 w->setNumColumns(cols); in BM_CursorWindowRead()64 for (int col = 0; col < cols; col++) { in BM_CursorWindowRead()
50 auto cols = std::min(w->getNumColumns(), static_cast<uint32_t>(128)); in LLVMFuzzerTestOneInput() local52 for (auto col = 0; col < cols; col++) { in LLVMFuzzerTestOneInput()71 if (rows > 0 && cols > 0) { in LLVMFuzzerTestOneInput()
71 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument78 for (int j = 0; j < cols; j++) { in createTestList()
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local591 frames[row].resize(cols); in initFrames()592 for (unsigned int col = 0; col < cols; col++) { in initFrames()
717 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local719 int length = cols.length; in dumpCurrentRow()729 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()741 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local743 int length = cols.length; in dumpCurrentRow()753 sb.append(" ").append(cols[i]).append('=').append(value).append('\n'); in dumpCurrentRow()
134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange()
213 uint32_t cols;
4053 PrintTable(int cols) { in PrintTable() argument4054 mCols = cols; in PrintTable()
2516 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()5327 writeInt8(item.cols - 1); in writeIdatBox()
22240 field public static final String KEY_GRID_COLUMNS = "grid-cols";