Lines Matching refs:if1
1245 XInterface if1 = new XInterface() {}; in test() local
1250 new Object[] { null, if1, if2, in test()
1253 new XInterface[] { null, if1, if2, in test()
1261 BaseInterface if1 = new BaseInterface() {}; in test() local
1265 new BaseInterface[] { null, if1, in test()
1268 new XInterface[] { null, if1, if2 })); in test()
1275 DerivedInterface if1 = new DerivedInterface() {}; in test() local
1279 if1 }), in test()
1281 new XInterface[] { null, if1 })); in test()
1305 DerivedInterface if1 = new DerivedInterface() {}; in test() local
1309 if1 }), in test()
1311 new BaseInterface[] { null, if1 })); in test()
1758 XInterface if1 = new XInterface() {}; in test() local
1764 new Object[] { null, if1, if2, in test()
1768 new XInterface[] { null, if1, if2, in test()
1779 BaseInterface if1 = new BaseInterface() {}; in test() local
1785 null, if1, if2 } }), in test()
1789 null, if1, if2 } })); in test()
1799 DerivedInterface if1 = new DerivedInterface() {}; in test() local
1804 null, if1 } }), in test()
1808 null, if1 } })); in test()
1841 DerivedInterface if1 = new DerivedInterface() {}; in test() local
1846 null, if1 } }), in test()
1850 null, if1 } })); in test()