Searched refs:findAnyAnnotation (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/ |
D | AnnotationBasedFilter.kt | 27 import com.android.hoststubgen.asm.findAnyAnnotation in <lambda>() 136 fun findAnyAnnotation( in <lambda>() method 142 val ret = findAnyAnnotation(anyAnnotations, visibleAnnotations, invisibleAnnotations) in <lambda>() 171 findAnyAnnotation(className, stubAnnotations, visibles, invisibles)?.let { in <lambda>() 174 findAnyAnnotation(className, stubClassAnnotations, visibles, invisibles)?.let { in <lambda>() 177 findAnyAnnotation(className, keepAnnotations, visibles, invisibles)?.let { in <lambda>() 180 findAnyAnnotation(className, keepClassAnnotations, visibles, invisibles)?.let { in <lambda>() 183 findAnyAnnotation(className, throwAnnotations, visibles, invisibles)?.let { in <lambda>() 186 findAnyAnnotation(className, removeAnnotations, visibles, invisibles)?.let { in <lambda>() 243 findAnyAnnotation(cn.name, keepStaticInitializerAnnotations, in <lambda>() [all …]
|
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/asm/ |
D | AsmUtils.kt | 43 fun findAnyAnnotation( in <lambda>() method
|