Searched refs:cTypes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java276 Iterator<XSComplexType> cTypes = getRoot().iterateComplexTypes();
277 while (cTypes.hasNext()) {
278 XSComplexType cType= cTypes.next();
H A DSchemaSetImpl.java370 Iterator<XSComplexType> cTypes = getRoot().iterateComplexTypes();
371 while (cTypes.hasNext()) {
372 XSComplexType cType= cTypes.next();
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java775 Class<?>[] cTypes = constr.getParameterTypes();
776 if (cTypes.length == signature.length) {
777 for (int i = 0; i < cTypes.length; i++) {
778 if (!cTypes[i].getName().equals(signature[i]))

Completed in 46 milliseconds