Lines Matching refs:strcmp16
227 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) { in parsePackage()
247 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) { in parsePackage()
1329 if (strcmp16(block.getElementName(&len), manifest16.string()) == 0) { in buildResources()
1338 } else if (strcmp16(block.getElementName(&len), permission16.string()) == 0 in buildResources()
1339 || strcmp16(block.getElementName(&len), permission_group16.string()) == 0) { in buildResources()
1340 const bool isGroup = strcmp16(block.getElementName(&len), in buildResources()
1420 } else if (strcmp16(block.getElementName(&len), uses_permission16.string()) == 0) { in buildResources()
1425 } else if (strcmp16(block.getElementName(&len), instrumentation16.string()) == 0) { in buildResources()
1435 } else if (strcmp16(block.getElementName(&len), application16.string()) == 0) { in buildResources()
1455 } else if (strcmp16(block.getElementName(&len), provider16.string()) == 0) { in buildResources()
1475 } else if (strcmp16(block.getElementName(&len), service16.string()) == 0 in buildResources()
1476 || strcmp16(block.getElementName(&len), receiver16.string()) == 0 in buildResources()
1477 || strcmp16(block.getElementName(&len), activity16.string()) == 0) { in buildResources()
1497 } else if (strcmp16(block.getElementName(&len), action16.string()) == 0 in buildResources()
1498 || strcmp16(block.getElementName(&len), category16.string()) == 0) { in buildResources()
1504 } else if (strcmp16(block.getElementName(&len), data16.string()) == 0) { in buildResources()