Searched refs:isId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 160 bool isId = false); 172 bool isId = false, 298 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false) in Item() 306 isId(o.isId), value(o.value), style(o.style), in Item() 314 isId = o.isId; 324 mutable bool isId; variable 370 bool replace=false, bool isId = false,
|
D | ResourceTable.cpp | 1959 bool replace, bool isId, const int32_t format) in addBag() argument 1988 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format); in addBag() 3459 , isId(_isId) in Item() 3549 bool replace, bool isId, int32_t format) in addToBag() argument 3556 Item item(sourcePos, isId, value, style, format); in addToBag() 3611 if (it.isId) { in generateAttributes() 3674 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds() 3678 String8(it.isId ? id16 : attr16).c_str(), in assignResourceIds()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57798 method public abstract boolean isId();
|