Searched defs:annotation (Results 1 – 6 of 6) sorted by relevance
| /cts/tools/dex-tools/src/dex/reader/ |
| D | DexAnnotationAttributeImpl.java | 32 private final DexAnnotation annotation; field in DexAnnotationAttributeImpl 35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
|
| D | DexEncodedAnnotationImpl.java | 37 private final DexAnnotation annotation; field in DexEncodedAnnotationImpl 39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
|
| D | DexEncodedValueImpl.java | 37 private final DexAnnotation annotation; field in DexEncodedValueImpl 47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
|
| /cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
| D | ExtendedAndroidLogOnlyBuilder.java | 75 RunWith annotation = testClass.getAnnotation(RunWith.class); in runnerForClass() local
|
| /cts/tools/dex-tools/test/dex/reader/ |
| D | DexFileReaderTests.java | 202 DexAnnotation annotation = getAnnotation(T3, "LA0;"); in testA0_T3() local 336 DexAnnotation annotation = dexParameter.getAnnotations().iterator().next(); in testParameterAnnotation() local
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
| D | CtsTest.java | 570 String annotation = join(mPositiveFilters, ","); in run() local
|