Searched refs:sourcePos (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 69 SourcePos sourcePos; member 74 :sourcePos(p), in AccessorCookie() 283 Item(const Item& o) : sourcePos(o.sourcePos), in Item() 291 sourcePos = o.sourcePos; 301 SourcePos sourcePos; variable 335 status_t makeItABag(const SourcePos& sourcePos); 337 status_t emptyBag(const SourcePos& sourcePos); 429 Public() : sourcePos(), ident(0) { } in Public() 433 : sourcePos(pos), in Public() 435 Public(const Public& o) : sourcePos(o.sourcePos), in Public() [all …]
|
D | ResourceTable.cpp | 257 const SourcePos sourcePos; member 268 , sourcePos(in->getPrintableSource(), block.getLineNumber()) in PendingAttribute() 286 sourcePos.error("Attribute \"%s\" has already been defined\n", in createIfNeeded() 294 status_t err = outTable->addBag(sourcePos, myPackage, in createIfNeeded() 336 attr.sourcePos.error("A 'name' attribute is required for <attr>\n"); in compileAttribute() 348 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n", in compileAttribute() 365 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n", in compileAttribute() 371 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() 383 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n", in compileAttribute() 389 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute() [all …]
|
D | AaptAssets.h | 322 : name(o.name), sourcePos(o.sourcePos), isPublic(o.isPublic) in AaptSymbolEntry() 329 sourcePos = o.sourcePos; 342 SourcePos sourcePos; variable 477 if (pos != NULL && sym.sourcePos.line < 0) { in edit_symbol() 478 sym.sourcePos = *pos; in edit_symbol()
|
D | AaptAssets.cpp | 874 … entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string()); in applyJavaSymbols()
|
D | Resource.cpp | 2414 sym.sourcePos.warning("No comment for public symbol %s:%s/%s", in writeSymbolClass() 2460 sym.sourcePos.warning("No comment for public symbol %s:%s/%s", in writeSymbolClass()
|