Searched refs:wrong (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/nio/charset/CharsetEncoder/
H A DCanEncode.java39 private static void wrong(CharsetEncoder ce, boolean can, String what) { method in class:CanEncode
50 wrong(ce, can,
59 wrong(ce, can, "array \"" + s + "\"");
61 wrong(ce, can, "buffer \"" + s + "\"");
/openjdk7/hotspot/test/compiler/6603011/
H A DTest.java145 int wrong = 0;
154 wrong++;
160 if (wrong > 0) {
162 wrong + "/" + total + " wrong int divisions");
166 wrong = 0;
175 wrong++;
181 if (wrong > 0) {
183 wrong + "/" + total + " wrong lon
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanLookup.java118 String wrong;
127 wrong = "proxy for a different MBeanServer";
129 wrong = "not a JMX proxy";
134 wrong = "not an MXBean registered in this MBeanServer";
139 "Could not convert " + s + " to an ObjectName: " + wrong);
/openjdk7/jdk/test/java/io/Serializable/readObjectNoData/
H A DRead.java45 /* Serializable superclass which defines readObjectNoData with wrong signature:
51 private void readObjectNoData(int wrong) throws ObjectStreamException { argument
79 /* Serializable superclass which defines readObjectNoData with wrong access:
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES1487 Fixed wrong cast of returns from png_get_user_width|height_max().
1806 Detect and fix attempt to write wrong iCCP profile length.
2068 Detect and fix attempt to write wrong iCCP profile length.
2605 change in version 1.2.41beta08 caused transparency to be handled wrong
3453 wrong (high by one) 25% of the time. Dividing by 257 with rounding is
3454 wrong in 128 out of 65536 cases. Getting the right answer all the time

Completed in 328 milliseconds