Home
last modified time | relevance | path

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

12345

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexMemberAnnotation.java12 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()
DDexAnnotationSet.java16 public final DexAnnotation[] annotations; field in DexAnnotationSet
19 public DexAnnotationSet(DexAnnotation[] annotations) { in DexAnnotationSet()
DDexEncodedField.java17 public DexAnnotationSet annotations; field in DexEncodedField
20 public DexEncodedField(DexField field, DexAccessFlags accessFlags, DexAnnotationSet annotations, in DexEncodedField()
/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.java88 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/
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.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()
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.java78 @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/
DDescription.java44 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/
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/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java128 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/
DParameterSignature.java59 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/
Dcpp_generator.cc118 GeneratedCodeInfo annotations; in Generate() local
138 GeneratedCodeInfo annotations; in Generate() local
/external/guava/guava/src/com/google/common/reflect/
DParameter.java42 private final ImmutableList<Annotation> annotations; field in Parameter
48 Annotation[] annotations) { in Parameter()
/external/r8/src/main/java/com/android/tools/r8/shaking/
DAnnotationRemover.java131 private DexAnnotationSetRefList stripAnnotations(DexAnnotationSetRefList annotations, in stripAnnotations()
153 private DexAnnotationSet stripAnnotations(DexAnnotationSet annotations, in stripAnnotations()
/external/r8/src/test/examplesAndroidO/repeat_annotations/
DRepeatAnnotations.java16 NumberAnnotations annotations = Inner.class.getAnnotation(NumberAnnotations.class); in main() local
/external/guice/core/src/com/google/inject/internal/
DNullability.java39 public static boolean allowsNull(Annotation[] annotations) { in allowsNull()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DWrappedAnnotationKey.java26 ClassKey[] annotations(); in annotations() method

12345