Home
last modified time | relevance | path

Searched refs:cAnnot (Results 1 – 1 of 1) sorted by relevance

/cts/tools/utils/
DDescriptionGenerator.java541 for (AnnotationDesc cAnnot : annotations) { in getTestMethods()
543 AnnotationTypeDoc atype = cAnnot.annotationType(); in getTestMethods()
545 controller = getAnnotationDescription(cAnnot); in getTestMethods()
547 knownFailure = getAnnotationDescription(cAnnot); in getTestMethods()
573 String getAnnotationDescription(AnnotationDesc cAnnot) { in getAnnotationDescription() argument
574 ElementValuePair[] cpairs = cAnnot.elementValues(); in getAnnotationDescription()