Searched defs:testSize (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DBigReadWrite.java35 static int testSize = 15; field in class:BigReadWrite
H A DWrite.java42 static int testSize = 15; field in class:Write
53 ByteBuffer[] bufs = new ByteBuffer[testSize];
54 for(int i=0; i<testSize; i++) {
74 for(int j=0; j<testSize; j++)
H A DVectorIO.java41 static int testSize; field in class:VectorIO
44 testSize = 1;
47 testSize = i;
53 System.err.println("Length " + testSize);
54 Server sv = new Server(testSize);
58 throw new Exception("Failed: Length = " + testSize);
62 ByteBuffer[] bufs = new ByteBuffer[testSize];
64 for(int i=0; i<testSize; i++) {
105 final int testSize; field in class:VectorIO.Server
108 Server(int testSize) throw argument
[all...]
H A DVectorParams.java39 static final int testSize = 10; field in class:VectorParams
55 bufs = new ByteBuffer[testSize];
56 for(int i=0; i<testSize; i++) {
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java88 testSize(wGreen.getSize(), sGreen);
89 testSize(wRed.getSize(), sRed);
98 private static void testSize(final Dimension actual, final Dimension exp) { method in class:FullScreenInsets
/openjdk7/jdk/test/java/net/URLConnection/
H A DB5052093.java38 private static long testSize = ((long) (Integer.MAX_VALUE)) + 2; field in class:B5052093
46 return testSize;
58 req.setResponseHeader("content-length", Long.toString(testSize));
72 if (i != -1 || l != testSize) {
75 System.out.println("testSize = " + testSize);
82 if (i != -1 || l != testSize) {
85 System.out.println("testSize = " + testSize);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DScatteringRead.java144 static void prepTest3File(File blah, long testSize) throws Exception { argument
147 fc.write(ByteBuffer.wrap("Use the source!".getBytes()), testSize - 40);

Completed in 32 milliseconds