OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowSlotChunk
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
CursorWindow.cpp
137
mHeader->freeOffset = sizeof(Header) + sizeof(
RowSlotChunk
);
142
RowSlotChunk
* firstChunk = static_cast<
RowSlotChunk
*>(offsetToPtr(mHeader->firstChunkOffset));
225
RowSlotChunk
* chunk = static_cast<
RowSlotChunk
*>(
228
chunk = static_cast<
RowSlotChunk
*>(offsetToPtr(chunk->nextChunkOffset));
236
RowSlotChunk
* chunk = static_cast<
RowSlotChunk
*>(
239
chunk = static_cast<
RowSlotChunk
*>(offsetToPtr(chunk->nextChunkOffset));
244
chunk->nextChunkOffset = alloc(sizeof(
RowSlotChunk
), true /*aligned*/)
[
all
...]
/frameworks/base/include/androidfw/
CursorWindow.h
157
struct
RowSlotChunk
{
Completed in 34 milliseconds