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

  /frameworks/base/tools/aapt/
StringPool.cpp 233 if (pool->editData(preSize) == NULL) {
262 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
291 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
310 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
332 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
AaptAssets.h 192 void* editData(size_t size);
193 void* editData(size_t* outSize = NULL);
AaptAssets.cpp     [all...]
ResourceTable.cpp     [all...]
XMLNode.cpp     [all...]

Completed in 1892 milliseconds