Home | History | Annotate | Download | only in aapt

Lines Matching refs:product

579                         const String16& product,
674 const String16& product,
693 * If a product type was specified on the command line
703 if (product.size() != 0) {
705 * If the command-line-specified product is empty, only "default"
707 * of the R.java file when the product is not known is predictable.
711 if (strcmp16(String16("default").string(), product.string()) != 0) {
713 * This string has a product other than 'default'. Do not add it,
715 * product 'default' or no product, then report an error.
723 * The command-line product is not empty.
724 * If the product for this string is on the command-line list,
729 if (isInProductList(product, String16(bundleProduct))) {
731 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
833 // AAPT is invoked without a product specified and a resource has no
834 // 'default' product attribute.
1454 String16 product;
1455 identIdx = block.indexOfAttribute(NULL, "product");
1457 product = String16(block.getAttributeStringValue(identIdx, &len));
1551 product, false, overwrite, outTable);
1560 curIsFormatted, product, true, overwrite, outTable);
1584 product, false, overwrite, &skippedResourceNames, outTable);
1596 curIsFormatted, product,
1636 // For every resource defined, there must be exist one variant with a product attribute
1637 // set to 'default' (or no product attribute at all).
1639 // product attribute, some product variant of that resource was processed.
1650 fprintf(stderr, "\t%s '%s' does not match product %s.\n"
1651 "\tYou may have forgotten to include a 'default' product variant"