Home
last modified time | relevance | path

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

1234

/system/sepolicy/prebuilts/api/26.0/public/
Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
33 attribute core_data_file_type;
35 attribute vendor_file_type;
38 attribute sysfs_type;
[all …]
/system/sepolicy/prebuilts/api/27.0/public/
Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
36 attribute vendor_file_type;
39 attribute sysfs_type;
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
37 attribute vendor_file_type;
40 attribute proc_type;
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
38 attribute system_file_type;
41 attribute vendor_file_type;
[all …]
/system/sepolicy/public/
Dattributes8 attribute dev_type;
11 attribute domain;
16 attribute fs_type;
19 attribute contextmount_type;
25 attribute file_type;
28 attribute exec_type;
31 attribute data_file_type;
34 attribute core_data_file_type;
38 attribute system_file_type;
41 attribute vendor_file_type;
[all …]
/system/connectivity/wificond/net/
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()
Dnl80211_attribute.h161 void AddAttribute(const BaseNL80211Attr& attribute);
172 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
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()
[all …]
Dnl80211_packet.cpp170 void NL80211Packet::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute() argument
171 const vector<uint8_t>& append_data = attribute.GetConstData(); in AddAttribute()
200 NL80211NestedAttr* attribute) const { in GetAttribute()
211 *attribute = NL80211NestedAttr(vector<uint8_t>(start, end)); in GetAttribute()
212 if (!attribute->IsValid()) { in GetAttribute()
Dnl80211_attribute.cpp180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute() argument
181 const vector<uint8_t>& append_data = attribute.GetConstData(); in AddAttribute()
209 NL80211NestedAttr* attribute) const { in GetAttribute()
219 *attribute = NL80211NestedAttr(vector<uint8_t>(start, end)); in GetAttribute()
220 if (!attribute->IsValid()) { in GetAttribute()
/system/core/libprocessgroup/profiles/
Dtask_profiles_test.h40 auto&& attribute = task_profiles_->attributes(i); in TEST_P()
41 EXPECT_FALSE(attribute.name().empty()) in TEST_P()
43 EXPECT_FALSE(attribute.controller().empty()) in TEST_P()
45 EXPECT_FALSE(attribute.file().empty()) in TEST_P()
/system/sepolicy/prebuilts/api/27.0/private/
Dattributes1 # Temporary attribute used for migrating permissions out of domain.
3 # from domain and assign them to the domain_deprecated attribute.
9 attribute domain_deprecated;
Ddomain_deprecated.te1 # rules removed from the domain attribute
/system/sepolicy/prebuilts/api/26.0/private/
Dattributes1 # Temporary attribute used for migrating permissions out of domain.
3 # from domain and assign them to the domain_deprecated attribute.
9 attribute domain_deprecated;
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java186 for (XsdAttribute attribute : complexType.getAttributes()) { in printClass()
187 XsdType type = resolveAttribute(attribute).getType(); in printClass()
203 XsdAttribute attribute = resolveAttribute(complexType.getAttributes().get(i)); in printClass() local
205 Utils.toVariableName(attribute.getName())); in printClass()
221 XsdAttribute attribute = resolveAttribute(complexType.getAttributes().get(i)); in printClass() local
222 printGetterAndSetter(out, type, Utils.toVariableName(attribute.getName()), false, in printClass()
223 attribute.isDeprecated()); in printClass()
251 for (XsdAttribute attribute : allAttributes) { in printParser()
252 XsdType type = resolveAttribute(attribute).getType(); in printParser()
264 XsdAttribute attribute = resolveAttribute(allAttributes.get(i)); in printParser() local
[all …]
/system/tools/xsdc/tests/resources/reference/
Dreference.xsd3 <xs:attribute name="name" type="xs:string"/>
9 <xs:attribute ref="name"/>
/system/tools/xsdc/
DREADME.md10 Add the schema (attribute, element or new complexType …) you want to add to the
20 <xs:attribute name="name" type=”xs:string”/>
32 <xs:attribute name="name" type=”xs:string”/>
33 <xs:attribute name="number" type="xs:int"/>
57 <xs:attribute name="name" type=”xs:string”/>
71 <xs:attribute name="name" type=”xs:string”/>
113 "xsd:attribute" [
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java230 for (XsdAttribute attribute : complexType.getAttributes()) { in printClass()
231 XsdType type = resolveAttribute(attribute).getType(); in printClass()
249 XsdAttribute attribute = resolveAttribute(complexType.getAttributes().get(i)); in printClass() local
251 Utils.toVariableName(attribute.getName())); in printClass()
271 XsdAttribute attribute = resolveAttribute(complexType.getAttributes().get(i)); in printClass() local
273 Utils.toVariableName(attribute.getName()), false, false); in printClass()
299 for (XsdAttribute attribute : allAttributes) { in printParser()
300 XsdType type = resolveAttribute(attribute).getType(); in printParser()
312 XsdAttribute attribute = resolveAttribute(allAttributes.get(i)); in printParser() local
313 String variableName = Utils.toVariableName(attribute.getName()); in printParser()
[all …]
/system/bt/include/hardware/avrcp/
Davrcp_common.h149 AttributeEntry(const Attribute& attribute, const std::string& value) in AttributeEntry() argument
150 : attribute_(attribute), value_(value) {} in AttributeEntry()
152 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry() argument
156 Attribute attribute() const { return attribute_; } in attribute() function
/system/bt/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc107 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
110 truncated_size += attribute.size(); // Attribute size in TEST()
125 builder->AddAttributeEntry(attribute); in TEST()
Dget_item_attributes_packet_test.cc56 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
59 truncated_size += attribute.size(); // Attribute size in TEST()
75 builder->AddAttributeEntry(attribute); in TEST()
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp119 const drm_mode_modeinfo &mode, const uint32_t attribute) in adf_display_attribute() argument
121 switch (attribute) { in adf_display_attribute()
140 ALOGE("unknown display attribute %u", attribute); in adf_display_attribute()
170 const drm_mode_modeinfo &mode, const uint32_t attribute) in adf_display_attribute_hwc2() argument
172 switch (attribute) { in adf_display_attribute_hwc2()
191 ALOGE("unknown display attribute %u", attribute); in adf_display_attribute_hwc2()
/system/bt/packet/avrcp/
Dget_item_attributes.cc46 bool GetItemAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry() argument
48 return AddAttributeEntry(AttributeEntry(attribute, value)); in AddAttributeEntry()
74 AddPayloadOctets4(pkt, base::ByteSwap((uint32_t)entry.attribute())); in Serialize()
/system/bt/stack/sdp/
Dsdp_db.cc74 p_attr = &p_rec->attribute[0]; in sdp_db_service_search()
180 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()
324 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD); in SDP_DeleteRecord()
399 tSDP_ATTRIBUTE* p_attr = &p_rec->attribute[0]; in SDP_AddAttribute()
415 p_attr = &p_rec->attribute[p_rec->num_attributes]; in SDP_AddAttribute()
419 p_rec->attribute[yy] = p_rec->attribute[yy - 1]; in SDP_AddAttribute()
806 tSDP_ATTRIBUTE* p_attr = &p_rec->attribute[0]; in SDP_DeleteAttribute()
817 if (p_rec->attribute[zz].value_ptr > pad_ptr) in SDP_DeleteAttribute()
818 p_rec->attribute[zz].value_ptr -= len; in SDP_DeleteAttribute()
/system/sepolicy/tools/sepolicy-analyze/
DAndroid.mk9 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c u…
DREADME63 ATTRIBUTE (attribute)
64 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute <name>
66 Displays the types associated with the specified attribute name.
68 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute -r <name>
72 sepolicy-analyze out/target/product/<board>/root/sepolicy attribute -l

1234