Lines Matching refs:SingleMemberFloatWithDef

834                     SingleMemberFloatWithDef.class);
858 SingleMemberFloatWithDef.class);
1022 SingleMemberFloatWithDef.class);
1046 SingleMemberFloatWithDef.class);
1214 checkSerialization(SingleMemberFloatOvrdDefClass.class, SingleMemberFloatWithDef.class);
1227 checkSerialization(SingleMemberFloatAcceptDefClass.class, SingleMemberFloatWithDef.class);
1762 checkSingleMemberFloatOvrdDef((SingleMemberFloatWithDef) m.getParameterAnnotations()[0][0], m);
1851 checkSingleMemberFloatAcceptDef((SingleMemberFloatWithDef) m.getParameterAnnotations()[0][0], m);
2552 checkSingleMemberFloatOvrdDef(e.getAnnotation(SingleMemberFloatWithDef.class), e);
2554 static void checkSingleMemberFloatOvrdDef(SingleMemberFloatWithDef a, AnnotatedElement e) {
2686 checkSingleMemberFloatAcceptDef(e.getAnnotation(SingleMemberFloatWithDef.class), e);
2688 static void checkSingleMemberFloatAcceptDef(SingleMemberFloatWithDef a, AnnotatedElement e) {
3705 @SingleMemberFloatWithDef(6.0f) public void SingleMemberFloatOvrdDef() {}
3718 @SingleMemberFloatWithDef public void SingleMemberFloatAcceptDef() {}
3913 @SingleMemberFloatWithDef(6.0f) public int SingleMemberFloatOvrdDefField;
3926 @SingleMemberFloatWithDef public int SingleMemberFloatAcceptDefField;
4123 @SingleMemberFloatWithDef(6.0f) SingleMemberFloatOvrdDef,
4136 @SingleMemberFloatWithDef SingleMemberFloatAcceptDef,
4334 @SingleMemberFloatWithDef(6.0f) public UnitTest(float f, Set s) { }
4347 @SingleMemberFloatWithDef public UnitTest(float f, Map m) { }
4553 public void SingleMemberFloatOvrdDefParam(@SingleMemberFloatWithDef(6.0f) int x) {}
4566 public void SingleMemberFloatAcceptDefParam(@SingleMemberFloatWithDef int x) {}
4726 @Retention(RUNTIME) @interface SingleMemberFloatWithDef { float value() default 16.0f; }
4893 @SingleMemberFloatWithDef(6.0f) class SingleMemberFloatOvrdDefClass { }
4906 @SingleMemberFloatWithDef class SingleMemberFloatAcceptDefClass { }