Searched refs:Small (Results 1 – 2 of 2) sorted by relevance
/libcore/benchmarks/src/benchmarks/regression/ |
D | AnnotatedElementBenchmark.java | 219 c = @Small(e="E1", f=1695938256, g=7264081114510713000L), 220 d = { @Small(e="E2", f=1695938256, g=7264081114510713000L) }) 223 @Small(e="E1", f=1695938256, g=7264081114510713000L) 232 c = @Small(e="E1", f=1695938256, g=7264081114510713000L), 233 d = { @Small(e="E2", f=1695938256, g=7264081114510713000L) }) 234 @Small(e="E1", f=1695938256, g=7264081114510713000L) 250 Small c() default @Small; in c() field 251 Small[] d() default {}; in d() 255 public @interface Small { annotation in AnnotatedElementBenchmark
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | EnumMapTest.java | 34 Small, Middle, Big {}; enumConstant 131 Size.Small, 1)); in test_ConstructorLjava_lang_Class() 133 enumSizeMap.get(Size.Small)); in test_ConstructorLjava_lang_Class() 251 enumSizeMap.put(Size.Small, 1); in test_clear() 253 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); in test_clear() 263 .containsKey(Size.Small)); in test_containsKeyLjava_lang_Object() 264 enumSizeMap.put(Size.Small, 1); in test_containsKeyLjava_lang_Object() 266 .containsKey(Size.Small)); in test_containsKeyLjava_lang_Object() 287 enumSizeMap.put(Size.Small, integer); in test_clone() 293 assertSame("Should be same", enumSizeMap.get(Size.Small), in test_clone() [all …]
|