Home
last modified time | relevance | path

Searched refs:getAttributeGroups (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/
H A DXsdAttributeGroup.java44 public List<XsdAttributeGroup> getAttributeGroups() { in getAttributeGroups() method in XsdAttributeGroup
H A DXsdGeneralExtension.java48 public List<XsdAttributeGroup> getAttributeGroups() { in getAttributeGroups() method in XsdGeneralExtension
H A DXsdGeneralRestriction.java48 public List<XsdAttributeGroup> getAttributeGroups() { in getAttributeGroups() method in XsdGeneralRestriction
H A DXsdComplexType.java52 public List<XsdAttributeGroup> getAttributeGroups() { in getAttributeGroups() method in XsdComplexType
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h162 const std::vector<llvm::AttributeSet> &getAttributeGroups() const { in getAttributeGroups() function
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h162 const std::vector<llvm::AttributeSet> &getAttributeGroups() const { in getAttributeGroups() function
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXsdHandler.java407 child.getAttributes(), child.getAttributeGroups(), in makeComplexType()
435 extension.getAttributes(), extension.getAttributeGroups(), in makeComplexContent()
444 restriction.getAttributeGroups(), restriction.getElements(), in makeComplexContent()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h165 const std::vector<llvm::AttributeSet> &getAttributeGroups() const { in getAttributeGroups() function
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java362 for (XsdAttributeGroup attributeGroup : complexType.getAttributeGroups()) { in printClass()
888 for (XsdAttributeGroup attributeGroup : complexType.getAttributeGroups()) { in stackComponents()
897 for (XsdAttributeGroup attrGroup : attributeGroup.getAttributeGroups()) { in getAllAttributes()
1078 complexType.getAttributeGroups().size() > 0) { in hasAttribute()
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java231 for (XsdAttributeGroup attributeGroup : complexType.getAttributeGroups()) { in printClass()
722 for (XsdAttributeGroup attributeGroup : complexType.getAttributeGroups()) { in stackComponents()
731 for (XsdAttributeGroup attrGroup : attributeGroup.getAttributeGroups()) { in getAllAttributes()