Searched refs:CLASSES (Results 1 – 3 of 3) sorted by relevance
52 static final Class<?>[] CLASSES = { field in ClassValueTest64 for (Class<?> c : CLASSES) { in testGet()67 assertEquals(CLASSES.length, countForCV1); in testGet()68 for (Class<?> c : CLASSES) { in testGet()71 assertEquals(CLASSES.length, countForCV1); in testGet()76 for (Class<?> c : CLASSES) { in testRemove()82 CV1.remove(CLASSES[i]); in testRemove()85 for (Class<?> c : CLASSES) { in testRemove()115 for (Class<?> c : CLASSES) { in testGetMany()150 for (Class<?> c : CLASSES) { in testGetMany()
336 final Class<?>[] CLASSES = { in randomMethodTypeGenerator() local351 List<Class<?>> list = randomClasses(CLASSES, arity); in randomMethodTypeGenerator()353 int i = RNG.nextInt(CLASSES.length + 1); in randomMethodTypeGenerator()354 Class<?> rtype = i == CLASSES.length ? void.class : CLASSES[i]; in randomMethodTypeGenerator()
55 CLASSES=()109 CLASSES+=(${class})251 for class in ${CLASSES[@]}