Searched refs:bag_entry (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 47 : 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 …]
|
D | ResourceTypes.cpp | 3463 const bag_entry* bag; in applyStyle() 3484 const bag_entry* end = bag + N; in applyStyle() 4241 ssize_t ResTable::lockBag(uint32_t resID, const bag_entry** outBag) const in lockBag() 4252 void ResTable::unlockBag(const bag_entry* /*bag*/) const in unlockBag() 4268 ssize_t ResTable::getBagLocked(uint32_t resID, const bag_entry** outBag, in getBagLocked() 4318 *outBag = (bag_entry*)(set+1); in getBagLocked() 4383 const bag_entry* parentBag; in getBagLocked() 4387 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*NT); in getBagLocked() 4392 memcpy(set+1, parentBag, NP*sizeof(bag_entry)); in getBagLocked() 4406 set = (bag_set*)malloc(sizeof(bag_set)+sizeof(bag_entry)*N); in getBagLocked() [all …]
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 939 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/ |
D | AssetManager2_bench.cpp | 196 const ResTable::bag_entry* bag_begin; in BM_AssetManagerGetBagOld() 198 const ResTable::bag_entry* const bag_end = bag_begin + N; in BM_AssetManagerGetBagOld()
|
D | ResTable_test.cpp | 207 const ResTable::bag_entry* entry; in TEST()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1713 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/ |
D | SymbolTable.cpp | 232 const android::ResTable::bag_entry* entry; in LookupAttributeInTable()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1036 const ResTable::bag_entry* entry; in getPlatformAssetCookie()
|