Home | History | Annotate | Download | only in aapt

Lines Matching full:strcmp16

253     if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
278 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) {
1799 if (strcmp16(block.getElementName(&len), manifest16.string()) == 0) {
1808 } else if (strcmp16(block.getElementName(&len), permission16.string()) == 0
1809 || strcmp16(block.getElementName(&len), permission_group16.string()) == 0) {
1810 const bool isGroup = strcmp16(block.getElementName(&len),
1888 } else if (strcmp16(block.getElementName(&len), uses_permission16.string()) == 0) {
1893 } else if (strcmp16(block.getElementName(&len), instrumentation16.string()) == 0) {
1903 } else if (strcmp16(block.getElementName(&len), application16.string()) == 0) {
1923 } else if (strcmp16(block.getElementName(&len), provider16.string()) == 0) {
1943 } else if (strcmp16(block.getElementName(&len), service16.string()) == 0
1944 || strcmp16(block.getElementName(&len), receiver16.string()) == 0
1945 || strcmp16(block.getElementName(&len), activity16.string()) == 0) {
1965 } else if (strcmp16(block.getElementName(&len), action16.string()) == 0
1966 || strcmp16(block.getElementName(&len), category16.string()) == 0) {
1972 } else if (strcmp16(block.getElementName(&len), data16.string()) == 0) {
1983 } else if (strcmp16(block.getElementName(&len), feature_group16.string()) == 0) {
1989 if (strcmp16(block.getElementName(&len), uses_feature16.string()) == 0) {