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.java40 public boolean isDeprecated() { in isDeprecated() method in XsdTag
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java90 printClass(out, name, complexType, "", type.isDeprecated()); in print()
98 printEnumClass(out, name, restrictionType, type.isDeprecated()); in print()
109 printClass(out, name, complexType, "", type.isDeprecated()); in print()
127 if (tag.isDeprecated()) { in printEnumClass()
177 printClass(out, innerName, innerType, innerNameScope, innerType.isDeprecated()); in printClass()
217 element.isMultiple(), element.isDeprecated()); in printClass()
223 attribute.isDeprecated()); in printClass()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java195 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags); in endElement()
514 element.getType(), element.isMultiple()), element.isDeprecated())); in makeChoice()
527 element.getType(), element.isMultiple()), element.isDeprecated())); in makeAll()
556 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags) in isDeprecated() method in XsdHandler
/system/libvintf/
DVintfObject.cpp661 bool isDeprecated = false; in IsHalDeprecated() local
664 isDeprecated = true; in IsHalDeprecated()
666 return !isDeprecated; // continue if no deprecated instance is found. in IsHalDeprecated()
668 return isDeprecated; in IsHalDeprecated()