Searched refs:cName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DCMSManager.java93 String cName ; field in class:CMSManager.CMMTracer
97 cName = tcmm.getClass().getName();
101 System.err.print(cName + ".loadProfile");
108 System.err.printf(cName + ".freeProfile(ID=%x)\n", profileID);
113 System.err.print(cName + ".getProfileSize(ID=" + profileID + ")");
120 System.err.print(cName + ".getProfileData(ID=" + profileID + ") ");
126 System.err.printf(cName + ".getTagSize(ID=%x, TagSig=%s)",
135 System.err.printf(cName + ".getTagData(ID=%x, TagSig=%s)",
143 System.err.print(cName + ".setTagData(ID=" + profileID +
153 System.err.println(cName
[all...]
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DEllipticCurve.java52 String cName) {
57 throw new IllegalArgumentException(cName + " is too large");
59 throw new IllegalArgumentException(cName + " is negative");
64 throw new IllegalArgumentException(cName + " is too large");
51 checkValidity(ECField field, BigInteger c, String cName) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DDefaultSynthStyleFactory.java144 String cName = c.getName();
146 if (cName == null) {
147 cName = "";
154 path = cName;
/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java81 final String cName = new String("ManyMethodsClass");
85 String klass = createClass(cName, i);
86 JavaMemoryFileObject file = new JavaMemoryFileObject(cName, klass);
94 Class<? extends Object> c = Class.forName(cName, true, mcl);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java3503 String cName = fIdentityConstraint.getIdentityConstraintName();
3504 reportSchemaError(code, new Object[] { eName, cName });
3520 String cName = key.getIdentityConstraintName();
3521 reportSchemaError(code, new Object[] { eName, cName });
3575 String cName = fIdentityConstraint.getIdentityConstraintName();
3576 reportSchemaError(code, new Object[] { field.toString(), eName, cName });
3581 String cName = fIdentityConstraint.getIdentityConstraintName();
3582 reportSchemaError(code, new Object[] { field.toString(), cName });
3864 String cName = fIdentityConstraint.getIdentityConstraintName();
3865 reportSchemaError(code, new Object[] { value, eName, cName });
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java466 String cName;
472 cName = (String) exceptionClassNames.get(rId);
473 exceptionRepositoryIds.put (cName, rId);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2186 Object cName = pView.getElement().getAttributes().
2188 if ((cName == HTML.Tag.P || cName == HTML.Tag.IMPLIED) &&

Completed in 407 milliseconds