Lines Matching refs:outTable
265 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg, in appendTypeInfo() argument
275 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
281 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
312 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
319 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
330 ResourceTable* outTable, in compileAttribute() argument
370 attr.createIfNeeded(outTable); in compileAttribute()
374 attr.createIfNeeded(outTable); in compileAttribute()
387 attr.createIfNeeded(outTable); in compileAttribute()
389 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
405 attr.createIfNeeded(outTable); in compileAttribute()
407 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
428 attr.createIfNeeded(outTable); in compileAttribute()
432 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
456 attr.createIfNeeded(outTable); in compileAttribute()
470 … err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
540 err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
571 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
576 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
602 ResourceTable* outTable) in parseAndAddBag() argument
628 err = outTable->addBag(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddBag()
700 ResourceTable* outTable) in parseAndAddEntry() argument
754 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry()
770 err = outTable->addEntry(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddEntry()
782 ResourceTable* outTable) in compileResourceFile() argument
984 err = outTable->addPublic(srcPos, myPackage, type, name, ident); in compileResourceFile()
1089 err = outTable->addEntry(srcPos, myPackage, type, curName, in compileResourceFile()
1096 err = outTable->addPublic(srcPos, myPackage, type, in compileResourceFile()
1216 outTable->canAddEntry(srcPos, myPackage, typeName, name); in compileResourceFile()
1291 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile()
1317 err = compileAttribute(in, block, myPackage, outTable, NULL); in compileResourceFile()
1375 outTable->addDefaultLocalization(name); in compileResourceFile()
1394 outTable->addLocalization( in compileResourceFile()
1548 err = outTable->startBag(SourcePos(in->getPrintableSource(), in compileResourceFile()
1623 product, NO_PSEUDOLOCALIZATION, overwrite, outTable); in compileResourceFile()
1634 overwrite, outTable); in compileResourceFile()
1642 overwrite, outTable); in compileResourceFile()
1666 product, NO_PSEUDOLOCALIZATION, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1673 outTable->addDefaultLocalization(curName); in compileResourceFile()
1684 PSEUDO_ACCENTED, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1692 PSEUDO_BIDI, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1709 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
1739 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile()