• Home
  • Raw
  • Download

Lines Matching refs:outTable

217 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,  in appendTypeInfo()  argument
227 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
233 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
264 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
273 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) { in createIfNeeded()
282 status_t err = outTable->addBag(sourcePos, myPackage, in createIfNeeded()
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment); in createIfNeeded()
300 ResourceTable* outTable, in compileAttribute() argument
340 attr.createIfNeeded(outTable); in compileAttribute()
344 attr.createIfNeeded(outTable); in compileAttribute()
357 attr.createIfNeeded(outTable); in compileAttribute()
359 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
375 attr.createIfNeeded(outTable); in compileAttribute()
377 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
398 attr.createIfNeeded(outTable); in compileAttribute()
402 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
426 attr.createIfNeeded(outTable); in compileAttribute()
440 … err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
487 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) { in compileAttribute()
488 err = outTable->startBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
519 err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
550 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
555 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
581 ResourceTable* outTable) in parseAndAddBag() argument
605 err = outTable->addBag(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddBag()
652 ResourceTable* outTable) in parseAndAddEntry() argument
699 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry()
713 err = outTable->addEntry(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddEntry()
725 ResourceTable* outTable) in compileResourceFile() argument
900 err = outTable->addPublic(srcPos, myPackage, type, name, ident); in compileResourceFile()
1005 err = outTable->addEntry(srcPos, myPackage, type, curName, in compileResourceFile()
1012 err = outTable->addPublic(srcPos, myPackage, type, in compileResourceFile()
1124 outTable->canAddEntry(srcPos, myPackage, typeName, name); in compileResourceFile()
1199 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile()
1225 err = compileAttribute(in, block, myPackage, outTable, NULL); in compileResourceFile()
1295 outTable->addLocalization(name, locale); in compileResourceFile()
1438 err = outTable->startBag(SourcePos(in->getPrintableSource(), in compileResourceFile()
1513 product, false, overwrite, outTable); in compileResourceFile()
1522 curIsFormatted, product, true, overwrite, outTable); in compileResourceFile()
1546 product, false, overwrite, outTable); in compileResourceFile()
1559 true, overwrite, outTable); in compileResourceFile()
1575 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()