Home
last modified time | relevance | path

Searched defs:annotationElement (Results 1 – 15 of 15) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DAnnotationElementRewriter.java47 …@Nonnull @Override public AnnotationElement rewrite(@Nonnull AnnotationElement annotationElement) { in rewrite()
52 @Nonnull protected AnnotationElement annotationElement; field in AnnotationElementRewriter.RewrittenAnnotationElement
54 public RewrittenAnnotationElement(@Nonnull AnnotationElement annotationElement) { in RewrittenAnnotationElement()
/external/dagger2/java/dagger/internal/codegen/writing/
DAnnotationCreatorGenerator.java109 private MethodSpec buildCreateMethod(ClassName generatedTypeName, TypeElement annotationElement) { in buildCreateMethod()
137 protected Set<TypeElement> annotationsToCreate(TypeElement annotationElement) { in annotationsToCreate()
143 TypeElement annotationElement, Set<TypeElement> annotationElements) { in nestedAnnotationElements()
DUnwrappedMapKeyGenerator.java64 protected Set<TypeElement> annotationsToCreate(TypeElement annotationElement) { in annotationsToCreate()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DAnnotationPool.java72 …onnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement) { in getElementName()
76 …nnull @Override public EncodedValue getElementValue(@Nonnull AnnotationElement annotationElement) { in getElementValue()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java160 TypeElement annotationElement = getAnnotationReturnType(method); in processMethod() local
311 private ImmutableMap<String, ExecutableElement> getMemberMethods(TypeElement annotationElement) { in getMemberMethods()
332 private ImmutableMap<String, AnnotationValue> getDefaultValues(TypeElement annotationElement) { in getDefaultValues()
346 TypeElement annotationElement, ExecutableElement method, Map<String, Member> members) { in getParameters()
384 TypeElement annotationElement, in validateParameters()
463 private static boolean isGwtCompatible(TypeElement annotationElement) { in isGwtCompatible()
DGwtCompatibility.java59 TypeElement annotationElement = (TypeElement) annotation.getAnnotationType().asElement(); in gwtCompatibleAnnotationString() local
DAutoValueishProcessor.java1099 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
1143 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
DAnnotations.java31 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
DExtensionClassTypeSpecBuilder.java174 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/
DMemoizedValidator.java76 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
DMemoizeExtension.java279 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
/external/desugar/java/com/google/devtools/common/options/processor/
DProcessorUtils.java38 TypeElement annotationElement = elementUtils.getTypeElement(annotation.getCanonicalName()); in getAnnotation() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableAnnotationElement.java61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { in of()
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DFactoryWriter.java245 Element annotationElement = mirror.getAnnotationType().asElement(); in isTypeUseAnnotation() local
/external/auto/common/src/test/java/com/google/auto/common/
DMoreElementsTest.java272 Element annotationElement = documented.get().getAnnotationType().asElement(); in getAnnotationMirrorAsserts() local