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

/frameworks/base/tools/aapt/
H A DResourceTable.h150 bool isId = false);
162 bool isId = false,
277 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
285 isId(o.isId), value(o.value), style(o.style),
293 isId = o.isId;
303 mutable bool isId; member in class:ResourceTable::Item
349 bool replace=false, bool isId = false,
H A DResourceTable.cpp1859 bool replace, bool isId)
1921 bool replace, bool isId, const int32_t format)
1950 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format);
3336 , isId(_isId)
3426 bool replace, bool isId, int32_t format)
3433 Item item(sourcePos, isId, value, style, format);
3488 if (it.isId) {
3549 it.isId ? &id16 : &attr16, NULL, &errorMsg);
3553 String8(it.isId ? id16 : attr16).string(),
1852 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
1912 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
3423 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 16 milliseconds