Home
last modified time | relevance | path

Searched defs:bag (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h369 inline const ResolvedBag::Entry* begin(const ResolvedBag* bag) { return bag->entries; } in begin()
371 inline const ResolvedBag::Entry* end(const ResolvedBag* bag) { in end()
/frameworks/base/libs/androidfw/tests/
DAssetManager2_test.cpp209 const ResolvedBag* bag = assetmanager.GetBag(basic::R::array::integerArray1); in TEST_F() local
236 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme); in TEST_F() local
DAssetManager2_bench.cpp173 const ResolvedBag* bag = assets.GetBag(app::R::style::StyleTwo); in BM_AssetManagerGetBag() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1424 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringInfo() local
1476 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringResource() local
1542 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayIntResource() local
1585 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getStyleAttributes() local
/frameworks/base/libs/androidfw/
DAssetManager2.cpp707 const ResolvedBag* bag = asset_manager_->GetBag(resid); in ApplyStyle() local
DResourceTypes.cpp3488 const bag_entry* bag; in applyStyle() local
5218 const bag_entry* bag; in stringToValue() local
5628 const bag_entry* bag; in stringToValue() local
5667 const bag_entry* bag; in stringToValue() local
/frameworks/base/tools/aapt/
DResourceTable.cpp4663 const KeyedVector<String16, Item>& bag = e->getBag(); in modifyForCompat() local