Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
25 attribute file_type;
28 attribute exec_type;
38 attribute sysfs_type;
47 attribute node_type;
50 attribute netif_type;
53 attribute port_type;
219 attribute hal_ir;
[all …]
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
25 attribute file_type;
28 attribute exec_type;
39 attribute sysfs_type;
48 attribute node_type;
51 attribute netif_type;
54 attribute port_type;
295 attribute hal_ir;
[all …]
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() argument
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
84 uint16_t get_u16(int attribute) { in get_u16() argument
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
88 uint32_t get_u32(int attribute) { in get_u32() argument
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
96 int get_len(int attribute) { in get_len() argument
97 return mAttributes[attribute] ? nla_len(mAttributes[attribute]) : 0; in get_len()
100 void *get_data(int attribute) { in get_data() argument
[all …]
H A Dcpp_bindings.cpp165 const char *attributeToString(int attribute) in attributeToString() argument
167 switch (attribute) { in attributeToString()
842 return mMsg.put_u8(attribute, value); in put_u8()
847 return mMsg.put_u16(attribute, value); in put_u16()
852 return mMsg.put_u32(attribute, value); in put_u32()
857 return mMsg.put_u64(attribute, value); in put_u64()
862 return mMsg.put_s8(attribute, value); in put_s8()
882 return mMsg.put_flag(attribute); in put_flag()
937 return mMsg.attr_start(attribute); in attr_start()
942 return mMsg.attr_end(attribute); in attr_end()
[all …]
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dattributes8 attribute dev_type;
11 attribute bdev_type;
14 attribute domain;
19 attribute fs_type;
28 attribute file_type;
31 attribute exec_type;
52 attribute proc_type;
63 attribute sysfs_type;
78 attribute node_type;
81 attribute netif_type;
[all …]
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dattributes8 attribute dev_type;
11 attribute bdev_type;
14 attribute domain;
19 attribute fs_type;
28 attribute file_type;
31 attribute exec_type;
52 attribute proc_type;
63 attribute sysfs_type;
78 attribute node_type;
81 attribute netif_type;
[all …]
/aosp12/system/sepolicy/public/
H A Dattributes8 attribute dev_type;
11 attribute bdev_type;
14 attribute domain;
19 attribute fs_type;
28 attribute file_type;
31 attribute exec_type;
52 attribute proc_type;
63 attribute sysfs_type;
78 attribute node_type;
81 attribute netif_type;
[all …]
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
25 attribute file_type;
28 attribute exec_type;
40 attribute proc_type;
44 attribute sysfs_type;
53 attribute node_type;
56 attribute netif_type;
59 attribute port_type;
[all …]
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
25 attribute file_type;
28 attribute exec_type;
44 attribute proc_type;
55 attribute sysfs_type;
64 attribute node_type;
67 attribute netif_type;
70 attribute port_type;
[all …]
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() argument
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
84 uint16_t get_u16(int attribute) { in get_u16() argument
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
96 int get_len(int attribute) { in get_len() argument
97 return mAttributes[attribute] ? nla_len(mAttributes[attribute]) : 0; in get_len()
100 void *get_data(int attribute) { in get_data() argument
101 return mAttributes[attribute] ? nla_data(mAttributes[attribute]) : NULL; in get_data()
[all …]
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
25 attribute file_type;
28 attribute exec_type;
44 attribute proc_type;
55 attribute sysfs_type;
61 attribute sdcard_type;
64 attribute node_type;
67 attribute netif_type;
[all …]
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java488 assertNull(attribute.address); in testDecodeIpv4NetmaskWithoutValue()
496 attribute, in testEncodeIpv4Netmask()
526 assertNull(attribute.address); in testDecodeIpv4DnsWithoutValue()
534 attribute, in testEncodeIpv4Dns()
564 assertNull(attribute.address); in testDecodeIpv4DhcpWithoutValue()
583 attribute, in testEncodeIpv4DhcpWithoutValue()
681 assertNull(attribute.address); in testConstructIpv4PcscfWithoutValue()
698 assertNull(attribute.address); in testDecodeIpv4PcscfWithoutValue()
714 attribute, in testEncodeIpv4PcscfWithoutValue()
847 assertNull(attribute.address); in testDecodeIpv6DnsWithoutValue()
[all …]
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java95 serializer.attribute("", "rotation", Integer.toString(rotation)); in dumpWindowToFile()
139 serializer.attribute("", "id", Integer.toString(displayId)); in dumpWindowsToFile()
162 serializer.attribute("", "index", Integer.toString(index)); in dumpWindowRec()
167 serializer.attribute("", "bounds", tmpBounds.toShortString()); in dumpWindowRec()
170 serializer.attribute("", "accessibility-focused", in dumpWindowRec()
172 serializer.attribute("", "id", Integer.toString(winfo.getId())); in dumpWindowRec()
173 serializer.attribute("", "layer", Integer.toString(winfo.getLayer())); in dumpWindowRec()
189 serializer.attribute("", "rotation", Integer.toString(rotation)); in dumpWindowRec()
201 serializer.attribute("", "NAF", Boolean.toString(true)); in dumpNodeRec()
202 serializer.attribute("", "index", Integer.toString(index)); in dumpNodeRec()
[all …]
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display_manager-test.cpp35 attribute.key = key; in MakeAttribute()
37 return attribute; in MakeAttribute()
45 return attribute; in MakeAttribute()
53 return attribute; in MakeAttribute()
61 return attribute; in MakeAttribute()
69 return attribute; in MakeAttribute()
78 return attribute; in MakeAttribute()
87 return attribute; in MakeAttribute()
96 return attribute; in MakeAttribute()
105 return attribute; in MakeAttribute()
[all …]
/aosp12/frameworks/native/libs/vr/libdvr/
H A Ddvr_display_manager.cpp25 DvrSurfaceAttribute* attribute; member
28 attribute->value.int32_value = value; in operator ()()
29 attribute->value.type = DVR_SURFACE_ATTRIBUTE_TYPE_INT32; in operator ()()
32 attribute->value.int64_value = value; in operator ()()
33 attribute->value.type = DVR_SURFACE_ATTRIBUTE_TYPE_INT64; in operator ()()
36 attribute->value.bool_value = value; in operator ()()
37 attribute->value.type = DVR_SURFACE_ATTRIBUTE_TYPE_BOOL; in operator ()()
40 attribute->value.float_value = value; in operator ()()
41 attribute->value.type = DVR_SURFACE_ATTRIBUTE_TYPE_FLOAT; in operator ()()
72 for (const auto& attribute : surface_attributes) { in ConvertSurfaceAttributes() local
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java286 xmlMsgElement.attribute(null, "subject", in encode()
291 xmlMsgElement.attribute(null, "datetime", in encode()
295 xmlMsgElement.attribute(null, "sender_name", in encode()
305 xmlMsgElement.attribute(null, "recipient_name", in encode()
313 xmlMsgElement.attribute(null, "type", mType.name()); in encode()
319 xmlMsgElement.attribute(null, "text", mText); in encode()
334 xmlMsgElement.attribute(null, "priority", mPriority); in encode()
337 xmlMsgElement.attribute(null, "read", getRead()); in encode()
340 xmlMsgElement.attribute(null, "sent", mSent); in encode()
343 xmlMsgElement.attribute(null, "protected", mProtect); in encode()
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java62 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
65 getAttributeValue(namespace, attribute), options, defaultValue); in getAttributeListValue()
68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
71 getAttributeValue(namespace, attribute), defaultValue); in getAttributeBooleanValue()
74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument
77 getAttributeValue(namespace, attribute), defaultValue); in getAttributeResourceValue()
80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument
83 getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue()
89 getAttributeValue(namespace, attribute), defaultValue); in getAttributeUnsignedIntValue()
92 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
[all …]
/aosp12/system/connectivity/wificond/net/
H A Dnl80211_attribute.h161 void AddAttribute(const BaseNL80211Attr& attribute);
181 NL80211Attr<T> attribute(empty_vec); in GetAttributeValue()
182 if (!GetAttribute(id, &attribute)) { in GetAttributeValue()
185 *value = attribute.GetValue(); in GetAttributeValue()
208 NL80211Attr<T> attribute(std::vector<uint8_t>( in GetListOfAttributeValues()
211 if (!attribute.IsValid()) { in GetListOfAttributeValues()
214 attr_list.emplace_back(attribute.GetValue()); in GetListOfAttributeValues()
246 NL80211Attr<T> attribute(std::vector<uint8_t>( in GetListOfAttributes()
249 if (!attribute.IsValid()) { in GetListOfAttributes()
252 attr_list.emplace_back(attribute); in GetListOfAttributes()
[all …]
H A Dnl80211_packet.h112 void AddAttribute(const BaseNL80211Attr& attribute);
117 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
131 NL80211Attr<T> attribute(empty_vec); in GetAttributeValue()
132 if (!GetAttribute(id, &attribute)) { in GetAttributeValue()
135 *value = attribute.GetValue(); in GetAttributeValue()
140 bool GetAttribute(int id, NL80211Attr<T>* attribute) const { in GetAttribute() argument
151 *attribute = NL80211Attr<T>(std::vector<uint8_t>(start, end)); in GetAttribute()
152 if (!attribute->IsValid()) { in GetAttribute()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleXmlHelper.kt56 serializer.attribute(null, ATTR_VERSION, CURRENT_VERSION.toString())
61 serializer.attribute(null, ATTR_USER_ID, k.toString())
78 serializer.attribute(null, ATTR_USER_ID, bubble.userId.toString())
79 serializer.attribute(null, ATTR_PACKAGE, bubble.packageName)
80 serializer.attribute(null, ATTR_SHORTCUT_ID, bubble.shortcutId)
81 serializer.attribute(null, ATTR_KEY, bubble.key)
82 serializer.attribute(null, ATTR_DESIRED_HEIGHT, bubble.desiredHeight.toString())
83 serializer.attribute(null, ATTR_DESIRED_HEIGHT_RES_ID, bubble.desiredHeightResId.toString())
84 bubble.title?.let { serializer.attribute(null, ATTR_TITLE, it) }
85 serializer.attribute(null, ATTR_TASK_ID, bubble.taskId.toString())
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEmulation.cpp27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateHexagonELF()
28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateHexagonELF()
29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateHexagonELF()
32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateHexagonELF()
33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateHexagonELF()
34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateHexagonELF()
/aosp12/frameworks/base/errorprone/refaster/
H A DEfficientXml.java33 out.attribute(null, n, Integer.toString(v)); in beforeToString()
38 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
123 out.attribute(null, n, Long.toString(v)); in beforeToString()
128 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
150 out.attribute(null, n, Long.toHexString(v)); in beforeToHexString()
213 out.attribute(null, n, Float.toString(v)); in beforeToString()
218 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
257 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
286 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
298 out.attribute(null, n, "true"); in before()
[all …]
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackUtils.java48 public static int getImeAction(EditorInfo attribute) { in getImeAction() argument
49 return attribute.imeOptions in getImeAction()
56 public static int getInputTypeClass(EditorInfo attribute) { in getInputTypeClass() argument
57 return attribute.inputType & EditorInfo.TYPE_MASK_CLASS; in getInputTypeClass()
63 public static int getInputTypeVariation(EditorInfo attribute) { in getInputTypeVariation() argument
64 return attribute.inputType & EditorInfo.TYPE_MASK_VARIATION; in getInputTypeVariation()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Emulation.cpp27 pConfig.attribute().constraint().enableWholeArchive(); in MCLDEmulateAArch64ELF()
28 pConfig.attribute().constraint().enableAsNeeded(); in MCLDEmulateAArch64ELF()
29 pConfig.attribute().constraint().setSharedSystem(); in MCLDEmulateAArch64ELF()
32 pConfig.attribute().predefined().unsetWholeArchive(); in MCLDEmulateAArch64ELF()
33 pConfig.attribute().predefined().unsetAsNeeded(); in MCLDEmulateAArch64ELF()
34 pConfig.attribute().predefined().setDynamic(); in MCLDEmulateAArch64ELF()
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java118 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
120 String value = getAttributeValue(namespace, attribute); in getAttributeListValue()
135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
137 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue()
153 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue()
160 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue()
181 enumValues = mFrameworkEnumValueSupplier.apply(attribute); in getAttributeIntValue()
200 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument
202 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue()
217 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
[all …]

12345678910>>...25