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.cpp992 // Retrieve the default style bag, if requested.
1001 // Retrieve the style class bag, if requested.
1461 const ResTable::bag_entry* bag = startOfBag; local
1462 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1465 value = bag->map.value;
1468 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1519 const ResTable::bag_entry* bag = startOfBag; local
1521 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1522 value = bag->map.value;
1526 ssize_t block = res.resolveReference(&value, bag
1585 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1679 // in the bag so can not be handled generically for TYPE_ANY.
1801 * Retrieve the bag of a resource. If the resoruce is found, returns the
1805 * Note that this function -does- do reference traversal of the bag data.
1808 * @param outBag Filled inm with a pointer to the bag mappings.
1810 * @return ssize_t Either a >= 0 bag count of negative error code.
1814 void unlockBag(const bag_entry* bag) const;

Completed in 461 milliseconds