Searched refs:annotation (Results 226 - 250 of 1251) sorted by relevance

1234567891011>>

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlChangeListener.java31 import javax.annotation.Nullable;
/external/proguard/examples/annotations/examples/
H A DBean.java1 import proguard.annotation.*;
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DEnumConstantElementValue.java21 package proguard.classfile.attribute.annotation;
24 import proguard.classfile.attribute.annotation.visitor.ElementValueVisitor;
134 public void accept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor) argument
136 elementValueVisitor.visitEnumConstantElementValue(clazz, annotation, this);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DEndTryLabelMethodItem.java33 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
H A DBaseMethodParameter.java43 import javax.annotation.Nullable;
50 for (Annotation annotation: getAnnotations()) {
51 if (annotation.getType().equals("Ldalvik/annotation/Signature;")) {
52 signatureAnnotation = annotation;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderDebugItem.java36 import javax.annotation.Nullable;
H A DSwitchLabelElement.java34 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DFixedSizeList.java34 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DSetSourceFile.java36 import javax.annotation.Nullable;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
H A DArrayPayload.java36 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableReference.java38 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DAnnotationSetSection.java36 import javax.annotation.Nonnull;
H A DIndexSection.java34 import javax.annotation.Nonnull;
H A DOffsetSection.java34 import javax.annotation.Nonnull;
H A DStringSection.java36 import javax.annotation.Nonnull;
H A DTypeSection.java36 import javax.annotation.Nonnull;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DDexDataStore.java3 import javax.annotation.Nonnull;
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotations.java17 package com.android.dx.rop.annotation;
64 * given instance with the given additional annotation. The latter's
68 * @param annotation {@code non-null;} the additional annotation
73 Annotation annotation) {
77 result.add(annotation);
165 * @param annotation {@code non-null;} the element to add
168 public void add(Annotation annotation) { argument
171 if (annotation == null) {
172 throw new NullPointerException("annotation
72 combine(Annotations annotations, Annotation annotation) argument
[all...]
/external/proguard/src/proguard/ant/
H A DMemberSpecificationElement.java40 private String annotation; field in class:MemberSpecificationElement
69 String annotation = memberSpecificationElement.annotation;
74 if (annotation != null)
76 annotation = ClassUtil.internalType(annotation);
118 annotation,
135 public void setAnnotation(String annotation) argument
137 this.annotation = annotation;
[all...]
/external/proguard/src/proguard/classfile/visitor/
H A DReferencedClassVisitor.java25 import proguard.classfile.attribute.annotation.*;
26 import proguard.classfile.attribute.annotation.visitor.*;
221 public void visitAnnotation(Clazz clazz, Annotation annotation) argument
223 // Let the visitor visit the classes referenced in the annotation.
224 annotation.referencedClassesAccept(classVisitor);
227 annotation.elementValuesAccept(clazz, this);
233 public void visitAnyElementValue(Clazz clazz, Annotation annotation, ElementValue elementValue) {} argument
236 public void visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
243 public void visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
250 public void visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValu argument
[all...]
/external/mockito/src/org/mockito/internal/configuration/
H A DSpyAnnotationEngine.java15 import java.lang.annotation.Annotation;
41 public Object createMockFor(Annotation annotation, Field field) { argument
78 void assertNoIncompatibleAnnotations(Class annotation, Field field, Class... undesiredAnnotations) { argument
81 new Reporter().unsupportedCombinationOfAnnotations(annotation.getSimpleName(), annotation.getClass().getSimpleName());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DDatabaseConfig.java3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Inherited;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java16 package javassist.bytecode.annotation;
38 private static final String JDK_ANNOTATION_CLASS_NAME = "java.lang.annotation.Annotation";
41 private Annotation annotation; field in class:AnnotationImpl
48 // Try to resolve the JDK annotation type method
59 * Constructs an annotation object.
61 * @param cl class loader for obtaining annotation types.
62 * @param clazz the annotation type.
63 * @param cp class pool for containing an annotation
65 * @param anon the annotation.
66 * @return the annotation
[all...]
/external/junit/src/org/junit/internal/runners/
H A DTestClass.java3 import java.lang.annotation.Annotation;
46 Annotation annotation= eachMethod.getAnnotation(annotationClass);
47 if (annotation != null && ! isShadowed(eachMethod, results))
56 private boolean runsTopToBottom(Class< ? extends Annotation> annotation) { argument
57 return annotation.equals(Before.class) || annotation.equals(BeforeClass.class);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotationPool.java39 import javax.annotation.Nonnull;
54 @Nonnull public BuilderAnnotation internAnnotation(@Nonnull Annotation annotation) { argument
55 BuilderAnnotation ret = internedItems.get(annotation);
61 annotation.getVisibility(),
62 context.typePool.internType(annotation.getType()),
63 context.internAnnotationElements(annotation.getElements()));

Completed in 1323 milliseconds

1234567891011>>