Home
last modified time | relevance | path

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

123456789

/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp34 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsNotEmpty() local
50 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
72 if (xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name")) { in OptionalNameIsJavaClassName() local
79 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaClassName() local
89 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name"); in RequiredNameIsJavaPackage() local
104 static xml::XmlNodeAction::ActionFuncWithDiag RequiredAndroidAttribute(const std::string& attr) { in RequiredAndroidAttribute()
140 xml::Attribute* attr = el->FindAttribute({}, kFeatureSplit); in AutoGenerateIsFeatureSplit() local
147 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsFeatureSplit); in AutoGenerateIsFeatureSplit() local
170 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kRequiredSplitTypes); in AutoGenerateIsSplitRequired() local
173 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, kIsSplitRequired); in AutoGenerateIsSplitRequired() local
[all …]
DManifestFixer_test.cpp128 xml::Attribute* attr; in TEST_F() local
262 xml::Attribute* attr = nullptr; in TEST_F() local
322 xml::Attribute* attr = in TEST_F() local
348 xml::Attribute* attr = in TEST_F() local
369 xml::Attribute* attr = in TEST_F() local
401 xml::Attribute* attr = in TEST_F() local
434 xml::Attribute* attr = in TEST_F() local
462 xml::Attribute* attr = manifest_el->FindAttribute(xml::kSchemaAndroid, "revisionCode"); in TEST_F() local
482 xml::Attribute* attr = manifest_el->FindAttribute(xml::kSchemaAndroid, "revisionCode"); in TEST_F() local
503 xml::Attribute* attr = manifest_el->FindAttribute(xml::kSchemaAndroid, "revisionCode"); in TEST_F() local
[all …]
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
DXmlCompatVersioner.h37 xml::Attribute attr; member
81 Attribute attr; member
/frameworks/av/media/libmediametrics/
DMediaMetrics.cpp65 void mediametrics_setInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt32()
71 void mediametrics_setInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt64()
77 void mediametrics_setDouble(mediametrics_handle_t handle, attr_t attr, in mediametrics_setDouble()
83 void mediametrics_setRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_setRate()
89 void mediametrics_setCString(mediametrics_handle_t handle, attr_t attr, in mediametrics_setCString()
98 void mediametrics_addInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt32()
104 void mediametrics_addInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt64()
110 void mediametrics_addDouble(mediametrics_handle_t handle, attr_t attr, in mediametrics_addDouble()
116 void mediametrics_addRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_addRate()
127 bool mediametrics_getInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_getInt32()
[all …]
/frameworks/libs/net/common/native/tcutils/
Dtcutils.cpp75 nlattr attr; member
79 nlattr attr; member
81 nlattr attr; member
83 nlattr attr; member
85 nlattr attr; member
89 nlattr attr; member
91 nlattr attr; member
95 nlattr attr; member
99 nlattr attr; member
105 nlattr attr; member
[all …]
/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h51 const AttributeProxy& attr() const { return *m_pLast; } in attr() function
52 AttributeProxy& attr() { return *m_pLast; } in attr() function
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsRegistrationTests.java127 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationCallbackOnRegistered() local
137 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationCallbackOnRegistering() local
180 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationCallbackAfterUnregistered() local
193 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationCallbackSendCurrentState() local
/frameworks/base/libs/androidfw/tests/data/app/
DR.h27 struct attr { struct
28 enum : uint32_t {
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRegistrationCallback.aidl32 void onRegistered(in ImsRegistrationAttributes attr); in onRegistered()
33 void onRegistering(in ImsRegistrationAttributes attr); in onRegistering()
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp47 for (const auto &attr : mAttributesVector) { in listAudioAttributes() local
100 return std::find_if(begin(mAttributesVector), end(mAttributesVector), [](const auto &attr) { in isDefault()
146 [](const auto &attr) {return attr.mAttributes == defaultAttr;}); in getDefaultVolumeGroup()
157 for (const auto &attr : mAttributesVector) { in dump() local
168 const audio_attributes_t &attr, bool fallbackOnDefault) const in getProductStrategyForAttributes() argument
272 const audio_attributes_t &attr, bool fallbackOnDefault) const in getVolumeGroupForAttributes() argument
/frameworks/base/core/tests/coretests/src/android/net/
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
/frameworks/base/tools/aapt2/java/
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
/frameworks/base/libs/androidfw/tests/data/lib_one/
DR.h27 struct attr { struct
28 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/libclient/
DR.h27 struct attr { struct
28 enum : uint32_t {
/frameworks/base/tools/aapt2/xml/
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
/frameworks/base/libs/androidfw/tests/data/lib_two/
DR.h27 struct attr { struct
28 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/system/
DR.h25 struct attr { struct
26 enum : uint32_t {
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java45 … RemoteResourceValue<ResourceValue> findItemInTheme(ResourceReference attr) throws RemoteException; in findItemInTheme()
48 ResourceReference attr) in findItemInStyle()
/frameworks/base/libs/androidfw/include/androidfw/
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()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderResourcesAdapter.java83 public ResourceValue findItemInTheme(ResourceReference attr) { in findItemInTheme()
92 public ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) { in findItemInStyle()
/frameworks/base/libs/androidfw/tests/data/styles/
DR.h27 struct attr { struct
28 enum : uint32_t {
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderResourcesAdapter.java75 public RemoteResourceValue<ResourceValue> findItemInTheme(ResourceReference attr) { in findItemInTheme()
81 RemoteResourceValue<StyleResourceValue> style, ResourceReference attr) { in findItemInStyle()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl87 GetOutputForAttrResponse getOutputForAttr(in AudioAttributesInternal attr, in getOutputForAttr()
100 GetInputForAttrResponse getInputForAttr(in AudioAttributesInternal attr, in getInputForAttr()
127 void setVolumeIndexForAttributes(in AudioAttributesInternal attr, in setVolumeIndexForAttributes()
131 int getVolumeIndexForAttributes(in AudioAttributesInternal attr, in getVolumeIndexForAttributes()
134 int getMaxVolumeIndexForAttributes(in AudioAttributesInternal attr); in getMaxVolumeIndexForAttributes()
136 int getMinVolumeIndexForAttributes(in AudioAttributesInternal attr); in getMinVolumeIndexForAttributes()
140 AudioDevice[] getDevicesForAttributes(in AudioAttributesEx attr, boolean forVolume); in getDevicesForAttributes()
378 boolean canBeSpatialized(in @nullable AudioAttributesInternal attr, in canBeSpatialized()
385 AudioDirectMode getDirectPlaybackSupport(in AudioAttributesInternal attr, in getDirectPlaybackSupport()
392 AudioProfile[] getDirectProfilesForAttributes(in AudioAttributesInternal attr); in getDirectProfilesForAttributes()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java295 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr()
310 public static int getColorAttrDefaultColor(Context context, int attr) { in getColorAttrDefaultColor()
318 public static int getColorAttrDefaultColor(Context context, int attr, @ColorInt int defValue) { in getColorAttrDefaultColor()
325 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr()
336 public static int getThemeAttr(Context context, int attr) { in getThemeAttr()
340 public static int getThemeAttr(Context context, int attr, int defaultValue) { in getThemeAttr()
347 public static Drawable getDrawable(Context context, int attr) { in getDrawable()

123456789