Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAssetManager2_test.cpp260 const ResolvedBag* bag = assetmanager.GetBag(basic::R::array::integerArray1); in TEST_F() local
287 const ResolvedBag* bag = assetmanager.GetBag(fix_package_id(lib_one::R::style::Theme, 0x03)); in TEST_F() local
306 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::ThemeMultiLib); in TEST_F() local
327 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme); in TEST_F() local
DAssetManager2_bench.cpp142 const ResolvedBag* bag = assets.GetBag(app::R::style::StyleTwo); in BM_AssetManagerGetBag() local
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h524 inline const ResolvedBag::Entry* begin(const ResolvedBag* bag) { in begin()
528 inline const ResolvedBag::Entry* end(const ResolvedBag* bag) { in end()
/frameworks/base/cmds/idmap2/idmap2/
DLookup.cpp139 const android::ResolvedBag* bag = am->GetBag(static_cast<uint32_t>(value.data)); in GetValue() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp737 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceBagValue() local
770 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetStyleAttributes() local
790 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceStringArray() local
846 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceStringArrayInfo() local
888 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceIntArray() local
926 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceArraySize() local
936 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceArray() local
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp54 explicit BagAttributeFinder(const ResolvedBag* bag) in BagAttributeFinder()
DAssetManager2.cpp977 auto bag = GetBag(resid, found_resids); in GetBag() local
1359 const ResolvedBag* bag = asset_manager_->GetBag(resid); in ApplyStyle() local
DResourceTypes.cpp3689 const bag_entry* bag; in applyStyle() local
5424 const bag_entry* bag; in stringToValue() local
5834 const bag_entry* bag; in stringToValue() local
5873 const bag_entry* bag; in stringToValue() local
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp272 const android::ResolvedBag* bag = am.GetBag(id.id); in LookupAttributeInTable() local
/frameworks/base/tools/aapt/
DResourceTable.cpp4660 const KeyedVector<String16, Item>& bag = e->getBag(); in modifyForCompat() local