Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java560 for (AnnotationDesc cAnnot : annotations) { in getTestMethods()
562 AnnotationTypeDoc atype = cAnnot.annotationType(); in getTestMethods()
564 controller = getAnnotationDescription(cAnnot); in getTestMethods()
566 knownFailure = getAnnotationDescription(cAnnot); in getTestMethods()
596 String getAnnotationDescription(AnnotationDesc cAnnot) { in getAnnotationDescription() argument
597 ElementValuePair[] cpairs = cAnnot.elementValues(); in getAnnotationDescription()