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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp1408 const bag_entry* bag; local
1411 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags);
1425 const bag_entry* end = bag + N;
1426 while (bag < end) {
1427 const uint32_t attrRes = bag->map.name.ident;
1436 bag++;
1456 bag++;
1474 bag++;
1479 attrRes, bag->map.value.dataType, bag
2883 const bag_entry* bag; local
3260 const bag_entry* bag; local
3299 const bag_entry* bag; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp994 // Retrieve the default style bag, if requested.
1003 // Retrieve the style class bag, if requested.
1455 const ResTable::bag_entry* bag = startOfBag; local
1456 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1459 value = bag->map.value;
1462 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1514 const ResTable::bag_entry* bag = startOfBag; local
1516 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1517 value = bag->map.value;
1521 ssize_t block = res.resolveReference(&value, bag
1573 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1649 // in the bag so can not be handled generically for TYPE_ANY.
1771 * Retrieve the bag of a resource. If the resoruce is found, returns the
1775 * Note that this function -does- do reference traversal of the bag data.
1778 * @param outBag Filled inm with a pointer to the bag mappings.
1780 * @return ssize_t Either a >= 0 bag count of negative error code.
1784 void unlockBag(const bag_entry* bag) const;

Completed in 118 milliseconds