Home | History | Annotate | Download | only in aapt

Lines Matching defs:dat

435         void* dat = (void*)pool->editData(preSize + strPos + totalSize);
436 if (dat == NULL) {
440 dat = (uint8_t*)dat + preSize + strPos;
442 uint8_t* strings = (uint8_t*)dat;
450 uint16_t* strings = (uint16_t*)dat;
464 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
465 if (dat == NULL) {
469 memset(dat+preSize+strPos, 0, padPos-strPos);
483 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
484 if (dat == NULL) {
488 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
505 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
506 if (dat == NULL) {
510 uint32_t* p = (uint32_t*)(dat+preSize+styPos);