Home | History | Annotate | Download | only in aapt

Lines Matching refs:dat

455         void* dat = (void*)pool->editData(preSize + strPos + totalSize);
456 if (dat == NULL) {
460 dat = (uint8_t*)dat + preSize + strPos;
462 uint8_t* strings = (uint8_t*)dat;
470 uint16_t* strings = (uint16_t*)dat;
484 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
485 if (dat == NULL) {
489 memset(dat+preSize+strPos, 0, padPos-strPos);
503 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
504 if (dat == NULL) {
508 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
525 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
526 if (dat == NULL) {
530 uint32_t* p = (uint32_t*)(dat+preSize+styPos);