HomeSort by relevance Sort by last modified time
    Searched refs:ROW_SLOT_CHUNK_NUM_ROWS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/
CursorWindow.cpp 226 while (chunkPos >= ROW_SLOT_CHUNK_NUM_ROWS) {
228 chunkPos -= ROW_SLOT_CHUNK_NUM_ROWS;
237 while (chunkPos > ROW_SLOT_CHUNK_NUM_ROWS) {
239 chunkPos -= ROW_SLOT_CHUNK_NUM_ROWS;
241 if (chunkPos == ROW_SLOT_CHUNK_NUM_ROWS) {
  /frameworks/base/include/androidfw/
CursorWindow.h 140 static const size_t ROW_SLOT_CHUNK_NUM_ROWS = 100;
158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS];

Completed in 2339 milliseconds