Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 138) sorted by relevance

123456

/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp122 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsNotEmpty() local
138 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
166 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName() local
176 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage() local
227 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit() local
280 xml::Attribute* attr = el->FindAttribute({}, "package"); in VerifyManifest() local
317 if (xml::Attribute* attr = el->FindAttribute("", "coreApp")) { in FixCoreAppAttribute() local
524 if (xml::Attribute* attr = 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
[all …]
H A DManifestFixer_test.cpp128 xml::Attribute* attr; in TEST_F() local
322 xml::Attribute* attr = in TEST_F() local
348 xml::Attribute* attr = in TEST_F() local
417 xml::Attribute* attr = in TEST_F() local
449 xml::Attribute* attr = in TEST_F() local
482 xml::Attribute* attr = in TEST_F() local
574 xml::Attribute* attr = in TEST_F() local
605 xml::Attribute* attr = in TEST_F() local
636 xml::Attribute* attr = in TEST_F() local
1011 xml::Attribute* attr; local
[all …]
H A DXmlCompatVersioner_test.cpp35 struct attr { struct
36 enum : uint32_t {
150 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "paddingLeft"); local
211 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "paddingLeft"); local
287 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "paddingLeft"); local
H A DXmlCompatVersioner.h37 xml::Attribute attr; member
81 Attribute attr; member
/aosp14/frameworks/base/libs/androidfw/tests/data/app/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/core/tests/coretests/src/android/net/
H A DScoredNetworkTest.java79 Bundle attr = new Bundle(ATTRIBUTES); in scoredNetworksWithDifferentSizedAttributeBundle_notEqual() local
90 Bundle attr = new Bundle(); in scoredNetworksWithDifferentAttributeValues_notEqual() local
137 Bundle attr = new Bundle(); in calculateRankingScoreShouldNotResultInIntegerOverflow() local
146 Bundle attr = new Bundle(); in calculateRankingScoreShouldNotResultInIntegerUnderflow() local
265 Bundle attr = new Bundle(); in buildScoredNetworkWithGivenBadgeForTestRssi() local
/aosp14/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp68 for (const auto& attr : node->attributes) { in Visit() local
124 for (const auto& attr : node->attributes) { in Visit() local
157 for (const auto& attr : node->attributes) { in Visit() local
195 xml::Attribute* attr = in Visit() local
216 const auto& attr = node->FindAttribute(xml::kSchemaAndroid, "name"); in Visit() local
241 xml::Attribute* attr = node->FindAttribute({}, "class"); in Visit() local
265 xml::Attribute* attr = node->FindAttribute({}, "package"); in Visit() local
271 xml::Attribute* attr = node->FindAttribute(xml::kSchemaAndroid, "backupAgent"); in Visit() local
319 xml::Attribute* attr = node->FindAttribute(xml::kSchemaAndroid, "name"); in Visit() local
H A DJavaClassGenerator.cpp100 static void AddAttributeFormatDoc(AnnotationProcessor* processor, Attribute* attr) { in AddAttributeFormatDoc()
248 for (const auto& attr : styleable.entries) { in ProcessStyleable() local
352 const StyleableAttr& attr = sorted_attributes[i]; in ProcessStyleable() local
481 if (Attribute* attr = ValueCast<Attribute>(entry.values.front()->value.get())) { in ProcessResource() local
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_one/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom_test.cpp64 xml::Attribute attr; in TEST() local
120 Attribute* attr = el->FindAttribute({}, "pattern"); in TEST() local
137 Attribute* attr = doc->root->FindAttribute({}, "value"); in TEST() local
H A DXmlDom.cpp230 Attribute attr; in CopyAttributes() local
383 for (const xml::Attribute& attr : src.attributes) { in Clone() local
425 for (const auto& attr : attributes) { in FindAttribute() local
435 [&](const Attribute& attr) -> bool { in RemoveAttribute()
443 Attribute* attr = FindAttribute(ns, name); in FindOrCreateAttribute() local
475 const Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FindChildWithAttribute() local
/aosp14/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsRegistrationCallback.aidl33 void onRegistered(in ImsRegistrationAttributes attr); in onRegistered()
34 void onRegistering(in ImsRegistrationAttributes attr); in onRegistering()
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_two/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h25 struct attr { struct
26 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAttributeFinder.h26 static inline uint32_t get_package(uint32_t attr) { return attr >> 24; } in get_package()
147 Iterator BackTrackingAttributeFinder<Derived, Iterator>::Find(uint32_t attr) { in Find()
/aosp14/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DPersistentSystemFontConfig.java123 private static long parseLongAttribute(TypedXmlPullParser parser, String attr, long defValue) { in parseLongAttribute()
136 private static String getAttribute(TypedXmlPullParser parser, String attr) { in getAttribute()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java304 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr()
319 public static int getColorAttrDefaultColor(Context context, int attr) { in getColorAttrDefaultColor()
327 public static int getColorAttrDefaultColor(Context context, int attr, @ColorInt int defValue) { in getColorAttrDefaultColor()
334 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr()
345 public static int getThemeAttr(Context context, int attr) { in getThemeAttr()
349 public static int getThemeAttr(Context context, int attr, int defaultValue) { in getThemeAttr()
356 public static Drawable getDrawable(Context context, int attr) { in getDrawable()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelector.java39 void reselectDomain(@NonNull SelectionAttributes attr); in reselectDomain()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIDomainSelector.aidl23 void reselectDomain(in SelectionAttributes attr); in reselectDomain()
H A DIDomainSelectionServiceController.aidl26 void selectDomain(in SelectionAttributes attr, in ITransportSelectorCallback callback); in selectDomain()
/aosp14/frameworks/base/libs/androidfw/tests/data/overlayable/
H A DR.h44 struct attr { struct
45 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h27 struct attr { struct
28 enum : uint32_t {
/aosp14/frameworks/base/core/java/android/app/
H A DSearchableInfo.java314 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { in SearchableInfo()
418 ActionKeyInfo(Context activityContext, AttributeSet attr) { in ActionKeyInfo()
596 AttributeSet attr = Xml.asAttributeSet(xml); in getActivityMetaData() local
611 AttributeSet attr = Xml.asAttributeSet(xml); in getActivityMetaData() local

123456