Home | History | Annotate | Download | only in aapt

Lines Matching refs:strcmp16

222     if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
242 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) {
1294 if (strcmp16(block.getElementName(&len), manifest16.string()) == 0) {
1303 } else if (strcmp16(block.getElementName(&len), permission16.string()) == 0
1304 || strcmp16(block.getElementName(&len), permission_group16.string()) == 0) {
1305 const bool isGroup = strcmp16(block.getElementName(&len),
1385 } else if (strcmp16(block.getElementName(&len), uses_permission16.string()) == 0) {
1390 } else if (strcmp16(block.getElementName(&len), instrumentation16.string()) == 0) {
1400 } else if (strcmp16(block.getElementName(&len), application16.string()) == 0) {
1420 } else if (strcmp16(block.getElementName(&len), provider16.string()) == 0) {
1440 } else if (strcmp16(block.getElementName(&len), service16.string()) == 0
1441 || strcmp16(block.getElementName(&len), receiver16.string()) == 0
1442 || strcmp16(block.getElementName(&len), activity16.string()) == 0) {
1462 } else if (strcmp16(block.getElementName(&len), action16.string()) == 0
1463 || strcmp16(block.getElementName(&len), category16.string()) == 0) {
1469 } else if (strcmp16(block.getElementName(&len), data16.string()) == 0) {