Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h70 SourcePos sourcePos; member
75 :sourcePos(p), in AccessorCookie()
284 Item(const Item& o) : sourcePos(o.sourcePos), in Item()
292 sourcePos = o.sourcePos;
302 SourcePos sourcePos; variable
336 status_t makeItABag(const SourcePos& sourcePos);
338 status_t emptyBag(const SourcePos& sourcePos);
430 Public() : sourcePos(), ident(0) { } in Public()
434 : sourcePos(pos), in Public()
436 Public(const Public& o) : sourcePos(o.sourcePos), in Public()
[all …]
DResourceTable.cpp262 const SourcePos sourcePos; member
273 , sourcePos(in->getPrintableSource(), block.getLineNumber()) in PendingAttribute()
291 sourcePos.error("Attribute \"%s\" has already been defined\n", in createIfNeeded()
299 status_t err = outTable->addBag(sourcePos, myPackage, in createIfNeeded()
341 attr.sourcePos.error("A 'name' attribute is required for <attr>\n"); in compileAttribute()
353 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n", in compileAttribute()
370 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n", in compileAttribute()
376 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
388 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n", in compileAttribute()
394 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
[all …]
DAaptAssets.h322 : 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()
DAaptAssets.cpp874 … entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string()); in applyJavaSymbols()
DResource.cpp2496 sym.sourcePos.warning("No comment for public symbol %s:%s/%s", in writeSymbolClass()
2542 sym.sourcePos.warning("No comment for public symbol %s:%s/%s", in writeSymbolClass()