/external/owasp/sanitizer/tools/findbugs/lib/ |
D | jcip-annotations.jar | ... /annotations/NotThreadSafe.java
net/jcip/annotations/package.html
net/jcip/annotations/ |
D | annotations.jar | ... findbugs/
edu/umd/cs/findbugs/annotations/
edu/umd/cs/findbugs/annotations ... |
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | TypeAnnotationsAttribute.java | 46 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
|
D | AnnotationsAttribute.java | 35 public Annotation[] annotations; field in AnnotationsAttribute 51 Annotation[] annotations) in AnnotationsAttribute()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
D | MethodDescriptor.java | 89 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/ |
D | ImmutableMethodParameter.java | 48 @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()
|
D | ImmutableClassDef.java | 58 @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()
|
D | ImmutableField.java | 56 @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()
|
D | ImmutableMethod.java | 56 @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/ |
D | AnnotationSetItem.java | 35 private final Annotations annotations; field in AnnotationSetItem 49 public AnnotationSetItem(Annotations annotations) { in AnnotationSetItem() 68 private static int writeSize(Annotations annotations) { in writeSize()
|
D | AnnotationSetRefItem.java | 33 private AnnotationSetItem annotations; field in AnnotationSetRefItem 40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
|
D | AnnotationsDirectoryItem.java | 137 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations() 157 Annotations annotations) { in addFieldAnnotations() 173 Annotations annotations) { in addMethodAnnotations()
|
D | MethodAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in MethodAnnotationStruct 43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
|
D | FieldAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in FieldAnnotationStruct 43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
|
D | ClassDefItem.java | 326 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations() 337 Annotations annotations) { in addFieldAnnotations() 348 Annotations annotations) { in addMethodAnnotations()
|
/external/junit/src/org/junit/experimental/theories/ |
D | ParameterSignature.java | 36 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/ |
D | BuilderAnnotationSet.java | 46 @Nonnull final Set<BuilderAnnotation> annotations; field in BuilderAnnotationSet 49 public BuilderAnnotationSet(@Nonnull Set<BuilderAnnotation> annotations) { in BuilderAnnotationSet()
|
D | BuilderMethodParameter.java | 42 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethodParameter 46 @Nonnull BuilderAnnotationSet annotations) { in BuilderMethodParameter()
|
D | BuilderField.java | 45 @Nonnull final BuilderAnnotationSet annotations; field in BuilderField 50 @Nonnull BuilderAnnotationSet annotations) { in BuilderField()
|
D | BuilderMethod.java | 47 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethod 56 @Nonnull BuilderAnnotationSet annotations, in BuilderMethod()
|
D | DexBuilder.java | 92 @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/ |
D | Parameter.java | 46 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/ |
D | Description.java | 38 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/ |
D | Parameter.java | 42 private final ImmutableList<Annotation> annotations; field in Parameter 48 Annotation[] annotations) { in Parameter()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | Annotations.java | 40 private final TreeMap<CstType, Annotation> annotations; field in Annotations 72 public static Annotations combine(Annotations annotations, in combine()
|