Home
last modified time | relevance | path

Searched refs:cols (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DCursorWindow_bench.cpp23 static void BM_CursorWindowWrite(benchmark::State& state, size_t rows, size_t cols) { in BM_CursorWindowWrite() argument
29 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() argument
57 w->setNumColumns(cols); in BM_CursorWindowRead()
64 for (int col = 0; col < cols; col++) { in BM_CursorWindowRead()
/frameworks/base/libs/androidfw/fuzz/cursorwindow_fuzzer/
Dcursorwindow_fuzzer.cpp50 auto cols = std::min(w->getNumColumns(), static_cast<uint32_t>(128)); in LLVMFuzzerTestOneInput() local
52 for (auto col = 0; col < cols; col++) { in LLVMFuzzerTestOneInput()
71 if (rows > 0 && cols > 0) { in LLVMFuzzerTestOneInput()
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java71 private ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument
78 for (int j = 0; j < cols; j++) { in createTestList()
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; in initFrames() local
591 frames[row].resize(cols); in initFrames()
592 for (unsigned int col = 0; col < cols; col++) { in initFrames()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java717 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
719 int length = cols.length; in dumpCurrentRow()
729 stream.println(" " + cols[i] + '=' + value); in dumpCurrentRow()
741 String[] cols = cursor.getColumnNames(); in dumpCurrentRow() local
743 int length = cols.length; in dumpCurrentRow()
753 sb.append(" ").append(cols[i]).append('=').append(value).append('\n'); in dumpCurrentRow()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dnumeric.h134 for (int col = 0; col < result.cols(); ++col) { in RandomInRange()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h213 uint32_t cols;
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java4053 PrintTable(int cols) { in PrintTable() argument
4054 mCols = cols; in PrintTable()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2516 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()
5327 writeInt8(item.cols - 1); in writeIdatBox()
/frameworks/base/core/api/
Dcurrent.txt22240 field public static final String KEY_GRID_COLUMNS = "grid-cols";