Lines Matching refs:getElementName

447             if (strcmp16(block.getElementName(&len), enum16.c_str()) == 0) {  in compileAttribute()
449 } else if (strcmp16(block.getElementName(&len), flag16.c_str()) == 0) { in compileAttribute()
454 String8(block.getElementName(&len)).c_str()); in compileAttribute()
551 if (strcmp16(block.getElementName(&len), attr16.c_str()) == 0) { in compileAttribute()
555 if (strcmp16(block.getElementName(&len), enum16.c_str()) != 0) { in compileAttribute()
558 String8(block.getElementName(&len)).c_str()); in compileAttribute()
562 if (strcmp16(block.getElementName(&len), flag16.c_str()) != 0) { in compileAttribute()
565 String8(block.getElementName(&len)).c_str()); in compileAttribute()
874 if (strcmp16(block.getElementName(&len), resources16.c_str()) != 0) { in compileResourceFile()
876 "Invalid start tag %s\n", String8(block.getElementName(&len)).c_str()); in compileResourceFile()
922 if (strcmp16(block.getElementName(&len), skip16.c_str()) == 0) { in compileResourceFile()
926 if (strcmp16(block.getElementName(&len), skip16.c_str()) == 0) { in compileResourceFile()
933 } else if (strcmp16(block.getElementName(&len), eat_comment16.c_str()) == 0) { in compileResourceFile()
937 if (strcmp16(block.getElementName(&len), eat_comment16.c_str()) == 0) { in compileResourceFile()
944 } else if (strcmp16(block.getElementName(&len), public16.c_str()) == 0) { in compileResourceFile()
1009 if (strcmp16(block.getElementName(&len), public16.c_str()) == 0) { in compileResourceFile()
1016 } else if (strcmp16(block.getElementName(&len), public_padding16.c_str()) == 0) { in compileResourceFile()
1119 if (strcmp16(block.getElementName(&len), public_padding16.c_str()) == 0) { in compileResourceFile()
1126 } else if (strcmp16(block.getElementName(&len), private_symbols16.c_str()) == 0) { in compileResourceFile()
1149 if (strcmp16(block.getElementName(&len), private_symbols16.c_str()) == 0) { in compileResourceFile()
1156 } else if (strcmp16(block.getElementName(&len), java_symbol16.c_str()) == 0) { in compileResourceFile()
1191 if (strcmp16(block.getElementName(&len), java_symbol16.c_str()) == 0) { in compileResourceFile()
1199 } else if (strcmp16(block.getElementName(&len), add_resource16.c_str()) == 0) { in compileResourceFile()
1222 if (strcmp16(block.getElementName(&len), add_resource16.c_str()) == 0) { in compileResourceFile()
1229 } else if (strcmp16(block.getElementName(&len), declare_styleable16.c_str()) == 0) { in compileResourceFile()
1263 if (strcmp16(block.getElementName(&len), skip16.c_str()) == 0) { in compileResourceFile()
1267 if (strcmp16(block.getElementName(&len), skip16.c_str()) == 0) { in compileResourceFile()
1273 … } else if (strcmp16(block.getElementName(&len), eat_comment16.c_str()) == 0) { in compileResourceFile()
1277 … if (strcmp16(block.getElementName(&len), eat_comment16.c_str()) == 0) { in compileResourceFile()
1283 } else if (strcmp16(block.getElementName(&len), attr16.c_str()) != 0) { in compileResourceFile()
1286 String8(block.getElementName(&len)).c_str()); in compileResourceFile()
1306 … if (strcmp16(block.getElementName(&len), declare_styleable16.c_str()) == 0) { in compileResourceFile()
1312 String8(block.getElementName(&len)).c_str()); in compileResourceFile()
1318 } else if (strcmp16(block.getElementName(&len), attr16.c_str()) == 0) { in compileResourceFile()
1325 } else if (strcmp16(block.getElementName(&len), item16.c_str()) == 0) { in compileResourceFile()
1353 } else if (strcmp16(block.getElementName(&len), string16.c_str()) == 0) { in compileResourceFile()
1412 } else if (strcmp16(block.getElementName(&len), drawable16.c_str()) == 0) { in compileResourceFile()
1416 } else if (strcmp16(block.getElementName(&len), color16.c_str()) == 0) { in compileResourceFile()
1420 } else if (strcmp16(block.getElementName(&len), bool16.c_str()) == 0) { in compileResourceFile()
1424 } else if (strcmp16(block.getElementName(&len), integer16.c_str()) == 0) { in compileResourceFile()
1428 } else if (strcmp16(block.getElementName(&len), dimen16.c_str()) == 0) { in compileResourceFile()
1432 } else if (strcmp16(block.getElementName(&len), fraction16.c_str()) == 0) { in compileResourceFile()
1436 } else if (strcmp16(block.getElementName(&len), bag16.c_str()) == 0) { in compileResourceFile()
1447 } else if (strcmp16(block.getElementName(&len), style16.c_str()) == 0) { in compileResourceFile()
1451 } else if (strcmp16(block.getElementName(&len), plurals16.c_str()) == 0) { in compileResourceFile()
1456 } else if (strcmp16(block.getElementName(&len), array16.c_str()) == 0) { in compileResourceFile()
1474 } else if (strcmp16(block.getElementName(&len), string_array16.c_str()) == 0) { in compileResourceFile()
1504 } else if (strcmp16(block.getElementName(&len), integer_array16.c_str()) == 0) { in compileResourceFile()
1513 String8(block.getElementName(&len)).c_str()); in compileResourceFile()
1565 if (strcmp16(block.getElementName(&len), item16.c_str()) != 0) { in compileResourceFile()
1568 String8(block.getElementName(&len)).c_str(), in compileResourceFile()
1652 if (strcmp16(block.getElementName(&len), curTag->c_str()) != 0) { in compileResourceFile()
1655 String8(block.getElementName(&len)).c_str(), in compileResourceFile()
1715 if (strcmp16(block.getElementName(&len), resources16.c_str()) != 0) { in compileResourceFile()
1717 "Unexpected end tag %s\n", String8(block.getElementName(&len)).c_str()); in compileResourceFile()
4781 if (node->getElementName() == String16("adaptive-icon")) { in versionForCompat()
4866 if (bundle->getNoVersionVectors() && (node->getElementName() == vector16 || in modifyForCompat()
4867 node->getElementName() == animatedVector16 || in modifyForCompat()
4868 node->getElementName() == objectAnimator16 || in modifyForCompat()
4869 node->getElementName() == pathInterpolator16 || in modifyForCompat()
4870 node->getElementName() == gradient16 || in modifyForCompat()
4871 node->getElementName() == animatedSelector16)) { in modifyForCompat()
4876 if (bundle->getNoVersionTransitions() && (IsTransitionElement(node->getElementName()))) { in modifyForCompat()
4901 String8(node->getElementName()).c_str()); in modifyForCompat()
5100 child->getElementName() != kAttr16) { in processBundleFormatImpl()
5120 String8(child->getElementName()).c_str()); in processBundleFormatImpl()