Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/basicapi/
DMocksCreationTest.java117 @interface SomeAnnotation {} annotation in MocksCreationTest
119 @SomeAnnotation
128 assertTrue(withAnnotations.getClass().isAnnotationPresent(SomeAnnotation.class)); in should_strip_annotations()
129 assertFalse(withoutAnnotations.getClass().isAnnotationPresent(SomeAnnotation.class)); in should_strip_annotations()
/external/cronet/tot/third_party/jni_zero/test/java/src/org/jni_zero/
DSampleForTests.java142 private @interface SomeAnnotation {} annotation in SampleForTests
149 @SomeAnnotation @JniType("MyEnum") int foo, in jniTypesAndAnnotations()
150 final @SomeAnnotation @JniType("std::vector<int32_t>") int[] bar, in jniTypesAndAnnotations()
151 @SomeAnnotation final int baz, in jniTypesAndAnnotations()
152 @SomeAnnotation @JniType("long") final @AnotherAnnotation long bat) { in jniTypesAndAnnotations()
DSampleProxyEdgeCases.java11 @SomeAnnotation("that contains class Foo ")
/external/cronet/stable/third_party/jni_zero/test/java/src/org/jni_zero/
DSampleForTests.java142 private @interface SomeAnnotation {} annotation in SampleForTests
149 @SomeAnnotation @JniType("MyEnum") int foo, in jniTypesAndAnnotations()
150 final @SomeAnnotation @JniType("std::vector<int32_t>") int[] bar, in jniTypesAndAnnotations()
151 @SomeAnnotation final int baz, in jniTypesAndAnnotations()
152 @SomeAnnotation @JniType("long") final @AnotherAnnotation long bat) { in jniTypesAndAnnotations()
DSampleProxyEdgeCases.java11 @SomeAnnotation("that contains class Foo ")
/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-core-testing-bdd/src/test/resources/com/github/javaparser/
Dparsing_scenarios.story144 public static @interface SomeAnnotation {
148 @SomeAnnotation("http://someURL.org/")
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/
DFormatterTest.kt7351 | @SomeAnnotation
7377 | @SomeAnnotation