/system/sepolicy/prebuilts/api/26.0/public/ |
D | attributes | 8 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/ |
D | attributes | 8 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/ |
D | attributes | 8 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/ |
D | attributes | 8 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/ |
D | attributes | 8 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/ |
D | nl80211_packet.h | 112 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()
|
D | nl80211_attribute.h | 161 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 …]
|
D | nl80211_packet.cpp | 170 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()
|
D | nl80211_attribute.cpp | 180 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/ |
D | task_profiles_test.h | 40 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/ |
D | attributes | 1 # Temporary attribute used for migrating permissions out of domain. 3 # from domain and assign them to the domain_deprecated attribute. 9 attribute domain_deprecated;
|
D | domain_deprecated.te | 1 # rules removed from the domain attribute
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | attributes | 1 # 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/ |
D | JavaCodeGenerator.java | 186 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/ |
D | reference.xsd | 3 <xs:attribute name="name" type="xs:string"/> 9 <xs:attribute ref="name"/>
|
/system/tools/xsdc/ |
D | README.md | 10 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/ |
D | CppCodeGenerator.java | 230 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/ |
D | avrcp_common.h | 149 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/ |
D | get_element_attributes_packet_test.cc | 107 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local 110 truncated_size += attribute.size(); // Attribute size in TEST() 125 builder->AddAttributeEntry(attribute); in TEST()
|
D | get_item_attributes_packet_test.cc | 56 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/ |
D | adfhwc.cpp | 119 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/ |
D | get_item_attributes.cc | 46 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/ |
D | sdp_db.cc | 74 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/ |
D | Android.mk | 9 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c u…
|
D | README | 63 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
|