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 | 653 bool isDeprecated = false; in IsHalDeprecated() local 657 isDeprecated = true; in IsHalDeprecated() 661 return isDeprecated; in IsHalDeprecated() 870 bool isDeprecated = false; in checkDeprecation() local 878 isDeprecated = true; in checkDeprecation() 883 return isDeprecated ? DEPRECATED : NO_DEPRECATED_HALS; in checkDeprecation()
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 120 if (restrictionType.isDeprecated()) { in printEnumClass() 127 if (tag.isDeprecated()) { in printEnumClass() 157 if (complexType.isDeprecated()) { in printClass() 339 boolean deprecated = tag == null ? false : tag.isDeprecated(); in printGetterAndSetter()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 207 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags, in endElement() 614 element.isDeprecated(), element.isFinalValue(), element.getNullability())); in makeChoice() 629 element.getType(), element.isMultiple()), element.isDeprecated(), in makeAll() 661 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated() method in XsdHandler
|