Home
last modified time | relevance | path

Searched refs:getAnnotations (Results 1 – 14 of 14) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
DDexAnnotatedElement.java32 Set<DexAnnotation> getAnnotations(); in getAnnotations() method
/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java131 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexMethodImpl
142 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()
152 .getAnnotations())); in toString()
DDexFieldImpl.java81 public synchronized Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexFieldImpl
96 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()
DDexParameterImpl.java64 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexParameterImpl
DDexClassImpl.java330 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexClassImpl
345 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java179 assertEquals(2, A0.getAnnotations().size()); in testA0()
200 assertEquals(1, T3.getAnnotations().size()); in testA0_T3()
335 assertEquals(1, dexParameter.getAnnotations().size()); in testParameterAnnotation()
336 DexAnnotation annotation = dexParameter.getAnnotations().iterator().next(); in testParameterAnnotation()
DDexTestsCommon.java120 for (DexAnnotation anno : element.getAnnotations()) { in getAnnotation()
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/
DTestLoader.java230 for (Annotation a : cls.getAnnotations()) { in isTestNgTestClass()
238 for (Annotation a : m.getAnnotations()) { in isTestNgTestClass()
/cts/tools/utils/
DCollectAllTests.java367 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation()
478 for (Annotation a : klass.getAnnotations()) { in isJunit4Class()
498 for (Annotation a : method.getAnnotations()) { in isJunit4TestMethod()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCtsApiCoverage.java279 classDef.getAnnotations()); in addCddApkCoverage()
284 cddCoverage, moduleName, className, methodName, method.getAnnotations()); in addCddApkCoverage()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java197 for (Annotation a : cls.getAnnotations()) {
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java1075 for (Annotation annotation : description.getAnnotations()) { in apply()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex15293 public abstract java.lang.annotation.Annotation[] getAnnotations()
15422 public java.lang.annotation.Annotation[] getAnnotations()
17047 public java.lang.annotation.Annotation[] getAnnotations()
20264 public java.lang.annotation.Annotation[] getAnnotations()