Searched defs:cols (Results 1 – 6 of 6) sorted by relevance
23 static void BM_CursorWindowWrite(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowWrite()54 static void BM_CursorWindowRead(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowRead()
50 auto cols = std::min(w->getNumColumns(), static_cast<uint32_t>(128)); in LLVMFuzzerTestOneInput() local
71 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList()
590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local
717 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local741 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
4053 PrintTable(int cols) { in PrintTable()