Searched defs:wrong (Results 1 - 2 of 2) 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/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:

Completed in 29 milliseconds