/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | CheckedInputStreamTest.java | 35 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum() 57 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum() 67 checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum() 82 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_skipJ() 99 .getStream("hyts_checkInput.txt"); in test_read() 116 .getStream("hyts_checkInput.txt"); in test_read$byteII()
|
D | InflaterInputStreamTest.java | 88 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Inflater() 104 InputStream infile = Support_Resources.getStream("hyts_construODI.bin"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_InflaterI() 122 try (InputStream infile = Support_Resources.getStream("hyts_construODI.bin")) { in test_ConstructorLjava_io_InputStreamLjava_util_zip_InflaterI_1() 180 .getStream("hyts_construOD.bin"); in test_read() 204 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_read_LBII() 359 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_skipJ() 403 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); in test_skipJ2() 416 InputStream infile2 = Support_Resources.getStream("hyts_construOD.bin"); in test_skipJ2() 430 InputStream infile3 = Support_Resources.getStream("hyts_construOD.bin"); in test_skipJ2() 455 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_available()
|
D | ZipInputStreamTest.java | 52 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp() 167 InputStream in = new FilterInputStream(Support_Resources.getStream("hyts_ZipFile.zip")) { in testReadOneByteAtATime()
|
D | ZipFileTest.java | 101 InputStream in = Support_Resources.getStream("hyts_ZipFile.zip"); in test_finalize() 453 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp()
|
D | DeflaterTest.java | 648 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt"); in test_setLevelI() 706 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt"); in test_setStrategyI() 767 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt"); in test_Constructor() 914 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt"); in test_ConstructorI()
|
D | InflaterTest.java | 757 .getStream("hyts_compressD.bin"); in setUp() 763 .getStream("hyts_compDiction.bin"); in setUp()
|
D | ZipEntryTest.java | 497 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp()
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldJarInputStreamTest.java | 59 InputStream is = Support_Resources.getStream("Broken_entry.jar"); in test_createZipEntryLjava_lang_String() 67 InputStream is = Support_Resources.getStream("Broken_entry_data.jar"); in test_read$ZII()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarInputStreamTest.java | 75 InputStream is = Support_Resources.getStream("Broken_entry.jar"); in test_closeAfterException() 116 is = Support_Resources.getStream("Broken_entry.jar"); in test_getNextJarEntry_Ex() 388 InputStream is = Support_Resources.getStream("Broken_entry.jar"); in test_getNextEntry() 415 InputStream is = Support_Resources.getStream(jarFilename); in test_metainf_verification()
|
/libcore/support/src/test/java/tests/support/resource/ |
D | Support_Resources.java | 37 public static InputStream getStream(String name) { in getStream() method in Support_Resources 112 InputStream in = Support_Resources.getStream(resourceName); in copyFile()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 82 final InputStream is = Support_Resources.getStream(name); in getCertificate() 97 final InputStream is = Support_Resources.getStream(name); in getCRL() 112 final InputStream ris = Support_Resources.getStream(name); in getResourceAsBytes() 130 final InputStream ris = Support_Resources.getStream(name); in getCrlDates()
|
D | X509CertificateTest.java | 124 final InputStream is = Support_Resources.getStream(name); in getCertificate() 138 final InputStream is = Support_Resources.getStream(name); in getCertificates() 151 final InputStream ris = Support_Resources.getStream("x509/cert-rsa-pubkey.der"); in getRsaCertificatePublicKey() 169 final InputStream ris = Support_Resources.getStream("x509/cert-rsa-dates.txt"); in getRsaCertificateDates() 199 final InputStream ris = Support_Resources.getStream("x509/cert-rsa-serial.txt"); in getRsaCertificateSerial() 217 final InputStream ris = Support_Resources.getStream(name); in getResourceAsBytes() 1303 is = Support_Resources.getStream(CERT_RSA);
|
/libcore/support/src/test/java/tests/support/ |
D | Support_GetLocal.java | 78 static ByteArrayInputStream getStream(String url) throws IOException, in getStream() method in Support_GetLocal
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldZipFileTest.java | 148 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp()
|
D | OldZipInputStreamTest.java | 38 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp()
|
D | ZipInputStreamTest.java | 75 InputStream emptyZipIn = Support_Resources.getStream("java/util/zip/EmptyArchive.zip"); in testReadEmpty()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherTest.java | 344 InputStream is = Support_Resources.getStream(resPath); in test_update$BII() 402 InputStream is = Support_Resources.getStream(resPath); in test_doFinal() 465 InputStream is = Support_Resources.getStream(resPath); in loadBytes()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 285 .getStream("hyts_PropertiesTest.properties"); in test_loadLjava_io_InputStream_subtest0() 438 .getStream("hyts_PropertiesTest.properties"); in test_loadLjava_io_Reader_subtest0()
|