Home
last modified time | relevance | path

Searched refs:isDeprecated (Results 1 – 4 of 4) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdTag.java52 public boolean isDeprecated() { in isDeprecated() method in XsdTag
/system/libvintf/
DVintfObject.cpp647 bool isDeprecated = false; in IsHalDeprecated() local
651 isDeprecated = true; in IsHalDeprecated()
655 return isDeprecated; in IsHalDeprecated()
864 bool isDeprecated = false; in checkDeprecation() local
871 isDeprecated = true; in checkDeprecation()
876 return isDeprecated ? DEPRECATED : NO_DEPRECATED_HALS; in checkDeprecation()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java207 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags, in endElement()
619 element.isDeprecated(), element.isFinalValue(), element.getNullability())); in makeChoice()
634 element.getType(), element.isMultiple()), element.isDeprecated(), in makeAll()
666 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated() method in XsdHandler
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java127 if (restrictionType.isDeprecated()) { in printEnumClass()
134 if (tag.isDeprecated()) { in printEnumClass()
171 if (complexType.isDeprecated()) { in printClass()
433 boolean deprecated = tag == null ? false : tag.isDeprecated(); in printGetterAndSetter()