Searched refs:isId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 139 bool isId = false); 151 bool isId = false, 257 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false) in Item() 265 isId(o.isId), value(o.value), style(o.style), in Item() 273 isId = o.isId; 283 mutable bool isId; variable 325 bool replace=false, bool isId = false,
|
D | ResourceTable.cpp | 1806 bool replace, bool isId) in startBag() argument 1872 bool replace, bool isId, const int32_t format) in addBag() argument 1901 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format); in addBag() 3129 , isId(_isId) in Item() 3189 bool replace, bool isId, int32_t format) in addToBag() argument 3196 Item item(sourcePos, isId, value, style, format); in addToBag() 3240 if (it.isId) { in generateAttributes() 3298 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds() 3302 String8(it.isId ? id16 : attr16).string(), in assignResourceIds()
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 176 NO DOC BLOCK: org.w3c.dom.Attr Method isId()
|
/frameworks/base/api/ |
D | current.txt | 50999 method public abstract boolean isId();
|