Searched refs:isDeprecated (Results 1 – 13 of 13) sorted by relevance
51 val classDeprecated = isDeprecated(classNode.access) in readJar()84 classDeprecated || isDeprecated(fieldNode.access), in readJar()101 classDeprecated || isDeprecated(methodNode.access), in readJar()112 private fun isDeprecated(access: Int) = (access and Opcodes.ACC_DEPRECATED) != 0 method
119 update(version, isDeprecated) in update()142 val isDeprecated: Boolean constant in com.android.tools.metalava.apilevels.ApiElement
51 if (isDeprecated) { in toJson()
53 modifierItem.setDeprecated(isDeprecated(annotations) || isDeprecatedViaDoc) in create()113 private fun isDeprecated(annotations: List<AnnotationItem>?): Boolean { in isDeprecated() method
316 isDeprecated(documentation) in <lambda>()640 isDeprecated(javadoc(decl)) in <lambda>()690 isDeprecated(javadoc(decl)) in <lambda>()808 isDeprecated(javadoc(decl)) in <lambda>()884 private fun isDeprecated(javadoc: String?): Boolean { in <lambda>() method in com.android.tools.metalava.model.turbine.TurbineCodebaseInitialiser
110 override fun isDeprecated(): Boolean { in isDeprecated() method322 isDeprecated() && in equivalentTo()
52 fun isDeprecated(): Boolean in annotations() method
428 get() = modifiers.isDeprecated()
118 ((element as? PsiDocCommentOwner)?.isDeprecated == true) in <lambda>()180 return element.javaPsi.isDeprecated in <lambda>()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...