Lines Matching refs:FindAttribute

51   xml::Attribute* data_scheme_attr = data_el->FindAttribute(xml::kSchemaAndroid, "scheme");  in HasDeepLink()
67 xml::Attribute* attr = data_el->FindAttribute(xml::kSchemaAndroid, attr_name); in VerifyDeeplinkPathAttribute()
122 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsNotEmpty()
159 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in OptionalNameIsJavaClassName()
166 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName()
176 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage()
193 if (el->FindAttribute(xml::kSchemaAndroid, attr) == nullptr) { in RequiredAndroidAttribute()
205 xml::Attribute* attr1 = el->FindAttribute(xml::kSchemaAndroid, attrName1); in RequiredOneAndroidAttribute()
206 xml::Attribute* attr2 = el->FindAttribute(xml::kSchemaAndroid, attrName2); in RequiredOneAndroidAttribute()
227 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit()
234 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsFeatureSplit); in AutoGenerateIsFeatureSplit()
257 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kRequiredSplitTypes); in AutoGenerateIsSplitRequired()
260 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsSplitRequired); in AutoGenerateIsSplitRequired()
280 xml::Attribute* attr = el->FindAttribute({}, "package"); in VerifyManifest()
302 attr = el->FindAttribute({}, "split"); in VerifyManifest()
317 if (xml::Attribute* attr = el->FindAttribute("", "coreApp")) { in FixCoreAppAttribute()
331 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in VerifyUsesFeature()
341 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "glEsVersion")) { in VerifyUsesFeature()
451 if (el->FindAttribute(xml::kSchemaAndroid, "versionName") == nullptr) { in BuildRules()
462 if (el->FindAttribute(xml::kSchemaAndroid, "versionCode") == nullptr) { in BuildRules()
473 if (el->FindAttribute(xml::kSchemaAndroid, "versionCodeMajor") == nullptr) { in BuildRules()
484 if (el->FindAttribute(xml::kSchemaAndroid, "revisionCode") == nullptr) { in BuildRules()
499 el->FindAttribute(xml::kSchemaAndroid, "minSdkVersion") == nullptr) { in BuildRules()
507 el->FindAttribute(xml::kSchemaAndroid, "targetSdkVersion") == nullptr) { in BuildRules()
525 el->FindAttribute(xml::kSchemaAndroid, "targetPackage")) { in BuildRules()
537 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "targetPackage")) { in BuildRules()
542 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "category")) { in BuildRules()
651 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FullyQualifyClassName()
661 xml::Attribute* attr = manifest_el->FindAttribute({}, "package"); in RenameManifestPackage()