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 227 while (chunkPos >= ROW_SLOT_CHUNK_NUM_ROWS) {
229 chunkPos -= ROW_SLOT_CHUNK_NUM_ROWS;
238 while (chunkPos > ROW_SLOT_CHUNK_NUM_ROWS) {
240 chunkPos -= ROW_SLOT_CHUNK_NUM_ROWS;
242 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 40 milliseconds