Lines Matching refs:outTable

267 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,  in appendTypeInfo()  argument
277 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
283 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
314 status_t createIfNeeded(ResourceTable* outTable) in createIfNeeded()
321 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
332 ResourceTable* outTable, in compileAttribute() argument
372 attr.createIfNeeded(outTable); in compileAttribute()
376 attr.createIfNeeded(outTable); in compileAttribute()
389 attr.createIfNeeded(outTable); in compileAttribute()
391 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
407 attr.createIfNeeded(outTable); in compileAttribute()
409 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
430 attr.createIfNeeded(outTable); in compileAttribute()
434 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
458 attr.createIfNeeded(outTable); in compileAttribute()
472 … err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
542 err = outTable->addBag(SourcePos(in->getPrintableSource(), block.getLineNumber()), in compileAttribute()
573 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
578 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
604 ResourceTable* outTable) in parseAndAddBag() argument
630 err = outTable->addBag(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddBag()
702 ResourceTable* outTable) in parseAndAddEntry() argument
756 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry()
772 err = outTable->addEntry(SourcePos(in->getPrintableSource(), block->getLineNumber()), in parseAndAddEntry()
784 ResourceTable* outTable) in compileResourceFile() argument
986 err = outTable->addPublic(srcPos, myPackage, type, name, ident); in compileResourceFile()
1091 err = outTable->addEntry(srcPos, myPackage, type, curName, in compileResourceFile()
1098 err = outTable->addPublic(srcPos, myPackage, type, in compileResourceFile()
1218 outTable->canAddEntry(srcPos, myPackage, typeName, name); in compileResourceFile()
1293 err = compileAttribute(in, block, myPackage, outTable, &itemIdent, true); in compileResourceFile()
1319 err = compileAttribute(in, block, myPackage, outTable, NULL); in compileResourceFile()
1377 outTable->addDefaultLocalization(name); in compileResourceFile()
1396 outTable->addLocalization( in compileResourceFile()
1550 err = outTable->startBag(SourcePos(in->getPrintableSource(), in compileResourceFile()
1625 product, NO_PSEUDOLOCALIZATION, overwrite, outTable); in compileResourceFile()
1636 overwrite, outTable); in compileResourceFile()
1644 overwrite, outTable); in compileResourceFile()
1668 product, NO_PSEUDOLOCALIZATION, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1675 outTable->addDefaultLocalization(curName); in compileResourceFile()
1686 PSEUDO_ACCENTED, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1694 PSEUDO_BIDI, overwrite, &skippedResourceNames, outTable); in compileResourceFile()
1711 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
1741 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) { in compileResourceFile()