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

/frameworks/base/tools/aapt/
H A DResourceTable.h139 bool isId = false);
151 bool isId = false,
257 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
265 isId(o.isId), value(o.value), style(o.style),
273 isId = o.isId;
283 mutable bool isId; member in class:ResourceTable::Item
325 bool replace=false, bool isId = false,
H A DResourceTable.cpp1745 bool replace, bool isId)
1811 bool replace, bool isId, const int32_t format)
1840 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format);
3068 , isId(_isId)
3128 bool replace, bool isId, int32_t format)
3135 Item item(sourcePos, isId, value, style, format);
3179 if (it.isId) {
3237 it.isId ? &id16 : &attr16, NULL, &errorMsg);
3241 String8(it.isId ? id16 : attr16).string(),
1738 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
1802 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
3125 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 108 milliseconds