Searched refs:isDeprecated (Results 1 – 4 of 4) sorted by relevance
/system/tools/xsdc/src/com/android/xsdc/tag/ |
D | XsdTag.java | 52 public boolean isDeprecated() { in isDeprecated() method in XsdTag
|
/system/libvintf/ |
D | VintfObject.cpp | 668 bool isDeprecated = false; in IsHalDeprecated() local 672 isDeprecated = true; in IsHalDeprecated() 676 return isDeprecated; in IsHalDeprecated() 892 bool isDeprecated = false; in checkDeprecation() local 899 isDeprecated = true; in checkDeprecation() 904 return isDeprecated ? DEPRECATED : NO_DEPRECATED_HALS; in checkDeprecation()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 209 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags, in endElement() 624 element.isDeprecated(), element.isFinalValue(), element.getNullability())); in makeChoice() 639 element.getType(), element.isMultiple()), element.isDeprecated(), in makeAll() 676 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated() method in XsdHandler
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 141 if (restrictionType.isDeprecated()) { in printEnumClass() 148 if (tag.isDeprecated()) { in printEnumClass() 192 if (complexType.isDeprecated()) { in printClass() 460 boolean deprecated = tag == null ? false : tag.isDeprecated(); in printGetterAndSetter()
|