Lines Matching defs:attr

67   xml::Attribute* attr = data_el->FindAttribute(xml::kSchemaAndroid, attr_name);  in VerifyDeeplinkPathAttribute()  local
122 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsNotEmpty() local
138 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
159 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in OptionalNameIsJavaClassName() local
166 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName() local
176 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage() local
191 static xml::XmlNodeAction::ActionFuncWithDiag RequiredAndroidAttribute(const std::string& attr) { in RequiredAndroidAttribute()
227 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit() local
234 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsFeatureSplit); in AutoGenerateIsFeatureSplit() local
257 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kRequiredSplitTypes); in AutoGenerateIsSplitRequired() local
260 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsSplitRequired); in AutoGenerateIsSplitRequired() local
280 xml::Attribute* attr = el->FindAttribute({}, "package"); in VerifyManifest() local
317 if (xml::Attribute* attr = el->FindAttribute("", "coreApp")) { in FixCoreAppAttribute() local
331 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in VerifyUsesFeature() local
341 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "glEsVersion")) { in VerifyUsesFeature() local
524 if (xml::Attribute* attr = in BuildRules() local
537 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "targetPackage")) { in BuildRules() local
542 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "category")) { in BuildRules() local
617 xml::Attribute *attr = el->FindOrCreateAttribute(xml::kSchemaAndroid, "debuggable"); in BuildRules() local
651 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FullyQualifyClassName() local
661 xml::Attribute* attr = manifest_el->FindAttribute({}, "package"); in RenameManifestPackage() local
723 xml::Attribute* attr = root->FindOrCreateAttribute(xml::kSchemaAndroid, "compileSdkVersion"); in Consume() local
737 xml::Attribute* attr = in Consume() local
762 xml::Attribute* attr = prefix_el->FindOrCreateAttribute(xml::kSchemaAndroid, "value"); in Consume() local