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

/openjdk9/jdk/test/java/util/zip/
H A DStreamIOAfterClose.java55 private static void testWrite(ZipOutputStream out) throws Exception { method in class:StreamIOAfterClose
67 testWrite(zos);
71 testWrite(jos);
/openjdk9/jdk/test/java/io/OutputStreamWriter/
H A DWriteAfterClose.java38 static void testWrite(Writer wtr) throws Exception { method in class:WriteAfterClose
94 testWrite(new BufferedWriter(sw));
98 testWrite(osw);
105 testWrite(fr);
/openjdk9/jdk/test/java/awt/geom/AffineTransform/
H A DTestSerialization.java77 testWrite(oos);
143 testWrite(oos);
152 public static void testWrite(ObjectOutputStream oos) method in class:TestSerialization
/openjdk9/jdk/test/java/nio/charset/coders/
H A DBashStreams.java177 static void testWrite(String csn, int limit, long seed, Writer w) method in class:BashStreams
203 testWrite(csn, limit, seed,
211 testWrite(csn, limit, seed,
/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DMapTest.java66 testWrite();
151 private static void testWrite() throws Exception { method in class:MapTest

Completed in 110 milliseconds