Searched refs:BUFFERSIZE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DBufferUnderflowEUCTWTest.java38 private static int BUFFERSIZE = 8194; field in class:BufferUnderflowEUCTWTest
42 byte[] b = new byte[BUFFERSIZE];
44 for (; i < BUFFERSIZE - 4; i++) // pad with zeroes
58 char[] cc = new char[BUFFERSIZE];
/openjdk7/jdk/test/com/sun/jdi/
H A DNoLaunchOptionTest.java41 private static final int BUFFERSIZE = 4096; field in class:NoLaunchOptionTest
79 byte[] isBuf = new byte[BUFFERSIZE];
84 byte[] esBuf = new byte[BUFFERSIZE];
H A DOptionTest.java42 private static final int BUFFERSIZE = 4096; field in class:OptionTest
80 byte[] isBuf = new byte[BUFFERSIZE];
85 byte[] esBuf = new byte[BUFFERSIZE];
H A DOnThrowTest.java85 int BUFFERSIZE = 4096;
94 byte[] isBuf = new byte[BUFFERSIZE];
99 byte[] esBuf = new byte[BUFFERSIZE];

Completed in 1154 milliseconds