Searched defs:NP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp3904 const size_t NP = mPublic.size(); local
3905 //printf("Ordering %d configs from %d public defs\n", N, NP);
3907 for (j=0; j<NP; j++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3898 const ssize_t NP = getBagLocked(resolvedParent, &parentBag, &parentTypeSpecFlags); local
3899 const size_t NT = ((NP >= 0) ? NP : 0) + N;
3904 if (NP > 0) {
3905 memcpy(set+1, parentBag, NP*sizeof(bag_entry));
3906 set->numAttrs = NP;
3907 TABLE_NOISY(ALOGI("Initialized new bag with %d inherited attributes.\n", NP));

Completed in 214 milliseconds