Home
last modified time | relevance | path

Searched refs:checkInput (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DCheckedInputStreamTest.java35 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum() local
36 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32()); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum()
39 checkInput.close(); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum()
57 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum() local
58 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32()); in test_getChecksum()
65 checkInput.close(); in test_getChecksum()
67 checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum()
68 CheckedInputStream checkIn2 = new CheckedInputStream(checkInput, new CRC32()); in test_getChecksum()
74 checkInput.close(); in test_getChecksum()
82 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_skipJ() local
[all …]