Searched defs:annotationType (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/
H A DMemberSpecification.java34 public final String annotationType; field in class:MemberSpecification
59 * @param annotationType the name of the class that must be an
73 String annotationType,
79 this.annotationType = annotationType;
100 (this.annotationType == null ? other.annotationType == null : this.annotationType.equals(other.annotationType)) &&
110 (annotationType
71 MemberSpecification(int requiredSetAccessFlags, int requiredUnsetAccessFlags, String annotationType, String name, String descriptor) argument
[all...]
H A DClassSpecification.java38 public final String annotationType; field in class:ClassSpecification
71 classSpecification.annotationType,
90 * @param annotationType the name of the class that must be an
110 String annotationType,
118 annotationType,
137 * @param annotationType the name of the class that must be an
159 String annotationType,
169 this.annotationType = annotationType;
226 (this.annotationType
107 ClassSpecification(String comments, int requiredSetAccessFlags, int requiredUnsetAccessFlags, String annotationType, String className, String extendsAnnotationType, String extendsClassName) argument
156 ClassSpecification(String comments, int requiredSetAccessFlags, int requiredUnsetAccessFlags, String annotationType, String className, String extendsAnnotationType, String extendsClassName, List fieldSpecifications, List methodSpecifications) argument
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DAnnotationEncodedValue.java51 * @param annotationType The type of the annotation
55 public AnnotationEncodedValue(TypeIdItem annotationType, StringIdItem[] names, EncodedValue[] values) { argument
56 super(annotationType, names, values);
H A DAnnotationEncodedSubValue.java45 public final TypeIdItem annotationType; field in class:AnnotationEncodedSubValue
56 annotationType = dexFile.TypeIdsSection.getItemByIndex(in.readUnsignedLeb128());
69 * @param annotationType The type of the annotation
73 public AnnotationEncodedSubValue(TypeIdItem annotationType, StringIdItem[] names, EncodedValue[] values) { argument
74 this.annotationType = annotationType;
84 out.annotate("annotation_type: " + annotationType.getTypeDescriptor());
85 out.writeUnsignedLeb128(annotationType.getIndex());
104 offset = offset + Leb128Utils.unsignedLeb128Size(annotationType.getIndex());
119 int comp = annotationType
[all...]
/external/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java63 public <T extends Annotation> T findDeepAnnotation(Class<T> annotationType) { argument
65 return findDeepAnnotation(annotations2, annotationType, 3);
69 Annotation[] annotations, Class<T> annotationType, int depth) {
73 if (annotationType.isInstance(each))
74 return annotationType.cast(each);
75 Annotation candidate= findDeepAnnotation(each.annotationType()
76 .getAnnotations(), annotationType, depth - 1);
78 return annotationType.cast(candidate);
84 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { argument
86 if (annotationType
68 findDeepAnnotation( Annotation[] annotations, Class<T> annotationType, int depth) argument
[all...]
/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java150 * Returns the annotation of type {@code annotationType} on this method, if
153 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { argument
154 return fMethod.getAnnotation(annotationType);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java44 private transient Class annotationType; field in class:AnnotationImpl
51 JDK_ANNOTATION_TYPE_METHOD = clazz.getMethod("annotationType", (Class[])null);
96 if (annotationType == null) {
99 annotationType = classLoader.loadClass(typeName);
107 return annotationType;
123 * <code>AnnotationImpl</code>. The <code>annotationType()</code> method
140 else if ("annotationType".equals(name)
190 Method[] methods = annotationType.getDeclaredMethods();
250 Method[] methods = annotationType.getDeclaredMethods();
/external/junit/src/org/junit/runner/
H A DDescription.java181 * @return the annotation of type annotationType that is attached to this description node,
184 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { argument
186 if (each.annotationType().equals(annotationType))
187 return annotationType.cast(each);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 789 milliseconds