Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java64 if (type.getRef() == null && type instanceof XsdComplexType) { in JavaCodeGenerator()
106 if (type.getRef() == null && type instanceof XsdComplexType) { in print()
194 if (element.getRef() == null && element.getType().getRef() == null in printClass()
634 QName baseRef = complexType.getBase().getRef(); in stackComponents()
672 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
675 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
685 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
705 if (type.getRef() != null) { in parseType()
706 String name = type.getRef().getLocalPart(); in parseType()
707 if (type.getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in parseType()
[all …]
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java71 if (type.getRef() == null && type instanceof XsdComplexType) { in CppCodeGenerator()
153 if (type.getRef() == null && type instanceof XsdComplexType) { in print()
214 if (type.getRef() == null && type instanceof XsdComplexType) { in printPrototype()
247 if (element.getRef() == null && element.getType().getRef() == null in printClass()
753 QName baseRef = complexType.getBase().getRef(); in stackComponents()
792 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
795 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
805 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
825 if (type.getRef() != null) { in parseType()
826 String name = type.getRef().getLocalPart(); in parseType()
[all …]
/system/keymaster/include/keymaster/
DList.h52 inline T& getRef() { return mVal; } in getRef() function
53 inline const T& getRef() const { return mVal; } in getRef() function
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
/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/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.java435 if (base.getRef() != null && base.getRef().getNamespaceURI().equals( in makeComplexContent()
618 element.getRef(), element.getType(), element.isMultiple()), in makeChoice()
633 elements.add(setDeprecatedAndFinal(new XsdAll(element.getName(), element.getRef(), in makeAll()