Home
last modified time | relevance | path

Searched refs:bag_entry (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp47 : public BackTrackingAttributeFinder<BagAttributeFinder, const ResTable::bag_entry*> {
49 BagAttributeFinder(const ResTable::bag_entry* start, in BagAttributeFinder()
50 const ResTable::bag_entry* end) in BagAttributeFinder()
53 inline uint32_t GetAttribute(const ResTable::bag_entry* entry) const { in GetAttribute()
89 const ResTable::bag_entry* def_style_start = nullptr; in ResolveAttrs()
96 const ResTable::bag_entry* const def_style_end = in ResolveAttrs()
129 const ResTable::bag_entry* const def_style_entry = def_style_attr_finder.Find(cur_ident); in ResolveAttrs()
253 const ResTable::bag_entry* def_style_attr_start = nullptr; in ApplyStyle()
260 const ResTable::bag_entry* const def_style_attr_end = in ApplyStyle()
266 const ResTable::bag_entry* style_attr_start = nullptr; in ApplyStyle()
[all …]
DResourceTypes.cpp3488 const bag_entry* bag; in applyStyle()
3509 const bag_entry* end = bag + N; in applyStyle()
4266 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag()
4277 void ResTable::unlockBag(const bag_entry* /*bag*/) const in unlockBag()
4293 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked()
4343 *outBag = (bag_entry*)(set+1); in getBagLocked()
4408 const bag_entry* parentBag; in getBagLocked()
4412 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked()
4417 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked()
4431 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked()
[all …]
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp939 const ResTable::bag_entry* entry = NULL; in android_content_AssetManager_loadResourceBagValue()
1266 const ResTable::bag_entry* defStyleEnt = NULL; in android_content_AssetManager_getArraySize()
1303 const ResTable::bag_entry* arrayEnt = NULL; in android_content_AssetManager_retrieveArray()
1306 const ResTable::bag_entry* endArrayEnt = arrayEnt + in android_content_AssetManager_retrieveArray()
1411 const ResTable::bag_entry* startOfBag; in android_content_AssetManager_getArrayStringInfo()
1424 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringInfo()
1463 const ResTable::bag_entry* startOfBag; in android_content_AssetManager_getArrayStringResource()
1476 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayStringResource()
1529 const ResTable::bag_entry* startOfBag; in android_content_AssetManager_getArrayIntResource()
1542 const ResTable::bag_entry* bag = startOfBag; in android_content_AssetManager_getArrayIntResource()
[all …]
/frameworks/base/libs/androidfw/tests/
DAssetManager2_bench.cpp196 const ResTable::bag_entry* bag_begin; in BM_AssetManagerGetBagOld()
198 const ResTable::bag_entry* const bag_end = bag_begin + N; in BM_AssetManagerGetBagOld()
DResTable_test.cpp207 const ResTable::bag_entry* entry; in TEST()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1713 struct bag_entry { struct
1730 ssize_t lockBag(uint32_t resID, const bag_entry** outBag) const; argument
1732 void unlockBag(const bag_entry* bag) const;
1736 ssize_t getBagLocked(uint32_t resID, const bag_entry** outBag,
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp232 const android::ResTable::bag_entry* entry; in LookupAttributeInTable()
/frameworks/base/tools/aapt/
DResource.cpp1036 const ResTable::bag_entry* entry; in getPlatformAssetCookie()