Home
last modified time | relevance | path

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

/external/doclava/res/assets/templates-sdk/
Dmacros_override.cs1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava …
4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?>
6 <?cs each:anno = obj.showAnnotations ?>
/external/doclava/src/com/google/doclava/
DMemberInfo.java173 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations() method in MemberInfo
DAnnotationInstanceInfo.java174 return getAnnotationsIntersection(Doclava.showAnnotations, annotations); in getShowAnnotationsIntersection()
DFieldInfo.java438 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
DMethodInfo.java667 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
DDoclava.java110 public static Set<String> showAnnotations = new HashSet<String>(); field in Doclava
269 showAnnotations.add(a[1]); in start()
411 if (!showUnannotated && showAnnotations.isEmpty()) { in start()
DClassInfo.java1671 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations() method in ClassInfo
1687 if (cl.showAnnotations() != null) { in getShowAnnotationsIncludeOuters()
1689 for (AnnotationInstanceInfo newAii : cl.showAnnotations()) { in getShowAnnotationsIncludeOuters()
DStubs.java1570 if (Doclava.android && Doclava.showAnnotations.contains("android.annotation.SystemApi")) {
/external/doclava/res/assets/templates/
Dmacros.cs204 each:anno = obj.showAnnotations ?><?cs