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),
302 Item(const Item& o) : sourcePos(o.sourcePos),
310 sourcePos = o.sourcePos;
320 SourcePos sourcePos; member in class:ResourceTable::Item
354 status_t makeItABag(const SourcePos& sourcePos);
356 status_t emptyBag(const SourcePos& sourcePos);
448 Public() : sourcePos(), iden
465 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.cpp285 const SourcePos sourcePos;
296 , sourcePos(in->getPrintableSource(), block.getLineNumber())
311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) {
346 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
358 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
375 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
381 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
393 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
399 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident,
406 attr.sourcePos
1823 addPublic(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const uint32_t ident) argument
1847 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
1880 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
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
3484 makeItABag(const SourcePos& sourcePos) argument
3500 setItem(const SourcePos& sourcePos, const String16& value, const Vector<StringPool::entry_style_span>* style, int32_t format, const bool overwrite) 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
3580 emptyBag(const SourcePos& sourcePos) argument
3838 addPublic(const SourcePos& sourcePos, const String16& name, const uint32_t ident) argument
3890 getEntry(const String16& entry, const SourcePos& sourcePos, const ResTable_config* config, bool doSetIndex, bool overlay, bool autoAddOverlay) argument
4095 getType(const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
4272 getType(const String16& package, const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
4284 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 62 milliseconds