Lines Matching refs:count
302 static void testIface001(Interface001 iface, int count) { in testIface001() argument
303 while (count-- != 0) { in testIface001()
311 static void testIface049(Interface049 iface, int count) { in testIface049() argument
312 while (count-- != 0) { in testIface049()
320 static void testIface099(Interface099 iface, int count) { in testIface099() argument
321 while (count-- != 0) { in testIface099()
329 static void testVirt001(ManyInterfaces obj, int count) { in testVirt001() argument
330 while (count-- != 0) { in testVirt001()
338 static void testVirt049(ManyInterfaces obj, int count) { in testVirt049() argument
339 while (count-- != 0) { in testVirt049()
347 static void testVirt099(ManyInterfaces obj, int count) { in testVirt099() argument
348 while (count-- != 0) { in testVirt099()
356 static void testInstance001(Object obj, int count) { in testInstance001() argument
359 while (count-- != 0) { in testInstance001()
380 static void testInstance049(Object obj, int count) { in testInstance049() argument
383 while (count-- != 0) { in testInstance049()
404 static void testInstance099(Object obj, int count) { in testInstance099() argument
407 while (count-- != 0) { in testInstance099()