Home
last modified time | relevance | path

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

123456

/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/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java89 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local
118 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local
313 final Annotation[][] annotations = mMethod.getParameterAnnotations(); in getHelp() local
355 private static String getHelpForParameter(Type parameterType, Annotation[] annotations) { in getHelpForParameter()
467 private static String getName(Annotation[] annotations) { in getName()
483 private static String getDescription(Annotation[] annotations) { in getDescription()
500 public static Object getDefaultValue(Type parameterType, Annotation[] annotations) { in getDefaultValue()
538 public static boolean hasDefaultValue(Annotation[] annotations) { in hasDefaultValue()
554 static boolean hasExplicitDefaultValue(Annotation[] annotations) { in hasExplicitDefaultValue()
/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()
DImmutableClassDef.java58 @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations; field in ImmutableClassDef
69 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
96 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
118 @Nullable ImmutableSet<? extends ImmutableAnnotation> annotations, in ImmutableClassDef()
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()
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/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()
DAnnotationsDirectoryItem.java137 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations()
157 Annotations annotations) { in addFieldAnnotations()
173 Annotations annotations) { in addMethodAnnotations()
DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
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/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.java92 @Nonnull Set<? extends Annotation> annotations) { in internField()
104 @Nonnull Set<? extends Annotation> annotations, in internMethod()
121 @Nonnull Set<? extends Annotation> annotations, in internClassDef()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DParameter.java46 public Parameter(Type type, Annotation[] annotations) { in Parameter()
73 private boolean hasAssistedAnnotation(Annotation[] annotations) { in hasAssistedAnnotation()
154 private Annotation getBindingAnnotation(Annotation[] annotations) { in getBindingAnnotation()
/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.java42 private final ImmutableList<Annotation> annotations; field in Parameter
48 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()

123456