/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | AnnotationElementRewriter.java | 47 …@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/ |
D | AnnotationCreatorGenerator.java | 109 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()
|
D | UnwrappedMapKeyGenerator.java | 64 protected Set<TypeElement> annotationsToCreate(TypeElement annotationElement) { in annotationsToCreate()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | AnnotationPool.java | 72 …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/ |
D | AutoAnnotationProcessor.java | 160 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()
|
D | GwtCompatibility.java | 59 TypeElement annotationElement = (TypeElement) annotation.getAnnotationType().asElement(); in gwtCompatibleAnnotationString() local
|
D | AutoValueishProcessor.java | 1099 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/ |
D | Annotations.java | 31 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
|
D | ExtensionClassTypeSpecBuilder.java | 174 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
|
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/ |
D | MemoizedValidator.java | 76 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
|
D | MemoizeExtension.java | 279 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
|
/external/desugar/java/com/google/devtools/common/options/processor/ |
D | ProcessorUtils.java | 38 TypeElement annotationElement = elementUtils.getTypeElement(annotation.getCanonicalName()); in getAnnotation() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableAnnotationElement.java | 61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { in of()
|
/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
D | FactoryWriter.java | 245 Element annotationElement = mirror.getAnnotationType().asElement(); in isTypeUseAnnotation() local
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreElementsTest.java | 272 Element annotationElement = documented.get().getAnnotationType().asElement(); in getAnnotationMirrorAsserts() local
|