Home | History | Annotate | Download | only in androidfw

Lines Matching refs:NT

3360             const size_t NT = ((NP >= 0) ? NP : 0) + N;
3361 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT);
3373 set->availAttrs = NT;
4826 const size_t NT = allTypes->configs.size();
4827 for (size_t i=0; i<NT; i++) {