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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp963 // Retrieve the default style bag, if requested.
972 // Retrieve the style class bag, if requested.
1394 const ResTable::bag_entry* bag = startOfBag; local
1395 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1398 value = bag->map.value;
1401 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1446 const ResTable::bag_entry* bag = startOfBag; local
1448 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1449 value = bag->map.value;
1453 ssize_t block = res.resolveReference(&value, bag
1493 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1309 const bag_entry* bag; local
1312 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags);
1326 const bag_entry* end = bag + N;
1327 while (bag < end) {
1328 const uint32_t attrRes = bag->map.name.ident;
1337 bag++;
1357 bag++;
1375 bag++;
1380 attrRes, bag->map.value.dataType, bag
2766 const bag_entry* bag; local
3143 const bag_entry* bag; local
3182 const bag_entry* bag; local
[all...]

Completed in 21 milliseconds