Searched refs:sourcePos (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 69 SourcePos sourcePos; member 74 :sourcePos(p), in AccessorCookie() 302 Item(const Item& o) : sourcePos(o.sourcePos), in Item() 310 sourcePos = o.sourcePos; 320 SourcePos sourcePos; variable 354 status_t makeItABag(const SourcePos& sourcePos); 356 status_t emptyBag(const SourcePos& sourcePos); 448 Public() : sourcePos(), ident(0) { } in Public() 452 : sourcePos(pos), in Public() 454 Public(const Public& o) : sourcePos(o.sourcePos), in Public() [all …]
|
D | ResourceTable.cpp | 285 const SourcePos sourcePos; member 296 , sourcePos(in->getPrintableSource(), block.getLineNumber()) in PendingAttribute() 311 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded() 346 attr.sourcePos.error("A 'name' attribute is required for <attr>\n"); in compileAttribute() 358 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n", in compileAttribute() 375 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n", in compileAttribute() 381 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 393 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n", in compileAttribute() 399 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 406 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n"); in compileAttribute() [all …]
|
D | AaptAssets.h | 320 : 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()
|
D | AaptAssets.cpp | 850 … entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string()); in applyJavaSymbols()
|