Home
last modified time | relevance | path

Searched refs:sourcePos (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h69 SourcePos sourcePos; member
74 :sourcePos(p), in AccessorCookie()
305 Item(const Item& o) : sourcePos(o.sourcePos), in Item()
313 sourcePos = o.sourcePos;
323 SourcePos sourcePos; variable
357 status_t makeItABag(const SourcePos& sourcePos);
359 status_t emptyBag(const SourcePos& sourcePos);
455 Public() : sourcePos(), ident(0) { } in Public()
459 : sourcePos(pos), in Public()
461 Public(const Public& o) : sourcePos(o.sourcePos), in Public()
[all …]
DResourceTable.cpp296 const SourcePos sourcePos; member
307 , sourcePos(in->getPrintableSource(), block.getLineNumber()) in PendingAttribute()
322 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
357 attr.sourcePos.error("A 'name' attribute is required for <attr>\n"); in compileAttribute()
369 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n", in compileAttribute()
386 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n", in compileAttribute()
392 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
404 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n", in compileAttribute()
410 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
417 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n"); in compileAttribute()
[all …]
DAaptAssets.h320 : name(o.name), sourcePos(o.sourcePos), isPublic(o.isPublic) in AaptSymbolEntry()
327 sourcePos = o.sourcePos;
340 SourcePos sourcePos; variable
475 if (pos != NULL && sym.sourcePos.line < 0) { in edit_symbol()
476 sym.sourcePos = *pos; in edit_symbol()
DAaptAssets.cpp850 … entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string()); in applyJavaSymbols()