Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 7 of 7) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java73 if (type.getRef() == null && type instanceof XsdComplexType) { in JavaCodeGenerator()
115 if (type.getRef() == null && type instanceof XsdComplexType) { in print()
215 if (element.getRef() == null && element.getType().getRef() == null in printClass()
712 QName baseRef = complexType.getBase().getRef(); in stackComponents()
750 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
753 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
763 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
783 if (type.getRef() != null) { in parseType()
784 String name = type.getRef().getLocalPart(); in parseType()
785 if (type.getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in parseType()
[all …]
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java82 if (type.getRef() == null && type instanceof XsdComplexType) { in CppCodeGenerator()
216 if (type.getRef() == null && type instanceof XsdComplexType) { in print()
313 if (type.getRef() == null && type instanceof XsdComplexType) { in printPrototype()
346 if (element.getRef() == null && element.getType().getRef() == null in printClass()
878 QName baseRef = complexType.getBase().getRef(); in stackComponents()
917 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
920 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
930 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
950 if (type.getRef() != null) { in parseType()
951 String name = type.getRef().getLocalPart(); in parseType()
[all …]
/system/core/libutils/include/utils/
DList.h54 inline T& getRef() { return mVal; } in getRef() function
55 inline const T& getRef() const { return mVal; } in getRef() function
112 _Type& operator*() const { return mpNode->getRef(); }
113 _Type* operator->() const { return &(mpNode->getRef()); }
/system/keymaster/include/keymaster/
DList.h50 inline T& getRef() { return mVal; } in getRef() function
51 inline const T& getRef() const { return mVal; } in getRef() function
101 _Type& operator*() const { return mpNode->getRef(); }
102 _Type* operator->() const { return &(mpNode->getRef()); }
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdTag.java40 public QName getRef() { in getRef() method in XsdTag
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java440 if (base.getRef() != null && base.getRef().getNamespaceURI().equals( in makeComplexContent()
623 element.getRef(), element.getType(), element.isMultiple()), in makeChoice()
638 elements.add(setDeprecatedAndFinal(new XsdAll(element.getName(), element.getRef(), in makeAll()
/system/tools/xsdc/tests/resources/enum_type/api/
Dcurrent.txt511 method public String getRef();