Home
last modified time | relevance | path

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

12

/external/jdiff/src/jdiff/
DModifiers.java24 public boolean isDeprecated = false; field in Modifiers
43 if (isDeprecated != oModifiers.isDeprecated) in compareTo()
82 if (isDeprecated != newModifiers.isDeprecated) { in diff()
85 if (isDeprecated) in diff()
DAPIHandler.java323 modifiers.isDeprecated = false; in getModifiers()
326 modifiers.isDeprecated = false; in getModifiers()
329 modifiers.isDeprecated = true; in getModifiers()
332 modifiers.isDeprecated = true; in getModifiers()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDeprecatedFieldTest.java64 isDeprecated(method)); in testDeprecatedField()
69 isDeprecated(method)); in testDeprecatedField()
74 isDeprecated(method)); in testDeprecatedField()
78 private boolean isDeprecated(AnnotatedElement annotated) { in isDeprecated() method in DeprecatedFieldTest
/external/doclava/src/com/google/doclava/
DSinceTagger.java149 if (doc.isDeprecated() && doc.getDeprecatedSince() == null) { in versionClass()
150 if (spec.isDeprecated()) { in versionClass()
167 if (constructor.isDeprecated() && constructor.getDeprecatedSince() == null) { in versionConstructors()
171 if (specConstructor.isDeprecated()) { in versionConstructors()
190 if (field.isDeprecated() && field.getDeprecatedSince() == null) { in versionFields()
194 if (specField.isDeprecated()) { in versionFields()
209 if (method.isDeprecated() && method.getDeprecatedSince() == null) { in versionMethods()
213 if (specMethod.isDeprecated()) { in versionMethods()
DFieldInfo.java146 public boolean isDeprecated() { in isDeprecated() method in FieldInfo
148 boolean commentDeprecated = comment().isDeprecated(); in isDeprecated()
379 if (isDeprecated()) { in makeHDF()
520 if (isDeprecated() != fInfo.isDeprecated()) { in isConsistent()
522 + " has changed deprecation state " + isDeprecated() + " --> " + fInfo.isDeprecated()); in isConsistent()
DDocInfo.java142 public boolean isDeprecated() { in isDeprecated() method in DocInfo
144 return comment().isDeprecated(); in isDeprecated()
DStubs.java180 } else if (m.isDeprecated()) { in writeStubsAndApi()
245 } else if (cl.isDeprecated()) { in writeStubsAndApi()
686 writeAnnotations(stream, cl.annotations(), cl.isDeprecated()); in writeClass()
748 writeAnnotations(stream, field.annotations(), field.isDeprecated()); in writeClass()
867 writeAnnotations(stream, method.annotations(), method.isDeprecated()); in writeMethod()
939 writeAnnotations(stream, field.annotations(), field.isDeprecated()); in writeField()
1070 boolean isDeprecated) { in writeAnnotations() argument
1080 if (isDeprecated && ann.type() != null in writeAnnotations()
1082 isDeprecated = false; // Prevent duplicate annotations in writeAnnotations()
1086 if (isDeprecated) { in writeAnnotations()
[all …]
DMethodInfo.java208 public boolean isDeprecated() { in isDeprecated() method in MethodInfo
211 boolean commentDeprecated = comment().isDeprecated(); in isDeprecated()
633 if (isDeprecated()) { in makeHDF()
912 if (!isDeprecated() == mInfo.isDeprecated()) { in isConsistent()
914 + mInfo.prettyQualifiedSignature() + " has changed deprecation state " + isDeprecated() in isConsistent()
915 + " --> " + mInfo.isDeprecated()); in isConsistent()
DClassInfo.java590 public boolean isDeprecated() { in isDeprecated() method in ClassInfo
592 boolean commentDeprecated = comment().isDeprecated(); in isDeprecated()
1258 if (isDeprecated()) { in makeShortDescrHDF()
1329 if (isDeprecated()) { in makeHDF()
2175 if (mInfo.isDeprecated()) { in isConsistent()
2220 if (mInfo.isDeprecated()) { in isConsistent()
2250 if (mInfo.isDeprecated()) { in isConsistent()
2274 if (info.isDeprecated()) { in isConsistent()
2331 if (!isDeprecated() == cl.isDeprecated()) { in isConsistent()
2334 + " has changed deprecation state " + isDeprecated() + " --> " + cl.isDeprecated()); in isConsistent()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDtdData.java199 if (element.isDeprecated()) { in checkEmpty()
206 if (attribute.isDeprecated()) continue; in checkEmpty()
239 if (child.equals(special) || child.isDeprecated()) { in checkEmpty()
291 boolean deprecatedNew = dtdData.isDeprecated(element.name, "*", "*"); in TestNewDtdData()
292 … boolean deprecatedOld = SUPPLEMENTAL_DATA_INFO.isDeprecated(type, element.name, "*", "*"); in TestNewDtdData()
300 deprecatedNew = dtdData.isDeprecated(element.name, attribute.name, "*"); in TestNewDtdData()
301 … deprecatedOld = SUPPLEMENTAL_DATA_INFO.isDeprecated(type, element.name, attribute.name, "*"); in TestNewDtdData()
304 deprecatedNew = dtdData.isDeprecated(element.name, attribute.name, value); in TestNewDtdData()
305 … deprecatedOld = SUPPLEMENTAL_DATA_INFO.isDeprecated(type, element.name, attribute.name, value); in TestNewDtdData()
DTestPaths.java201 if (dtdData.isDeprecated(elementName, "*", "*")) { in check()
214 if (dtdData.isDeprecated(elementName, attributeName, "*")) { in check()
223 if (dtdData.isDeprecated(elementName, attributeName, attributeValue)) { in check()
253 … if (element.isDeprecated() || element == dtdData.ANY || element == dtdData.PCDATA) { in show()
265 if (attribute.isDeprecated() || OK_IF_MISSING.contains(attribute.name)) { in show()
DTestPathHeader.java347 if (supplemental.isDeprecated(DtdType.ldml, path)) { in TestOptional()
450 if (supplemental.isDeprecated(DtdType.ldml, path)) { in TestCoverage()
700 boolean isDeprecated = supplemental.isDeprecated(DtdType.ldml, path); in TestStatus()
701 if (isDeprecated != (surveyToolStatus == SurveyToolStatus.DEPRECATED)) { in TestStatus()
704 + isDeprecated + "\t" + surveyToolStatus + "\t" in TestStatus()
1165 if (dtdData.isDeprecated(pathPlain)) { in checkPathHeader()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowDtdDiffs.java88 …if (isDeprecated(dtdCurrent.dtdType, name, "*")) { // SDI.isDeprecated(dtdCurrent.dtdType, name, "… in checkNames()
146 …if (isDeprecated(dtdCurrent.dtdType, elementName, name)) { // SDI.isDeprecated(dtdCurrent, element… in getAttributeNames()
159 private static boolean isDeprecated(DtdType dtdType, String elementName, String attributeName) { in isDeprecated() method in ShowDtdDiffs
161 return DtdData.getInstance(dtdType).isDeprecated(elementName, attributeName, "*"); in isDeprecated()
DChartDtdDelta.java198 boolean currentDeprecated = element.isDeprecated(); in checkNames()
199 …boolean lastDeprecated = dtdLast == null ? false : oldElement.isDeprecated(); // + (currentDeprec… in checkNames()
310 if (attribute.isDeprecated() && !attributeOld.isDeprecated()) { in getAttributeNames()
DGetDescriptions.java51 boolean isDeprecated = x.get("Deprecated") != null; in main()
87 if (!isDeprecated) { in main()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DCaptureDeprecatedElements.java135 if (isDeprecated(matchedType)) { in process()
147 if (isApiVisible(matchedType, bodyDeclaration) && isDeprecated(bodyDeclaration)) { in trackDeprecationsRecursively()
174 private static boolean isDeprecated(BodyDeclaration bodyDeclaration) { in isDeprecated() method in CaptureDeprecatedElements.CaptureDeprecatedProcessor
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java257 public boolean isDeprecated() { in isDeprecated() method in DtdData.Attribute
470 public boolean isDeprecated() { in isDeprecated() method in DtdData.Element
958 boolean elementDeprecated = isDeprecated(current.name, "*", "*"); in toString()
1016 … boolean attributeDeprecated = elementDeprecated || isDeprecated(current.name, a.name, "*"); in toString()
1032 if (!attributeDeprecated && isDeprecated(current.name, a.name, s)) { in toString()
1156 public boolean isDeprecated(String elementName, String attributeName, String attributeValue) { in isDeprecated() method in DtdData
1440 public boolean isDeprecated(XPathParts pathPlain) { in isDeprecated() method in DtdData
1443 if (isDeprecated(elementName, "*", null)) { in isDeprecated()
1448 if (isDeprecated(elementName, attribute, attributeValue)) { in isDeprecated()
DDtdDataCheck.java127 if (SUPPLEMENTAL.isDeprecated(dtdData.dtdType, element.name, a.name, "*")) { in show()
133 … if (SUPPLEMENTAL.isDeprecated(dtdData.dtdType, element.name, a.name, value)) { in show()
DAttributeValueValidity.java332 if (element.isDeprecated()) { in getAllPossibleMissing()
339 if (attribute.isDeprecated()) { in getAllPossibleMissing()
828 if (dtdData.isDeprecated(element, attribute, attributeValue)) { in check()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp573 if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D)) in migrateObjCContainerDecl()
577 if (Method->isDeprecated()) in migrateObjCContainerDecl()
593 !Prop->isDeprecated()) in migrateObjCContainerDecl()
844 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
912 EnumDcl->isDeprecated()) in migrateNSEnumDecl()
932 if (TypedefDcl->isDeprecated()) in migrateNSEnumDecl()
1219 if (SetterMethod->isDeprecated() || in migrateProperty()
1290 if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl)) in migrateAllMethodInstaceType()
1295 if (Method->isDeprecated()) in migrateAllMethodInstaceType()
1431 if (Decl->isDeprecated()) in migrateCFAnnotation()
[all …]
/external/doclava/
Dandroid-changes.txt14 * Modified the writeAnnotations method to take a "isDeprecated"
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java136 if (!isDeprecated(n.visibleAnnotations)) { in undeprecate()
140 .filter(m -> !isDeprecated(m.visibleAnnotations)) in undeprecate()
143 .filter(f -> !isDeprecated(f.visibleAnnotations)) in undeprecate()
147 private static boolean isDeprecated(List<AnnotationNode> visibleAnnotations) { in isDeprecated() method in IntegrationTestSupport
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java173 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) { in isValidU()
252 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) { in isValidU()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java178 if (!allowsDeprecated && KeyTypeData.isDeprecated(key)) { in isValidU()
257 if (!allowsDeprecated && KeyTypeData.isDeprecated(key, subtag)) { in isValidU()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliField.java86 @Override public boolean isDeprecated() { in isDeprecated() method in SmaliField

12