Searched refs:getAnnotation (Results 1 – 9 of 9) sorted by relevance
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexUtil.java | 135 getAnnotation(clazz, INNER_CLASS_ANNOTATION), in getClassModifiers() 249 return getAnnotation(annotatedElement, THROWS_ANNOTATION) != null; in declaresExceptions() 264 DexAnnotation annotation = getAnnotation(annotatedElement, in getExceptionSignature() 305 return getAnnotation(annotatedElement, SIGNATURE_ANNOTATION) != null; in hasGenericSignature() 320 DexAnnotation annotation = getAnnotation(annotatedElement, in getGenericSignature() 342 return getAnnotation( in hasAnnotationDefaultSignature() 355 return getAnnotation(dexClass, ANNOTATION_DEFAULT_ANNOTATION); in getDefaultMappingsAnnotation() 368 public static DexAnnotation getAnnotation(DexAnnotatedElement element, in getAnnotation() method in DexUtil 468 return getAnnotation(clazz, INNER_CLASS_ANNOTATION) != null; in isInnerClass() 480 return getAnnotation(clazz, ENCLOSING_CLASS_ANNOTATION) != null; in isEnclosingClass() [all …]
|
D | DexToSigConverter.java | 841 String typeName = dexAnnotationAttribute.getAnnotation().getTypeName(); in convertAnnotationAttribute()
|
/cts/tools/dex-tools/src/dex/structure/ |
D | DexAnnotationAttribute.java | 38 public DexAnnotation getAnnotation(); in getAnnotation() method
|
/cts/tools/utils/ |
D | CollectAllTests.java | 319 return getAnnotation(testClass, testName, KNOWN_FAILURE); in getKnownFailure() 324 return getAnnotation(testClass, testName, KNOWN_FAILURE) != null; in isKnownFailure() 329 return getAnnotation(testClass, testName, BROKEN_TEST) != null; in isBrokenTest() 334 return getAnnotation(testClass, testName, SUPPRESSED_TEST) != null; in isSuppressed() 339 return getAnnotation(testClass, testName, SIDE_EFFECT) != null; in hasSideEffects() 342 private static String getAnnotation(final Class<? extends TestCase> testClass, in getAnnotation() method in CollectAllTests
|
/cts/tools/dex-tools/test/dex/reader/ |
D | DexFileReaderTests.java | 202 DexAnnotation annotation = getAnnotation(T3, "LA0;"); in testA0_T3() 221 DexAnnotation sig = getAnnotation(G0, LDALVIK_ANNOTATION_SIGNATURE); in testG0() 246 DexAnnotation sig = getAnnotation(G1, LDALVIK_ANNOTATION_SIGNATURE); in testG1() 299 DexAnnotation sig = getAnnotation(Outer0, "Ldalvik/annotation/MemberClasses;"); in testOuter0()
|
D | DexTestsCommon.java | 117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() method in DexTestsCommon
|
/cts/tools/dex-tools/src/dex/reader/ |
D | DexAnnotationAttributeImpl.java | 64 public DexAnnotation getAnnotation() { in getAnnotation() method in DexAnnotationAttributeImpl
|
/cts/tools/signature-tools/src/signature/model/util/ |
D | ModelUtil.java | 53 public static IAnnotation getAnnotation(IAnnotatableElement element, in getAnnotation() method in ModelUtil
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 15290 public abstract java.lang.annotation.Annotation getAnnotation( 15419 public java.lang.annotation.Annotation getAnnotation( 17044 public java.lang.annotation.Annotation getAnnotation( 20261 public java.lang.annotation.Annotation getAnnotation(
|