Searched refs:FILESIZE (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/java/net/httpclient/http2/
H A DBasicTest.java152 static final int FILESIZE = 64 * 1024 + 200; field in class:BasicTest
159 Path src = TestUtil.getAFile(FILESIZE * 4);
226 final Path source = TestUtil.getAFile(FILESIZE);
H A DFixedThreadPoolTest.java150 static final int FILESIZE = 64 * 1024 + 200; field in class:FixedThreadPoolTest
157 Path src = TestUtil.getAFile(FILESIZE * 4);
225 final Path source = TestUtil.getAFile(FILESIZE);
H A DRedirectTest.java150 static final int FILESIZE = 64 * 1024 + 200; field in class:RedirectTest

Completed in 104 milliseconds