/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotatedMethodCollector.java | 85 m.getDeclaredAnnotations()); in collect() 125 : collectAnnotations(m.getDeclaredAnnotations()); in _addMemberMethods() 129 … b.annotations = collectDefaultAnnotations(b.annotations, m.getDeclaredAnnotations()); in _addMemberMethods() 165 Annotation[] anns = m.getDeclaredAnnotations(); in _addMethodMixIns()
|
D | AnnotatedCreatorCollector.java | 348 AnnotationCollector c = collectAnnotations(main.getDeclaredAnnotations()); in collectAnnotations() 350 c = collectAnnotations(c, mixin.getDeclaredAnnotations()); in collectAnnotations() 358 AnnotationCollector c = collectAnnotations(main.getDeclaredAnnotations()); in collectAnnotations() 360 c = collectAnnotations(c, mixin.getDeclaredAnnotations()); in collectAnnotations()
|
D | AnnotatedFieldCollector.java | 86 b.annotations = collectAnnotations(b.annotations, f.getDeclaredAnnotations()); in _findFields() 119 … b.annotations = collectAnnotations(b.annotations, mixinField.getDeclaredAnnotations()); in _addFieldMixIns()
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | Parameter.java | 77 return getDeclaredAnnotations(); in getAnnotations() 89 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Parameter
|
D | Element.java | 65 public final Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Element 66 return accessibleObject.getDeclaredAnnotations(); in getDeclaredAnnotations()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Element.java | 65 public final Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Element 66 return accessibleObject.getDeclaredAnnotations(); in getDeclaredAnnotations()
|
D | Parameter.java | 83 return getDeclaredAnnotations(); in getAnnotations() 96 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Parameter
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | AnnotationProcessingUtils.java | 186 queueAnnotations(Arrays.asList(annotation.annotationType().getDeclaredAnnotations()), in sweepAnnotations() 236 return Arrays.asList(mClass.getDeclaredAnnotations()); in getAnnotations() 255 return Arrays.asList(mMethod.getDeclaredAnnotations()); in getAnnotations()
|
/external/testng/src/main/java/org/testng/junit/ |
D | JUnit4TestRecognizer.java | 24 for (Annotation a : m.getDeclaredAnnotations()) { in isTest()
|
/external/mockito/src/test/java/org/mockito/ |
D | AnnotationsAreCopiedFromMockedTypeTest.java | 79 public Annotation[] getDeclaredAnnotations() { in firstParamOf() method in AnnotationsAreCopiedFromMockedTypeTest
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
D | ShortNameFactoryTest.java | 99 Key.get(String.class, Obj.class.getDeclaredField("field").getDeclaredAnnotations()[0]); in testGetAnnotationName_annotationInstance()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 1143 return cls.getDeclaredAnnotations(); in findClassAnnotations() 1354 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in ClassUtil.Ctor 1357 result = _ctor.getDeclaredAnnotations(); in getDeclaredAnnotations()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations()
|
/external/junit/src/main/java/org/junit/internal/runners/ |
D | JUnit38ClassRunner.java | 136 return m.getDeclaredAnnotations(); in getAnnotations()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_reflectionmodel_ReflectionClassAdapter.txt | 75 Line 166) clazz.getDeclaredAnnotations() ==> java.lang.Class.getDeclaredAnnotations()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionClassAdapter.java | 166 for (Annotation a : clazz.getDeclaredAnnotations()) { in hasDirectlyAnnotation()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionClassAdapter.java | 166 for (Annotation a : clazz.getDeclaredAnnotations()) { in hasDirectlyAnnotation()
|
/external/javassist/src/test/javassist/ |
D | JvstTest5.java | 176 java.lang.annotation.Annotation[] annotations = o.getClass().getDeclaredAnnotations(); in testJIRA256()
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
D | AutoValueTest.java | 2630 for (Annotation annotation : CopyAnnotation.class.getDeclaredAnnotations()) { in testCopyClassAnnotations() 2641 for (Annotation annotation : c.getDeclaredAnnotations()) { in testCopyClassAnnotations()
|