Searched refs:isId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.h108 bool isId = false);
120 bool isId = false,
219 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
227 isId(o.isId), value(o.value), style(o.style),
235 isId = o.isId;
245 mutable bool isId; member in class:ResourceTable::Item
287 bool replace=false, bool isId = false,
H A DResourceTable.cpp1683 bool replace, bool isId)
1756 bool replace, bool isId, const int32_t format)
1792 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format);
3025 , isId(_isId)
3085 bool replace, bool isId, int32_t format)
3092 Item item(sourcePos, isId, value, style, format);
3136 if (it.isId) {
3194 it.isId ? &id16 : &attr16, NULL, &errorMsg);
3198 String8(it.isId ? id16 : attr16).string(),
1676 startBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const ResTable_config* params, bool overlay, bool replace, bool isId) argument
1747 addBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const String16& bagKey, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, bool replace, bool isId, const int32_t format) argument
3082 addToBag(const SourcePos& sourcePos, const String16& key, const String16& value, const Vector<StringPool::entry_style_span>* style, bool replace, bool isId, int32_t format) argument

Completed in 29 milliseconds