Searched defs:sourcePos (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.h69 SourcePos sourcePos; member in struct:AccessorCookie
74 :sourcePos(p),
305 Item(const Item& o) : sourcePos(o.sourcePos),
313 sourcePos = o.sourcePos;
323 SourcePos sourcePos; member in class:ResourceTable::Item
357 status_t makeItABag(const SourcePos& sourcePos);
359 status_t emptyBag(const SourcePos& sourcePos);
455 Public() : sourcePos(), iden
472 SourcePos sourcePos; member in class:ResourceTable::Public
[all...]
H A DAaptAssets.h320 : name(o.name), sourcePos(o.sourcePos), isPublic(o.isPublic)
327 sourcePos = o.sourcePos;
340 SourcePos sourcePos; member in class:AaptSymbolEntry
475 if (pos != NULL && sym.sourcePos.line < 0) {
476 sym.sourcePos = *pos;
H A DResourceTable.cpp296 const SourcePos sourcePos;
307 , sourcePos(in->getPrintableSource(), block.getLineNumber())
322 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) {
357 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
369 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
386 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
392 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
404 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
410 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
417 attr.sourcePos
1834 addPublic(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const uint32_t ident) argument
1858 addEntry(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, const bool doSetIndex, const int32_t format, const bool overwrite) argument
1891 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 ) argument
1951 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
3505 makeItABag(const SourcePos& sourcePos) argument
3521 setItem(const SourcePos& sourcePos, const String16& value, const Vector<StringPool::entry_style_span>* style, int32_t format, const bool overwrite) argument
3556 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
3601 emptyBag(const SourcePos& sourcePos) argument
3859 addPublic(const SourcePos& sourcePos, const String16& name, const uint32_t ident) argument
3911 getEntry(const String16& entry, const SourcePos& sourcePos, const ResTable_config* config, bool doSetIndex, bool overlay, bool autoAddOverlay) argument
4116 getType(const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
4293 getType(const String16& package, const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
4305 getEntry(const String16& package, const String16& type, const String16& name, const SourcePos& sourcePos, bool overlay, const ResTable_config* config, bool doSetIndex) argument
[all...]

Completed in 67 milliseconds