| /external/r8/src/main/java/com/android/tools/r8/graph/ |
| D | DexMemberAnnotation.java | 12 public final S annotations; field in DexMemberAnnotation 14 public DexMemberAnnotation(T item, S annotations) { in DexMemberAnnotation() 49 public DexFieldAnnotation(DexField item, DexAnnotationSet annotations) { in DexFieldAnnotation() 56 public DexMethodAnnotation(DexMethod item, DexAnnotationSet annotations) { in DexMethodAnnotation() 64 public DexParameterAnnotation(DexMethod item, DexAnnotationSetRefList annotations) { in DexParameterAnnotation()
|
| D | DexAnnotationSet.java | 16 public final DexAnnotation[] annotations; field in DexAnnotationSet 19 public DexAnnotationSet(DexAnnotation[] annotations) { in DexAnnotationSet()
|
| D | DexEncodedField.java | 17 public DexAnnotationSet annotations; field in DexEncodedField 20 public DexEncodedField(DexField field, DexAccessFlags accessFlags, DexAnnotationSet annotations, in DexEncodedField()
|
| /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 | 88 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 117 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 312 final Annotation[][] annotations = mMethod.getParameterAnnotations(); in getHelp() local 354 private static String getHelpForParameter(Type parameterType, Annotation[] annotations) { in getHelpForParameter() 466 private static String getName(Annotation[] annotations) { in getName() 482 private static String getDescription(Annotation[] annotations) { in getDescription() 499 public static Object getDefaultValue(Type parameterType, Annotation[] annotations) { in getDefaultValue() 537 public static boolean hasDefaultValue(Annotation[] annotations) { in hasDefaultValue() 553 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 | 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 | 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 | 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/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 | 78 @Nonnull Set<? extends Annotation> annotations) { in internField() 90 @Nonnull Set<? extends Annotation> annotations, in internMethod() 107 @Nonnull Set<? extends Annotation> annotations, in internClassDef()
|
| /external/junit/src/main/java/org/junit/runner/ |
| D | Description.java | 44 public static Description createSuiteDescription(String name, Annotation... annotations) { in createSuiteDescription() 57 …Description createSuiteDescription(String name, Serializable uniqueId, Annotation... annotations) { in createSuiteDescription() 72 …tatic Description createTestDescription(String className, String name, Annotation... annotations) { in createTestDescription() 85 … static Description createTestDescription(Class<?> clazz, String name, Annotation... annotations) { in createTestDescription() 150 private Description(Class<?> clazz, String displayName, Annotation... annotations) { in Description() 154 …ription(Class<?> testClass, String displayName, Serializable uniqueId, Annotation... annotations) { in Description()
|
| /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/doclava/src/com/google/doclava/ |
| D | AnnotationInstanceInfo.java | 128 public static void makeLinkListHDF(Data data, String base, AnnotationInstanceInfo[] annotations) { in makeLinkListHDF() 173 Collection<? extends AnnotationInstanceInfo> annotations) { in getShowAnnotationsIntersection() 183 Collection<? extends AnnotationInstanceInfo> annotations) { in getHideAnnotationsIntersection()
|
| /external/junit/src/main/java/org/junit/experimental/theories/ |
| D | ParameterSignature.java | 59 private final Annotation[] annotations; field in ParameterSignature 61 private ParameterSignature(Class<?> type, Annotation[] annotations) { in ParameterSignature() 108 Annotation[] annotations, Class<T> annotationType, int depth) { in findDeepAnnotation()
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_generator.cc | 118 GeneratedCodeInfo annotations; in Generate() local 138 GeneratedCodeInfo annotations; in Generate() local
|
| /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/r8/src/main/java/com/android/tools/r8/shaking/ |
| D | AnnotationRemover.java | 131 private DexAnnotationSetRefList stripAnnotations(DexAnnotationSetRefList annotations, in stripAnnotations() 153 private DexAnnotationSet stripAnnotations(DexAnnotationSet annotations, in stripAnnotations()
|
| /external/r8/src/test/examplesAndroidO/repeat_annotations/ |
| D | RepeatAnnotations.java | 16 NumberAnnotations annotations = Inner.class.getAnnotation(NumberAnnotations.class); in main() local
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | Nullability.java | 39 public static boolean allowsNull(Annotation[] annotations) { in allowsNull()
|
| /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
| D | WrappedAnnotationKey.java | 26 ClassKey[] annotations(); in annotations() method
|