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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2488 const bag_entry* bag; local
2491 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags);
2505 const bag_entry* end = bag + N;
2506 while (bag < end) {
2507 const uint32_t attrRes = bag->map.name.ident;
2516 bag++;
2536 bag++;
2554 bag++;
2559 attrRes, bag->map.value.dataType, bag
4100 const bag_entry* bag; local
4477 const bag_entry* bag; local
4516 const bag_entry* bag; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp955 // Retrieve the default style bag, if requested.
964 // Retrieve the style class bag, if requested.
1419 const ResTable::bag_entry* bag = startOfBag; local
1420 for (size_t i = 0, j = 0; ((ssize_t)i)<N; i++, bag++) {
1423 value = bag->map.value;
1426 stringBlock = res.resolveReference(&value, bag->stringBlock, NULL);
1477 const ResTable::bag_entry* bag = startOfBag; local
1479 for (size_t i=0; ((ssize_t)i)<N; i++, bag++) {
1480 value = bag->map.value;
1484 ssize_t block = res.resolveReference(&value, bag
1542 const ResTable::bag_entry* bag = startOfBag; local
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1376 public Builder setExtras(Bundle bag) { argument
1377 mExtras = bag;
/frameworks/base/include/androidfw/
H A DResourceTypes.h1223 // in the bag so can not be handled generically for TYPE_ANY.
1347 * Retrieve the bag of a resource. If the resoruce is found, returns the
1351 * Note that this function -does- do reference traversal of the bag data.
1354 * @param outBag Filled inm with a pointer to the bag mappings.
1356 * @return ssize_t Either a >= 0 bag count of negative error code.
1360 void unlockBag(const bag_entry* bag) const;

Completed in 668 milliseconds