Lines Matching refs:Attribute

34   xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name");  in RequiredNameIsNotEmpty()
50 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
72 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in OptionalNameIsJavaClassName()
79 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName()
89 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage()
119 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit()
126 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsFeatureSplit); in AutoGenerateIsFeatureSplit()
139 el->attributes.push_back(xml::Attribute{xml::kSchemaAndroid, kIsFeatureSplit, "true"}); in AutoGenerateIsFeatureSplit()
146 xml::Attribute* attr = el->FindAttribute({}, "package"); in VerifyManifest()
176 if (xml::Attribute* attr = el->FindAttribute("", "coreApp")) { in FixCoreAppAttribute()
190 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in VerifyUsesFeature()
200 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "glEsVersion")) { in VerifyUsesFeature()
281 xml::Attribute{xml::kSchemaAndroid, "versionName", in BuildRules()
292 xml::Attribute{xml::kSchemaAndroid, "versionCode", in BuildRules()
303 xml::Attribute{xml::kSchemaAndroid, "versionCodeMajor", in BuildRules()
320 xml::Attribute{xml::kSchemaAndroid, "minSdkVersion", in BuildRules()
328 xml::Attribute{xml::kSchemaAndroid, "targetSdkVersion", in BuildRules()
341 if (xml::Attribute* attr = in BuildRules()
355 if (xml::Attribute* attr = in BuildRules()
408 xml::Attribute *attr = el->FindOrCreateAttribute(xml::kSchemaAndroid, "debuggable"); in BuildRules()
435 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FullyQualifyClassName()
444 xml::Attribute* attr = manifest_el->FindAttribute({}, "package"); in RenameManifestPackage()
495 xml::Attribute* attr = root->FindOrCreateAttribute(xml::kSchemaAndroid, "compileSdkVersion"); in Consume()
510 xml::Attribute* attr = in Consume()