Home | History | Annotate | Download | only in aapt

Lines Matching refs:STYLES

141     LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
207 const size_t STYLES = mEntryStyleArray.size();
210 for (i=0; i<STYLES; i++) {
232 + (sizeof(uint32_t)*STYLES);
303 for (i=0; i<STYLES; i++) {
312 fprintf(stderr, "ERROR: Out of memory for string styles\n");
327 if (STYLES > 0) {
334 fprintf(stderr, "ERROR: Out of memory for string styles\n");
358 header->styleCount = htodl(STYLES);
366 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);
391 for (i=0; i<STYLES; i++) {
395 for (i=0; i<STYLES; i++) {