/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PrintStreamTest.java | 246 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_print$C() local 262 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printC() local 275 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printD() local 290 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printF() local 305 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printI() local 320 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printJ() local 334 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printLjava_lang_Object() local 360 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_printLjava_lang_String() local 401 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_println() local 416 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_println$C() local [all …]
|
D | ByteArrayInputStreamTest.java | 35 InputStream bis = new ByteArrayInputStream(fileString.getBytes()); in test_Constructor$B() local 46 InputStream bis = new ByteArrayInputStream(zz, 0, 100); in test_Constructor$BII() local
|
D | BufferedInputStreamTest.java | 169 BufferedInputStream bis = new BufferedInputStream( in test_available() local 340 BufferedInputStream bis = new BufferedInputStream(null); in test_read$BII_Exception() local 456 BufferedInputStream bis = new BufferedInputStream(null); in test_reset_Exception() local
|
D | FilterOutputStreamTest.java | 34 ByteArrayInputStream bis; field in FilterOutputStreamTest
|
D | ObjectOutputStream2Test.java | 53 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_writeReadEnum() local
|
D | InputStreamReaderTest.java | 445 ByteArrayInputStream bis = new ByteArrayInputStream(data); in test_read$CII() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldByteArrayInputStreamTest.java | 32 java.io.InputStream bis = new java.io.ByteArrayInputStream(fileString in test_Constructor$B() local 47 java.io.InputStream bis = new java.io.ByteArrayInputStream(zz, 0, 100); in test_Constructor$BII() local
|
D | OldFilterOutputStreamTest.java | 32 java.io.ByteArrayInputStream bis; field in OldFilterOutputStreamTest
|
D | OldInputStreamReaderTest.java | 146 ByteArrayInputStream bis = new ByteArrayInputStream(data); in testInputStreamReaderSuccessiveReads() local
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | TestUtils.java | 101 BufferedInputStream bis = null; in getTrustAnchor() local 154 BufferedInputStream bis = null; in getKeyStore() local
|
/libcore/luni/src/test/java/libcore/xml/ |
D | NodeTest.java | 41 ByteArrayInputStream bis = new ByteArrayInputStream("<root/>".getBytes()); in test_getNextSibling() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 275 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getLocalCertificates() local 290 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getServerCertificates() local
|
D | HandshakeCompletedEventTest.java | 121 ByteArrayInputStream bis = new ByteArrayInputStream(certificate.getBytes()); in test_getPeerCertificateChain() local
|
/libcore/support/src/test/java/tests/util/ |
D | SerializationTester.java | 52 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in getDeserilizedObject() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserFactoryTest.java | 131 ByteArrayInputStream bis = new ByteArrayInputStream(key.getBytes()); in test_newInstance() local
|
D | DocumentBuilderFactoryTest.java | 277 ByteArrayInputStream bis = new ByteArrayInputStream(keyValuePair in test_newInstance() local
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationMember.java | 316 ByteArrayInputStream bis = new ByteArrayInputStream(bos in rethrowError() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | GZIPInputStreamTest.java | 252 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in gunzip() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | AbstractTCKTest.java | 194 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in assertNotSerializable()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | ManifestTest.java | 144 ByteArrayInputStream bis = new ByteArrayInputStream(manifestContent in testStreamConstructor() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMapTest.java | 146 LexicographicList<BI> bis = new LexicographicList<BI>(bi); in testGenericComparable() local 173 LexicographicList<BI> bis = new LexicographicList<BI>(new BI(i)); in testGenericComparable2() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigDecimalTest.java | 891 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_BigDecimal_serialization() local
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 1158 ExceptionalBufferedInputStream bis = new ExceptionalBufferedInputStream( in test_readClassDescriptor() local
|