Searched refs:bag (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3056 const bag_entry* bag; local
3059 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags);
3073 const bag_entry* end = bag + N;
3074 while (bag < end) {
3075 const uint32_t attrRes = bag->map.name.ident;
3084 bag++;
3101 bag++;
3119 bag++;
3124 attrRes, bag->map.value.dataType, bag
4609 const bag_entry* bag; local
5008 const bag_entry* bag; local
5047 const bag_entry* bag; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1101 // Retrieve the default style bag, if requested.
1306 // Retrieve the default style bag, if requested.
1315 // Retrieve the style class bag, if requested.
1767 const ResTable::bag_entry* bag = startOfBag; local
1768 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1771 value = bag->map.value;
1774 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1819 const ResTable::bag_entry* bag = startOfBag; local
1821 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1822 value = bag
1884 const ResTable::bag_entry* bag = startOfBag; local
1928 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1393 // in the bag so can not be handled generically for TYPE_ANY.
1590 * Retrieve the bag of a resource. If the resoruce is found, returns the
1594 * Note that this function -does- do reference traversal of the bag data.
1597 * @param outBag Filled inm with a pointer to the bag mappings.
1599 * @return ssize_t Either a >= 0 bag count of negative error code.
1603 void unlockBag(const bag_entry* bag) const;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp603 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
604 " pid=%s, bag=%s, id=%s: %s\n",
802 const String16 bag16("bag");
1409 "A 'type' attribute is required for <bag>\n");
1502 // Figure out the parent of this bag...
1753 // Every resource table always has one first entry, the bag attributes.
1935 printf("Adding bag left: file=%s, line=%d, type=%s\n",
2484 // First generate all bag attributes and assign indices.
3398 sourcePos.error("Resource entry %s is already defined as a bag.",
3402 sourcePos.error("Resource entry %s is already defined as a bag
4498 const KeyedVector<String16, Item>& bag = e->getBag(); local
[all...]

Completed in 154 milliseconds