Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 21 of 21) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttributeGroup.java26 final private List<XsdAttribute> attributes; field in XsdAttributeGroup
30 List<XsdAttribute> attributes, in XsdAttributeGroup()
DXsdGeneralExtension.java24 final private List<XsdAttribute> attributes; field in XsdGeneralExtension
29 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
DXsdGeneralRestriction.java24 final private List<XsdAttribute> attributes; field in XsdGeneralRestriction
29 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
DXsdComplexType.java25 final private List<XsdAttribute> attributes; field in XsdComplexType
30 XsdComplexType(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexType()
DXsdSimpleContent.java22 public XsdSimpleContent(String name, XsdType base, List<XsdAttribute> attributes) { in XsdSimpleContent()
DXsdComplexContent.java23 public XsdComplexContent(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexContent()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java116 String uri, String localName, String qName, Attributes attributes) { in startElement()
343 List<XsdAttribute> attributes = new ArrayList<>(); in makeAttributeGroup() local
388 List<XsdAttribute> attributes = new ArrayList<>(); in makeComplexType() local
483 List<XsdAttribute> attributes = new ArrayList<>(); in makeGeneralRestriction() local
507 List<XsdAttribute> attributes = new ArrayList<>(); in makeGeneralExtension() local
/system/core/libprocessgroup/profiles/
Dtask_profiles.proto23 repeated Attribute attributes = 1 [json_name = "Attributes"]; field
/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h144 uint32_t attributes() const { return attributes_; } in attributes() function
145 void set_attributes(uint32_t attributes) { attributes_ = attributes; } in set_attributes()
Dmetadata_format.h256 uint32_t attributes; member
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java230 List<XsdAttribute> attributes = new ArrayList<>(); in printClass() local
710 List<XsdAttribute> attributes) throws JavaCodeGeneratorException { in stackComponents()
716 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents() local
730 List<XsdAttribute> attributes = new ArrayList<>(); in getAllAttributes() local
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java382 List<XsdAttribute> attributes = new ArrayList(); in printClass() local
733 List<XsdElement> elements, List<XsdAttribute> attributes, String baseName) in printConstructor()
953 List<XsdAttribute> attributes) throws CppCodeGeneratorException { in stackComponents()
959 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents() local
973 List<XsdAttribute> attributes = new ArrayList<>(); in getAllAttributes() local
/system/chre/platform/slpi/
Dinit.cc194 qurt_thread_attr_t attributes; in chre_slpi_start_thread() local
/system/extras/partition_tools/
Dlpadd.cc164 uint32_t attributes, const std::string& image_path, bool replace) { in AddPartition()
487 uint32_t attributes = LP_PARTITION_ATTR_NONE; in main() local
Dlpmake.cc151 std::string attributes = parts[1]; in Parse() local
/system/core/fs_mgr/libfiemap/
Dmetadata.cpp207 uint32_t attributes) { in AddAttributes()
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp198 std::vector<BaseNL80211Attr> attributes; in TEST() local
/system/core/fs_mgr/liblp/
Dbuilder.cpp98 Partition::Partition(std::string_view name, std::string_view group_name, uint32_t attributes) in Partition()
525 Partition* MetadataBuilder::AddPartition(const std::string& name, uint32_t attributes) { in AddPartition()
530 uint32_t attributes) { in AddPartition()
/system/sepolicy/tools/
Dcheckfc.c88 static bool ebitmap_attribute_assertion_init(ebitmap_t *assertions, const char * const attributes[]) in ebitmap_attribute_assertion_init()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp816 vector<BaseNL80211Attr> attributes; in MergePacketsForSplitWiphyDump() local
/system/media/audio/include/system/
Daudio.h132 audio_attributes_t attributes = AUDIO_ATTRIBUTES_INITIALIZER; in attributes_initializer() local
139 audio_attributes_t attributes = AUDIO_ATTRIBUTES_INITIALIZER; in attributes_initializer_flags() local