Home | History | Annotate | Download | only in aapt

Lines Matching refs:extra

497     // if there are extra parts, it doesn't match
1205 const size_t extra = mDataSize%wordSize;
1206 if (extra == 0) {
1211 void* data = editData(initial+(wordSize-extra));
1213 memset(((uint8_t*)data) + initial, 0, wordSize-extra);