| /external/turbine/java/com/google/turbine/bytecode/ | 
| D | Attribute.java | 110     List<AnnotationInfo> annotations();  in annotations()  method115     List<AnnotationInfo> annotations;  field in Attribute.RuntimeVisibleAnnotations
 117     public RuntimeVisibleAnnotations(List<AnnotationInfo> annotations) {  in RuntimeVisibleAnnotations()
 122     public List<AnnotationInfo> annotations() {  in annotations()  method in Attribute.RuntimeVisibleAnnotations
 134     List<AnnotationInfo> annotations;  field in Attribute.RuntimeInvisibleAnnotations
 136     public RuntimeInvisibleAnnotations(List<AnnotationInfo> annotations) {  in RuntimeInvisibleAnnotations()
 141     public List<AnnotationInfo> annotations() {  in annotations()  method in Attribute.RuntimeInvisibleAnnotations
 186     List<List<AnnotationInfo>> annotations();  in annotations()  method
 193     public List<List<AnnotationInfo>> annotations() {  in annotations()  method in Attribute.RuntimeVisibleParameterAnnotations
 197     final List<List<AnnotationInfo>> annotations;  field in Attribute.RuntimeVisibleParameterAnnotations
 [all …]
 
 | 
| /external/cronet/base/test/android/junit/src/org/chromium/base/test/util/ | 
| D | SkipCheckTest.java | 58         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassNone()  local65         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassOnClass()  local
 72         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassOnSuperclass()  local
 81         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodNone()  local
 90         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnMethod()  local
 99         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnClass()  local
 108         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnSuperclass()  local
 117         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsOverlapping()  local
 
 | 
| /external/turbine/java/com/google/turbine/binder/bound/ | 
| D | TypeBoundClass.java | 69   ImmutableList<AnnoInfo> annotations();  in annotations()  method75     private final ImmutableList<AnnoInfo> annotations;  field in TypeBoundClass.TyVarInfo
 78         IntersectionTy upperBound, @Nullable Type lowerBound, ImmutableList<AnnoInfo> annotations) {  in TyVarInfo()
 98     public ImmutableList<AnnoInfo> annotations() {  in annotations()  method in TypeBoundClass.TyVarInfo
 108     private final ImmutableList<AnnoInfo> annotations;  field in TypeBoundClass.FieldInfo
 117         ImmutableList<AnnoInfo> annotations,  in FieldInfo()
 159     public ImmutableList<AnnoInfo> annotations() {  in annotations()  method in TypeBoundClass.FieldInfo
 174     private final ImmutableList<AnnoInfo> annotations;  field in TypeBoundClass.MethodInfo
 186         ImmutableList<AnnoInfo> annotations,  in MethodInfo()
 254     public ImmutableList<AnnoInfo> annotations() {  in annotations()  method in TypeBoundClass.MethodInfo
 [all …]
 
 | 
| /external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/ | 
| D | SkipCheckTest.java | 67         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassNone()  local74         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassOnClass()  local
 81         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForClassOnSuperclass()  local
 90         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodNone()  local
 99         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnMethod()  local
 108         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnClass()  local
 117         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsForMethodOnSuperclass()  local
 126         List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting(  in getAnnotationsOverlapping()  local
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/ | 
| D | BodyDeclaration.java | 37     private List<AnnotationExpr> annotations;  field in BodyDeclaration42     public BodyDeclaration(List<AnnotationExpr> annotations) {  in BodyDeclaration()
 46     public BodyDeclaration(Range range, List<AnnotationExpr> annotations) {  in BodyDeclaration()
 64     public final T setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/ | 
| D | BodyDeclaration.java | 35     private List<AnnotationExpr> annotations;  field in BodyDeclaration40     public BodyDeclaration(List<AnnotationExpr> annotations) {  in BodyDeclaration()
 44 …ion(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) {  in BodyDeclaration()
 56     public final void setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| D | BaseParameter.java | 32     private List<AnnotationExpr> annotations;  field in BaseParameter48 	public BaseParameter(int modifiers, List<AnnotationExpr> annotations, VariableDeclaratorId id) {  in BaseParameter()
 54 …int beginColumn, int endLine, int endColumn, int modifiers, List<AnnotationExpr> annotations, Vari…  in BaseParameter()
 79     public void setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/libtextclassifier/native/annotator/pod_ner/ | 
| D | pod-ner-impl_test.cc | 122     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local129     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 145     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 206     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 230   std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 266     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 291     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 312     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 325     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 346     std::vector<AnnotatedSpan> annotations;  in TEST_F()  local
 [all …]
 
 | 
| D | utils_test.cc | 111   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local142   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 168   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 216   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 259   std::vector<AnnotatedSpan> annotations;  in TEST()  local
 273   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 301   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 330   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 359   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 387   std::vector<AnnotatedSpan> annotations;  in TEST_P()  local
 [all …]
 
 | 
| /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
 
 | 
| /external/turbine/javatests/com/google/turbine/processing/ | 
| D | ProcessingIntegrationTest.java | 86     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()131     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 191     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 300     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 361     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 385     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 434     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 485     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 535     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 580     public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {  in process()
 [all …]
 
 | 
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ | 
| D | ArrayType.java | 76     public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) {  in ArrayType()80     public ArrayType(Type type, AnnotationExpr... annotations) {  in ArrayType()
 88 …e(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) {  in ArrayType()
 175         private NodeList<AnnotationExpr> annotations = new NodeList<>();  field in ArrayType.ArrayBracketPair
 179 …blic ArrayBracketPair(TokenRange tokenRange, Origin origin, NodeList<AnnotationExpr> annotations) {  in ArrayBracketPair()
 189         public ArrayBracketPair setAnnotations(NodeList<AnnotationExpr> annotations) {  in setAnnotations()
 214     public ArrayType setAnnotations(NodeList<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ | 
| D | MethodDescriptor.java | 86         final Annotation annotations[][] = getParameterAnnotations();  in invoke()  local115         final Annotation annotations[][] = getParameterAnnotations();  in invoke()  local
 311         final Annotation[][] annotations = mMethod.getParameterAnnotations();  in getHelp()  local
 351     private static String getHelpForParameter(Type parameterType, Annotation[] annotations) {  in getHelpForParameter()
 461     private static String getName(Annotation[] annotations) {  in getName()
 476     private static String getDescription(Annotation[] annotations) {  in getDescription()
 491     public static Object getDefaultValue(Type parameterType, Annotation[] annotations) {  in getDefaultValue()
 529     public static boolean hasDefaultValue(Annotation[] annotations) {  in hasDefaultValue()
 544     static boolean hasExplicitDefaultValue(Annotation[] annotations) {  in hasExplicitDefaultValue()
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ | 
| D | PackageDeclaration.java | 49     private List<AnnotationExpr> annotations;  field in PackageDeclaration60     public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) {  in PackageDeclaration()
 65     public PackageDeclaration(Range range, List<AnnotationExpr> annotations, NameExpr name) {  in PackageDeclaration()
 112     public PackageDeclaration setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| D | ArrayBracketPair.java | 19     private List<AnnotationExpr> annotations;  field in ArrayBracketPair21     public ArrayBracketPair(Range range, List<AnnotationExpr> annotations) {  in ArrayBracketPair()
 39     public ArrayBracketPair setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| D | ArrayCreationLevel.java | 21     private List<AnnotationExpr> annotations;  field in ArrayCreationLevel23     public ArrayCreationLevel(Range range, Expression dimension, List<AnnotationExpr> annotations) {  in ArrayCreationLevel()
 51     public ArrayCreationLevel setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /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()
 134 …  public static Description createSuiteDescription(Class<?> testClass, Annotation... annotations) {  in createSuiteDescription()
 161     private Description(Class<?> clazz, String displayName, Annotation... annotations) {  in Description()
 165 …ription(Class<?> testClass, String displayName, Serializable uniqueId, Annotation... annotations) {  in Description()
 
 | 
| /external/dagger2/java/dagger/internal/codegen/xprocessing/ | 
| D | XElements.java | 137   public static boolean hasAnyAnnotation(XAnnotated annotated, ClassName... annotations) {  in hasAnyAnnotation()142   public static boolean hasAnyAnnotation(XAnnotated annotated, Collection<ClassName> annotations) {  in hasAnyAnnotation()
 151       XAnnotated annotated, ClassName... annotations) {  in getAnyAnnotation()
 160       XAnnotated annotated, Collection<ClassName> annotations) {  in getAnyAnnotation()
 169       XAnnotated annotated, Collection<ClassName> annotations) {  in getAllAnnotations()
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ | 
| D | PackageDeclaration.java | 46     private List<AnnotationExpr> annotations;  field in PackageDeclaration57     public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) {  in PackageDeclaration()
 62 …int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations, Name…  in PackageDeclaration()
 101     public void setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/ | 
| D | Type.java | 38     private List<AnnotationExpr> annotations;  field in Type51     public Type(Range range, List<AnnotationExpr> annotations) {  in Type()
 61     public T setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ | 
| D | PackageDeclaration.java | 47     private NodeList<AnnotationExpr> annotations = new NodeList<>();  field in PackageDeclaration60     public PackageDeclaration(NodeList<AnnotationExpr> annotations, Name name) {  in PackageDeclaration()
 68 …public PackageDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name) {  in PackageDeclaration()
 112     public PackageDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| D | ArrayCreationLevel.java | 50     private NodeList<AnnotationExpr> annotations = new NodeList<>();  field in ArrayCreationLevel65     public ArrayCreationLevel(Expression dimension, NodeList<AnnotationExpr> annotations) {  in ArrayCreationLevel()
 73 …yCreationLevel(TokenRange tokenRange, Expression dimension, NodeList<AnnotationExpr> annotations) {  in ArrayCreationLevel()
 122     public ArrayCreationLevel setAnnotations(final NodeList<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/ | 
| D | Type.java | 34     private List<AnnotationExpr> annotations;  field in Type47 …ype(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) {  in Type()
 56     public void setAnnotations(List<AnnotationExpr> annotations) {  in setAnnotations()
 
 | 
| /external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/ | 
| D | ContainerData.kt | 41   public val annotations: Collection<AnnotationSpec>  constant60   override val annotations: Collection<AnnotationSpec>,  constant in com.squareup.kotlinpoet.metadata.specs.ClassData
 78   override val annotations: Collection<AnnotationSpec>,  constant in com.squareup.kotlinpoet.metadata.specs.FileData
 103   val annotations: Collection<AnnotationSpec>,  constant in com.squareup.kotlinpoet.metadata.specs.EnumEntryData
 
 | 
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/ | 
| D | ImmutableMethodParameter.java | 47     @Nonnull protected final ImmutableSet<? extends ImmutableAnnotation> annotations;  field in ImmutableMethodParameter51                                     @Nullable Set<? extends Annotation> annotations,  in ImmutableMethodParameter()
 59 …                                 @Nullable ImmutableSet<? extends ImmutableAnnotation> annotations,  in ImmutableMethodParameter()
 
 |