Home
last modified time | relevance | path

Searched defs:include (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DApiVisitor.kt120 open fun include(cls: ClassItem): Boolean { in include() method
136 fun include(vc: VisitCandidate): Boolean { in include() method
/tools/metalava/src/main/java/com/android/tools/metalava/
DMarkPackagesAsRecent.kt34 override fun include(cls: ClassItem): Boolean { in include() method in com.android.tools.metalava.MarkPackagesAsRecent
DComparisonVisitor.kt546 … override fun include(cls: ClassItem): Boolean = if (acceptAll) true else super.include(cls) in createTree() method
/tools/test/openhst/
Dstress_test.proto97 repeated string include = 7; field
/tools/repohooks/tools/
Dcpplint.py4467 def _ClassifyInclude(fileinfo, include, is_system): argument