Home
last modified time | relevance | path

Searched refs:Res_GETENTRY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3078 const uint32_t e = Res_GETENTRY(attrRes); in applyStyle()
3192 const uint32_t e = Res_GETENTRY(resID); in getAttribute()
3559 const int e = Res_GETENTRY(resID); in getResourceName()
3622 const int e = Res_GETENTRY(resID); in getResource()
3787 const int e = Res_GETENTRY(resID); in getBagLocked()
4714 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue()
4884 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue()
5439 const int e = Res_GETENTRY(resID); in getResourceFlags()
6122 typeMap.entryMap.editTop() = Res_GETENTRY(overlayResID); in createIdmap()
6124 typeMap.entryMap.add(Res_GETENTRY(overlayResID)); in createIdmap()
/frameworks/base/include/androidfw/
DResourceTypes.h244 #define Res_GETENTRY(id) (id&0xFFFF) macro
/frameworks/base/tools/aapt/
DResourceTable.cpp3731 int32_t entryIdx = Res_GETENTRY(ident); in addPublic()
3910 int32_t idx = Res_GETENTRY(p.ident); in applyPublicEntryOrder()
4247 int eid = Res_GETENTRY(resID); in getEntry()
4350 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel()