Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMapKeyGenerator.java156 TypeElement annotationElement, Set<TypeElement> annotationElements) { in nestedAnnotationElements() argument
157 if (annotationElements.add(annotationElement)) { in nestedAnnotationElements()
159 TRAVERSE_NESTED_ANNOTATIONS.visit(method.getReturnType(), annotationElements); in nestedAnnotationElements() local
162 return annotationElements; in nestedAnnotationElements()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
DAnnotationEncodedValueAdaptor.java54 … @Nonnull Collection<? extends AnnotationElement> annotationElements, in writeElementsTo() argument
57 for (AnnotationElement annotationElement: annotationElements) { in writeElementsTo()
/external/doclava/src/com/google/doclava/
DPackageInfo.java431 ArrayList<MethodInfo> annotationElements = original.annotationElements(); in createDeltaClass() local
432 if (annotationElements == null) { in createDeltaClass()
433 annotationElements = emptyMethods; in createDeltaClass()
440 constructors, methods, annotationElements, in createDeltaClass() local
DAnnotationValueInfo.java121 for (MethodInfo m : annotation.annotationElements()) { in resolveResolutions()
123 annotation.annotationElements().size() == 1) { in resolveResolutions()
DConverter.java113 MethodDoc[] annotationElements; in initClass() local
115 annotationElements = ((AnnotationTypeDoc) c).elements(); in initClass()
117 annotationElements = EMPTY_METHOD_DOC; in initClass()
126 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()
DInfoBuilder.java253 if (!cl.annotationElements().isEmpty()) { in printClassInfo()
256 for (MethodInfo m : cl.annotationElements()) { in printClassInfo()
257 if (m != cl.annotationElements().get(0)) { in printClassInfo()
1514 for (MethodInfo m : annotationInstance.type().annotationElements()) { in buildAnnotationInstance()
1516 annotationInstance.type().annotationElements().size() == 1) { in buildAnnotationInstance()
DStubs.java142 for (MethodInfo m : cl.annotationElements()) { in writeStubsAndApi()
341 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis()
662 for (MethodInfo element : cl.annotationElements()) { in writeClass()
DClassInfo.java143 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init() argument
157 mAnnotationElements = annotationElements; in init()
605 public ArrayList<MethodInfo> annotationElements() { in annotationElements() method in ClassInfo
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...