Lines Matching refs:count
288 static void testIface001(Interface001 iface, int count) { in testIface001() argument
289 while (count-- != 0) { in testIface001()
297 static void testIface049(Interface049 iface, int count) { in testIface049() argument
298 while (count-- != 0) { in testIface049()
306 static void testIface099(Interface099 iface, int count) { in testIface099() argument
307 while (count-- != 0) { in testIface099()
315 static void testVirt001(ManyInterfaces obj, int count) { in testVirt001() argument
316 while (count-- != 0) { in testVirt001()
324 static void testVirt049(ManyInterfaces obj, int count) { in testVirt049() argument
325 while (count-- != 0) { in testVirt049()
333 static void testVirt099(ManyInterfaces obj, int count) { in testVirt099() argument
334 while (count-- != 0) { in testVirt099()
342 static void testInstance001(Object obj, int count) { in testInstance001() argument
345 while (count-- != 0) { in testInstance001()
366 static void testInstance049(Object obj, int count) { in testInstance049() argument
369 while (count-- != 0) { in testInstance049()
390 static void testInstance099(Object obj, int count) { in testInstance099() argument
393 while (count-- != 0) { in testInstance099()