Lines Matching refs:getElementName
445 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) { in compileAttribute()
447 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) { in compileAttribute()
452 String8(block.getElementName(&len)).string()); in compileAttribute()
549 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileAttribute()
553 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) { in compileAttribute()
556 String8(block.getElementName(&len)).string()); in compileAttribute()
560 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) { in compileAttribute()
563 String8(block.getElementName(&len)).string()); in compileAttribute()
872 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) { in compileResourceFile()
874 "Invalid start tag %s\n", String8(block.getElementName(&len)).string()); in compileResourceFile()
920 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile()
924 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile()
931 } else if (strcmp16(block.getElementName(&len), eat_comment16.string()) == 0) { in compileResourceFile()
935 if (strcmp16(block.getElementName(&len), eat_comment16.string()) == 0) { in compileResourceFile()
942 } else if (strcmp16(block.getElementName(&len), public16.string()) == 0) { in compileResourceFile()
1007 if (strcmp16(block.getElementName(&len), public16.string()) == 0) { in compileResourceFile()
1014 } else if (strcmp16(block.getElementName(&len), public_padding16.string()) == 0) { in compileResourceFile()
1117 if (strcmp16(block.getElementName(&len), public_padding16.string()) == 0) { in compileResourceFile()
1124 } else if (strcmp16(block.getElementName(&len), private_symbols16.string()) == 0) { in compileResourceFile()
1147 if (strcmp16(block.getElementName(&len), private_symbols16.string()) == 0) { in compileResourceFile()
1154 } else if (strcmp16(block.getElementName(&len), java_symbol16.string()) == 0) { in compileResourceFile()
1189 if (strcmp16(block.getElementName(&len), java_symbol16.string()) == 0) { in compileResourceFile()
1197 } else if (strcmp16(block.getElementName(&len), add_resource16.string()) == 0) { in compileResourceFile()
1220 if (strcmp16(block.getElementName(&len), add_resource16.string()) == 0) { in compileResourceFile()
1227 } else if (strcmp16(block.getElementName(&len), declare_styleable16.string()) == 0) { in compileResourceFile()
1261 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile()
1265 … if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile()
1271 … } else if (strcmp16(block.getElementName(&len), eat_comment16.string()) == 0) { in compileResourceFile()
1275 … if (strcmp16(block.getElementName(&len), eat_comment16.string()) == 0) { in compileResourceFile()
1281 } else if (strcmp16(block.getElementName(&len), attr16.string()) != 0) { in compileResourceFile()
1284 String8(block.getElementName(&len)).string()); in compileResourceFile()
1304 … if (strcmp16(block.getElementName(&len), declare_styleable16.string()) == 0) { in compileResourceFile()
1310 String8(block.getElementName(&len)).string()); in compileResourceFile()
1316 } else if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileResourceFile()
1323 } else if (strcmp16(block.getElementName(&len), item16.string()) == 0) { in compileResourceFile()
1351 } else if (strcmp16(block.getElementName(&len), string16.string()) == 0) { in compileResourceFile()
1410 } else if (strcmp16(block.getElementName(&len), drawable16.string()) == 0) { in compileResourceFile()
1414 } else if (strcmp16(block.getElementName(&len), color16.string()) == 0) { in compileResourceFile()
1418 } else if (strcmp16(block.getElementName(&len), bool16.string()) == 0) { in compileResourceFile()
1422 } else if (strcmp16(block.getElementName(&len), integer16.string()) == 0) { in compileResourceFile()
1426 } else if (strcmp16(block.getElementName(&len), dimen16.string()) == 0) { in compileResourceFile()
1430 } else if (strcmp16(block.getElementName(&len), fraction16.string()) == 0) { in compileResourceFile()
1434 } else if (strcmp16(block.getElementName(&len), bag16.string()) == 0) { in compileResourceFile()
1445 } else if (strcmp16(block.getElementName(&len), style16.string()) == 0) { in compileResourceFile()
1449 } else if (strcmp16(block.getElementName(&len), plurals16.string()) == 0) { in compileResourceFile()
1454 } else if (strcmp16(block.getElementName(&len), array16.string()) == 0) { in compileResourceFile()
1472 } else if (strcmp16(block.getElementName(&len), string_array16.string()) == 0) { in compileResourceFile()
1502 } else if (strcmp16(block.getElementName(&len), integer_array16.string()) == 0) { in compileResourceFile()
1511 String8(block.getElementName(&len)).string()); in compileResourceFile()
1563 if (strcmp16(block.getElementName(&len), item16.string()) != 0) { in compileResourceFile()
1566 String8(block.getElementName(&len)).string(), in compileResourceFile()
1650 if (strcmp16(block.getElementName(&len), curTag->string()) != 0) { in compileResourceFile()
1653 String8(block.getElementName(&len)).string(), in compileResourceFile()
1713 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) { in compileResourceFile()
1715 "Unexpected end tag %s\n", String8(block.getElementName(&len)).string()); in compileResourceFile()
4788 if (node->getElementName() == String16("adaptive-icon")) { in versionForCompat()
4873 if (bundle->getNoVersionVectors() && (node->getElementName() == vector16 || in modifyForCompat()
4874 node->getElementName() == animatedVector16 || in modifyForCompat()
4875 node->getElementName() == objectAnimator16 || in modifyForCompat()
4876 node->getElementName() == pathInterpolator16 || in modifyForCompat()
4877 node->getElementName() == gradient16 || in modifyForCompat()
4878 node->getElementName() == animatedSelector16)) { in modifyForCompat()
4883 if (bundle->getNoVersionTransitions() && (IsTransitionElement(node->getElementName()))) { in modifyForCompat()
4908 String8(node->getElementName()).string()); in modifyForCompat()
5107 child->getElementName() != kAttr16) { in processBundleFormatImpl()
5127 String8(child->getElementName()).string()); in processBundleFormatImpl()