Searched defs:bag (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1213 // Retrieve the default style bag, if requested.
1432 // Retrieve the default style bag, if requested.
1441 // Retrieve the style class bag, if requested.
1907 const ResTable::bag_entry* bag = startOfBag; local
1908 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1911 value = bag->map.value;
1914 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1959 const ResTable::bag_entry* bag = startOfBag; local
1961 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1962 value = bag
2025 const ResTable::bag_entry* bag = startOfBag; local
2068 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp609 printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
610 " pid=%s, bag=%s, id=%s: %s\n",
811 const String16 bag16("bag");
1434 "A 'type' attribute is required for <bag>\n");
1527 // Figure out the parent of this bag...
1781 // Every resource table always has one first entry, the bag attributes.
1963 printf("Adding bag left: file=%s, line=%d, type=%s\n",
2572 // First generate all bag attributes and assign indices.
3510 sourcePos.error("Resource entry %s is already defined as a bag.",
3514 sourcePos.error("Resource entry %s is already defined as a bag
4641 const KeyedVector<String16, Item>& bag = e->getBag(); local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3226 * This includes the bag caches and filtered types.
3353 const bag_entry* bag; local
3356 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags);
3374 const bag_entry* end = bag + N;
3375 while (bag < end) {
3376 const uint32_t attrRes = bag->map.name.ident;
3385 bag++;
3401 bag++;
3422 bag++;
3428 attrRes, bag
5078 const bag_entry* bag; local
5488 const bag_entry* bag; local
5527 const bag_entry* bag; local
[all...]

Completed in 236 milliseconds