Searched refs:annotationElements (Results 1 – 8 of 8) sorted by relevance
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | MapKeyGenerator.java | 156 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/ |
D | AnnotationEncodedValueAdaptor.java | 54 … @Nonnull Collection<? extends AnnotationElement> annotationElements, in writeElementsTo() argument 57 for (AnnotationElement annotationElement: annotationElements) { in writeElementsTo()
|
/external/doclava/src/com/google/doclava/ |
D | PackageInfo.java | 451 ArrayList<MethodInfo> annotationElements = original.annotationElements(); in createDeltaClass() local 452 if (annotationElements == null) { in createDeltaClass() 453 annotationElements = emptyMethods; in createDeltaClass() 460 constructors, methods, annotationElements, in createDeltaClass() local
|
D | AnnotationValueInfo.java | 121 for (MethodInfo m : annotation.annotationElements()) { in resolveResolutions() 123 annotation.annotationElements().size() == 1) { in resolveResolutions()
|
D | Converter.java | 126 MethodDoc[] annotationElements; in initClass() local 128 annotationElements = ((AnnotationTypeDoc) c).elements(); in initClass() 130 annotationElements = EMPTY_METHOD_DOC; in initClass() 139 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()
|
D | InfoBuilder.java | 253 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()
|
D | ClassInfo.java | 148 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init() argument 162 mAnnotationElements = annotationElements; in init() 654 public ArrayList<MethodInfo> annotationElements() { in annotationElements() method in ClassInfo 770 for (MethodInfo mi : annotationElements()) { in selfMethods()
|
D | Stubs.java | 223 for (MethodInfo m : cl.annotationElements()) { in writeStubsAndApi() 502 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis() 835 for (MethodInfo element : cl.annotationElements()) { in writeClass()
|