Home | History | Annotate | Download | only in androidfw

Lines Matching defs:NP

3359             const ssize_t NP = getBagLocked(parent, &parentBag, &parentTypeSpecFlags);
3360 const size_t NT = ((NP >= 0) ? NP : 0) + N;
3365 if (NP > 0) {
3366 memcpy(set+1, parentBag, NP*sizeof(bag_entry));
3367 set->numAttrs = NP;
3368 TABLE_NOISY(ALOGI("Initialized new bag with %d inherited attributes.\n", NP));