Home | History | Annotate | Download | only in aapt

Lines Matching defs:product

602                         const String16& /* product */,
699 const String16& product,
718 * If a product type was specified on the command line
728 if (product.size() != 0) {
730 * If the command-line-specified product is empty, only "default"
732 * of the R.java file when the product is not known is predictable.
736 if (strcmp16(String16("default").string(), product.string()) != 0) {
738 * This string has a product other than 'default'. Do not add it,
740 * product 'default' or no product, then report an error.
748 * The command-line product is not empty.
749 * If the product for this string is on the command-line list,
754 if (isInProductList(product, String16(bundleProduct))) {
756 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
860 // AAPT is invoked without a product specified and a resource has no
861 // 'default' product attribute.
1529 String16 product;
1530 identIdx = block.indexOfAttribute(NULL, "product");
1532 product = String16(block.getAttributeStringValue(identIdx, &len));
1626 product, NO_PSEUDOLOCALIZATION, overwrite, outTable);
1636 curIsFormatted, product, PSEUDO_ACCENTED,
1644 curIsFormatted, product, PSEUDO_BIDI,
1669 product, NO_PSEUDOLOCALIZATION, overwrite, &skippedResourceNames, outTable);
1686 curIsFormatted, product,
1694 curIsFormatted, product,
1735 // For every resource defined, there must be exist one variant with a product attribute
1736 // set to 'default' (or no product attribute at all).
1738 // product attribute, some product variant of that resource was processed.
1749 fprintf(stderr, "\t%s '%s' does not match product %s.\n"
1750 "\tYou may have forgotten to include a 'default' product variant"