Home
last modified time | relevance | path

Searched defs:infile (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterInputStreamTest.java88 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Inflater() local
104 InputStream infile = Support_Resources.getStream("hyts_construODI.bin"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_InflaterI() local
122 try (InputStream infile = Support_Resources.getStream("hyts_construODI.bin")) { in test_ConstructorLjava_io_InputStreamLjava_util_zip_InflaterI_1()
179 InputStream infile = Support_Resources in test_read() local
204 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_read_LBII() local
403 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_skipJ2() local
DInflaterTest.java755 java.io.InputStream infile = Support_Resources in setUp() local