Searched refs:totalToWrite (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/io/PipedInputStream/
H A DConstructors.java35 static int totalToWrite = (8 * 1024); field in class:Constructors
36 static int pipeSize = totalToWrite;
40 for (int times = (totalToWrite / pipeSize); times > 0; times--) {
74 out.write(new byte[totalToWrite]);
/openjdk7/jdk/test/java/io/PipedReader/
H A DConstructors.java35 static int totalToWrite = (8 * 1024); field in class:Constructors
36 static int pipeSize = totalToWrite;
40 for (int times = (totalToWrite / pipeSize); times > 0; times--) {
74 out.write(new char[totalToWrite]);

Completed in 27 milliseconds