Searched refs:docOnly (Results 1 – 7 of 7) sorted by relevance
90 var docOnly = member.docOnly in test() variable103 docOnly = docOnly or pkg.docOnly in test()114 docOnly = docOnly or clazz.docOnly in test()123 if (docOnly && includeDocOnly) { in test()124 docOnly = false in test()127 return visible && hasShowAnnotation && !hidden && !docOnly && removed == matchRemoved in test()
71 if (targetContainingClass.docOnly) { in hashCode()72 duplicated.docOnly = true in hashCode()
149 if (targetContainingClass.docOnly) { in duplicate()150 duplicated.docOnly = true in duplicate()
25 override var docOnly: Boolean = false, variable in com.android.tools.metalava.model.text.TextItem
92 if (targetContainingClass.docOnly) { in duplicate()93 duplicated.docOnly = true in duplicate()
44 override var docOnly = documentation.contains("@doconly") variable in com.android.tools.metalava.model.psi.PsiItem
68 var docOnly: Boolean variable