Home | History | Annotate | Download | only in aapt

Lines Matching defs:ENTRIES

47     printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
206 // Place blank entries in the span array up to this index.
231 // This is a vector that starts out with a 1:1 mapping to entries
258 SortedVector<entry> entries;
263 entries.add(mEntries[mEntryArray[i]]);
266 for (size_t i=0; i<entries.size(); i++) {
268 entries[i].makeConfigsString().string());
312 // Now trim any entries at the end of the new style array that are
398 const size_t ENTRIES = mEntryArray.size();
404 + (sizeof(uint32_t)*ENTRIES)
530 header->stringCount = htodl(ENTRIES);
541 for (i=0; i<ENTRIES; i++) {