Lines Matching refs:Foo

144         Foo foo = new Foo();  in returnConstantTest()
157 Foo foo = new Foo(); in wideIdentityTest()
175 Foo foo = new Foo(); in wideGetterSetterTest()
210 Foo foo = new Foo(); in identityTest()
228 Foo foo = new Foo(); in getterSetterTest()
240 Foo nullFoo = null; in getterSetterTest()
242 sum += Foo.barBar(nullFoo); in getterSetterTest()
257 Foo foo = new Foo(); in setterTestWithReturnArgIgnoreReturn()
288 Foo nullFoo = Foo.getNullFoo(); in setterTestWithReturnArgIgnoreReturn()
370 Foo foo = new Foo(); in setterTestWithReturnArgUseReturn()
374 Foo foo2 = foo.setBar1ReturnThis(sum); in setterTestWithReturnArgUseReturn()
402 Foo nullFoo = Foo.getNullFoo(); in setterTestWithReturnArgUseReturn()
486 Foo foo = new Foo(); in wideSetterTestWithReturnArgIgnoreReturn()
533 Foo nullFoo = Foo.getNullFoo(); in wideSetterTestWithReturnArgIgnoreReturn()
655 Foo foo = new Foo(); in wideSetterTestWithReturnArgUseReturn()
659 Foo foo2 = foo.wideSetBar1ReturnThis(sum); in wideSetterTestWithReturnArgUseReturn()
703 Foo nullFoo = Foo.getNullFoo(); in wideSetterTestWithReturnArgUseReturn()
9372 class Foo { class
9376 public static Foo getNullFoo() { in getNullFoo()
9378 Foo foo = new Foo(); in getNullFoo()
9383 static int barBar(Foo foo) { in barBar()
9523 public Foo setBar1ReturnThis(int a1) { in setBar1ReturnThis()
9527 public Foo setBar2ReturnThis(int a1, int a2) { in setBar2ReturnThis()
9531 public Foo setBar3ReturnThis(int a1, int a2, int a3) { in setBar3ReturnThis()
9535 public Foo setBar4ReturnThis(int a1, int a2, int a3, int a4) { in setBar4ReturnThis()
9539 public Foo setBar5ReturnThis(int a1, int a2, int a3, int a4, int a5) { in setBar5ReturnThis()
9543 public Foo wideSetBar1ReturnThis(long a1) { in wideSetBar1ReturnThis()
9547 public Foo wideSetBar2ReturnThis(long a1, long a2) { in wideSetBar2ReturnThis()
9551 public Foo wideSetBar3ReturnThis(long a1, long a2, long a3) { in wideSetBar3ReturnThis()
9555 public Foo wideSetBar4ReturnThis(long a1, long a2, long a3, long a4) { in wideSetBar4ReturnThis()
9559 public Foo wideSetBar5ReturnThis(long a1, long a2, long a3, long a4, long a5) { in wideSetBar5ReturnThis()
9563 public Foo wideSetBar2iReturnThis(int a1, long a2) { in wideSetBar2iReturnThis()
9567 public Foo wideSetBar3iReturnThis(int a1, int a2, long a3) { in wideSetBar3iReturnThis()
9571 public Foo wideSetBar4iReturnThis(int a1, int a2, int a3, long a4) { in wideSetBar4iReturnThis()
9575 public Foo wideSetBar5iReturnThis(int a1, int a2, int a3, int a4, long a5) { in wideSetBar5iReturnThis()