Home | History | Annotate | Download | only in aapt

Lines Matching full:strcmp16

228     if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
248 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) {
1386 if (strcmp16(block.getElementName(&len), manifest16.string()) == 0) {
1395 } else if (strcmp16(block.getElementName(&len), permission16.string()) == 0
1396 || strcmp16(block.getElementName(&len), permission_group16.string()) == 0) {
1397 const bool isGroup = strcmp16(block.getElementName(&len),
1477 } else if (strcmp16(block.getElementName(&len), uses_permission16.string()) == 0) {
1482 } else if (strcmp16(block.getElementName(&len), instrumentation16.string()) == 0) {
1492 } else if (strcmp16(block.getElementName(&len), application16.string()) == 0) {
1512 } else if (strcmp16(block.getElementName(&len), provider16.string()) == 0) {
1532 } else if (strcmp16(block.getElementName(&len), service16.string()) == 0
1533 || strcmp16(block.getElementName(&len), receiver16.string()) == 0
1534 || strcmp16(block.getElementName(&len), activity16.string()) == 0) {
1554 } else if (strcmp16(block.getElementName(&len), action16.string()) == 0
1555 || strcmp16(block.getElementName(&len), category16.string()) == 0) {
1561 } else if (strcmp16(block.getElementName(&len), data16.string()) == 0) {