Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 25 of 90) sorted by relevance

1234

/external/owasp/sanitizer/tools/findbugs/lib/
Djcip-annotations.jar ... /annotations/NotThreadSafe.java net/jcip/annotations/package.html net/jcip/annotations/
Dannotations.jar ... findbugs/ edu/umd/cs/findbugs/annotations/ edu/umd/cs/findbugs/annotations ...
/external/proguard/src/proguard/classfile/attribute/annotation/
DTypeAnnotationsAttribute.java46 TypeAnnotation[] annotations) in TypeAnnotationsAttribute()
57 TypeAnnotation[] annotations = (TypeAnnotation[])this.annotations; in typeAnnotationsAccept() local
73 TypeAnnotation[] annotations = (TypeAnnotation[])this.annotations; in typeAnnotationsAccept() local
89 TypeAnnotation[] annotations = (TypeAnnotation[])this.annotations; in typeAnnotationsAccept() local
DAnnotationsAttribute.java35 public Annotation[] annotations; field in AnnotationsAttribute
51 Annotation[] annotations) in AnnotationsAttribute()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodParameter.java48 @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations; field in ImmutableMethodParameter
52 @Nullable Set<? extends Annotation> annotations, in ImmutableMethodParameter()
60@Nullable ImmutableSet<? extends ImmutableAnnotation> annotations, in ImmutableMethodParameter()
DImmutableField.java56 @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations; field in ImmutableField
63 @Nullable Collection<? extends Annotation> annotations) { in ImmutableField()
77 @Nullable ImmutableSet<? extends ImmutableAnnotation> annotations) { in ImmutableField()
DImmutableClassDef.java57 @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations; field in ImmutableClassDef
68 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
95 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
117 @Nullable ImmutableSet<? extends ImmutableAnnotation> annotations, in ImmutableClassDef()
DImmutableMethod.java56 @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations; field in ImmutableMethod
64 @Nullable Set<? extends Annotation> annotations, in ImmutableMethod()
80 @Nullable ImmutableSet<? extends ImmutableAnnotation> annotations, in ImmutableMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderAnnotationSet.java46 @Nonnull final Set<BuilderAnnotation> annotations; field in BuilderAnnotationSet
49 public BuilderAnnotationSet(@Nonnull Set<BuilderAnnotation> annotations) { in BuilderAnnotationSet()
DBuilderMethodParameter.java42 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethodParameter
46 @Nonnull BuilderAnnotationSet annotations) { in BuilderMethodParameter()
DBuilderField.java45 @Nonnull final BuilderAnnotationSet annotations; field in BuilderField
50 @Nonnull BuilderAnnotationSet annotations) { in BuilderField()
DBuilderMethod.java47 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethod
56 @Nonnull BuilderAnnotationSet annotations, in BuilderMethod()
DDexBuilder.java85 @Nonnull Set<? extends Annotation> annotations) { in internField()
97 @Nonnull Set<? extends Annotation> annotations, in internMethod()
114 @Nonnull Set<? extends Annotation> annotations, in internClassDef()
DBuilderClassDef.java52 @Nonnull final BuilderAnnotationSet annotations; field in BuilderClassDef
67 @Nonnull BuilderAnnotationSet annotations, in BuilderClassDef()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DAnnotationSetItem.java35 private final Annotations annotations; field in AnnotationSetItem
49 public AnnotationSetItem(Annotations annotations) { in AnnotationSetItem()
68 private static int writeSize(Annotations annotations) { in writeSize()
DAnnotationSetRefItem.java33 private AnnotationSetItem annotations; field in AnnotationSetRefItem
40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
DAnnotationsDirectoryItem.java137 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations()
157 Annotations annotations) { in addFieldAnnotations()
173 Annotations annotations) { in addMethodAnnotations()
DClassDefItem.java326 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations()
337 Annotations annotations) { in addFieldAnnotations()
348 Annotations annotations) { in addMethodAnnotations()
/external/junit/src/org/junit/experimental/theories/
DParameterSignature.java36 private final Annotation[] annotations; field in ParameterSignature
38 private ParameterSignature(Class<?> type, Annotation[] annotations) { in ParameterSignature()
69 Annotation[] annotations, Class<T> annotationType, int depth) { in findDeepAnnotation()
/external/junit/src/org/junit/runner/
DDescription.java38 public static Description createSuiteDescription(String name, Annotation... annotations) { in createSuiteDescription()
52 … static Description createTestDescription(Class<?> clazz, String name, Annotation... annotations) { in createTestDescription()
94 private Description(final String displayName, Annotation... annotations) { in Description()
/external/guava/guava/src/com/google/common/reflect/
DParameter.java41 private final ImmutableList<Annotation> annotations; field in Parameter
47 Annotation[] annotations) { in Parameter()
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotations.java40 private final TreeMap<CstType, Annotation> annotations; field in Annotations
72 public static Annotations combine(Annotations annotations, in combine()
/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java127 public static void makeLinkListHDF(Data data, String base, AnnotationInstanceInfo[] annotations) { in makeLinkListHDF()
153 ArrayList<AnnotationInstanceInfo> annotations) { in getShowAnnotationsIntersection()

1234