Home
last modified time | relevance | path

Searched refs:SomeAnnotation (Results 1 – 5 of 5) sorted by relevance

/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DAnnotationsOfDefaultMethodsShouldBeKept.java26 @SomeAnnotation(1)
29 @SomeAnnotation(2)
32 @SomeAnnotation(3)
40 public @interface SomeAnnotation { annotation in AnnotationsOfDefaultMethodsShouldBeKept
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DDesugarJava8FunctionalTest.java21 …vtools.build.android.desugar.testdata.java8.AnnotationsOfDefaultMethodsShouldBeKept.SomeAnnotation;
209 assertThat(annotations[0]).isInstanceOf(SomeAnnotation.class); in testAnnotationsOfDefaultMethodsAreKept()
210 assertThat(((SomeAnnotation) annotations[0]).value()).isEqualTo(1); in testAnnotationsOfDefaultMethodsAreKept()
216 assertThat(annotations[0]).isInstanceOf(SomeAnnotation.class); in testAnnotationsOfDefaultMethodsAreKept()
217 assertThat(((SomeAnnotation) annotations[0]).value()).isEqualTo(2); in testAnnotationsOfDefaultMethodsAreKept()
223 assertThat(annotations[0]).isInstanceOf(SomeAnnotation.class); in testAnnotationsOfDefaultMethodsAreKept()
224 assertThat(((SomeAnnotation) annotations[0]).value()).isEqualTo(3); in testAnnotationsOfDefaultMethodsAreKept()
Dtestdata_desugared_java8_jar_toc_golden.txt40 …s/build/android/desugar/testdata/java8/AnnotationsOfDefaultMethodsShouldBeKept$SomeAnnotation.class
/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForTests.java121 private @interface SomeAnnotation {} annotation in SampleForTests
125 void javaMethodWithAnnotatedParam(@SomeAnnotation int foo) { in javaMethodWithAnnotatedParam()
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dparsing_scenarios.story144 public static @interface SomeAnnotation {
148 @SomeAnnotation("http://someURL.org/")