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

/frameworks/base/tools/aapt/
H A DResourceTable.h160 bool isId = false);
172 bool isId = false,
295 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
303 isId(o.isId), value(o.value), style(o.style),
311 isId = o.isId;
321 mutable bool isId; member in class:ResourceTable::Item
367 bool replace=false, bool isId = false,
H A DResourceTable.cpp1887 bool replace, bool /* isId */)
1949 bool replace, bool isId, const int32_t format)
1978 status_t err = e->addToBag(sourcePos, bagKey, value, style, replace, isId, format);
3448 , isId(_isId)
3538 bool replace, bool isId, int32_t format)
3545 Item item(sourcePos, isId, value, style, format);
3600 if (it.isId) {
3663 it.isId ? &id16 : &attr16, NULL, &errorMsg);
3667 String8(it.isId ? id16 : attr16).string(),
1940 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
3535 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 1001 milliseconds