Lines Matching +defs:foo +defs:c
116 public static double minDouble(double a, double b, double c) { in minDouble()
144 Foo foo = new Foo(); in returnConstantTest() local
157 Foo foo = new Foo(); in wideIdentityTest() local
175 Foo foo = new Foo(); in wideGetterSetterTest() local
210 Foo foo = new Foo(); in identityTest() local
228 Foo foo = new Foo(); in getterSetterTest() local
257 Foo foo = new Foo(); in setterTestWithReturnArgIgnoreReturn() local
370 Foo foo = new Foo(); in setterTestWithReturnArgUseReturn() local
486 Foo foo = new Foo(); in wideSetterTestWithReturnArgIgnoreReturn() local
655 Foo foo = new Foo(); in wideSetterTestWithReturnArgUseReturn() local
9378 Foo foo = new Foo(); in getNullFoo() local
9383 static int barBar(Foo foo) { in barBar()