Home | History | Annotate | Download | only in aapt

Lines Matching defs:product

581                         const String16& product,
676 const String16& product,
695 * If a product type was specified on the command line
705 if (product.size() != 0) {
707 * If the command-line-specified product is empty, only "default"
709 * of the R.java file when the product is not known is predictable.
713 if (strcmp16(String16("default").string(), product.string()) != 0) {
715 * This string has a product other than 'default'. Do not add it,
717 * product 'default' or no product, then report an error.
725 * The command-line product is not empty.
726 * If the product for this string is on the command-line list,
731 if (isInProductList(product, String16(bundleProduct))) {
733 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
835 // AAPT is invoked without a product specified and a resource has no
836 // 'default' product attribute.
1488 String16 product;
1489 identIdx = block.indexOfAttribute(NULL, "product");
1491 product = String16(block.getAttributeStringValue(identIdx, &len));
1585 product, NO_PSEUDOLOCALIZATION, overwrite, outTable);
1595 curIsFormatted, product, PSEUDO_ACCENTED,
1603 curIsFormatted, product, PSEUDO_BIDI,
1628 product, NO_PSEUDOLOCALIZATION, overwrite, &skippedResourceNames, outTable);
1642 curIsFormatted, product,
1650 curIsFormatted, product,
1691 // For every resource defined, there must be exist one variant with a product attribute
1692 // set to 'default' (or no product attribute at all).
1694 // product attribute, some product variant of that resource was processed.
1705 fprintf(stderr, "\t%s '%s' does not match product %s.\n"
1706 "\tYou may have forgotten to include a 'default' product variant"