Home
last modified time | relevance | path

Searched defs:bis (Results 1 – 25 of 28) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPrintStreamTest.java246 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 …]
DByteArrayInputStreamTest.java35 InputStream bis = new ByteArrayInputStream(fileString.getBytes()); in test_Constructor$B() local
46 InputStream bis = new ByteArrayInputStream(zz, 0, 100); in test_Constructor$BII() local
DBufferedInputStreamTest.java169 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
DObjectOutputStream2Test.java53 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in test_writeReadEnum() local
DFilterOutputStreamTest.java36 ByteArrayInputStream bis; field in FilterOutputStreamTest
DInputStreamReaderTest.java445 ByteArrayInputStream bis = new ByteArrayInputStream(data); in test_read$CII() local
/libcore/luni/src/test/java/libcore/java/io/
DOldByteArrayInputStreamTest.java32 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
DOldFilterOutputStreamTest.java32 java.io.ByteArrayInputStream bis; field in OldFilterOutputStreamTest
DOldInputStreamReaderTest.java146 ByteArrayInputStream bis = new ByteArrayInputStream(data); in testInputStreamReaderSuccessiveReads() local
/libcore/ojluni/src/test/java/nio/channels/Channels/
DTinyBuffers.java43 ByteArrayInputStream bis = new ByteArrayInputStream(new byte[100]); in test() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java101 BufferedInputStream bis = null; in getTrustAnchor() local
154 BufferedInputStream bis = null; in getKeyStore() local
/libcore/luni/src/test/java/libcore/xml/
DNodeTest.java41 ByteArrayInputStream bis = new ByteArrayInputStream("<root/>".getBytes()); in test_getNextSibling() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java275 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getLocalCertificates() local
290 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getServerCertificates() local
/libcore/ojluni/src/test/java/util/LinkedHashSet/
DBasic.java118 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in serClone() local
/libcore/support/src/test/java/tests/util/
DSerializationTester.java52 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in getDeserilizedObject() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java131 ByteArrayInputStream bis = new ByteArrayInputStream(key.getBytes()); in test_newInstance() local
DDocumentBuilderFactoryTest.java287 ByteArrayInputStream bis = new ByteArrayInputStream(keyValuePair in test_newInstance() local
/libcore/ojluni/src/test/java/util/LinkedHashMap/
DBasic.java251 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in serClone() local
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationMember.java316 ByteArrayInputStream bis = new ByteArrayInputStream(bos in rethrowError() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DGZIPInputStreamTest.java252 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in gunzip() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java212 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in assertNotSerializable()
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySpecTest.java323 try (ByteArrayInputStream bis = new ByteArrayInputStream(serialized); in deserialize()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DManifestTest.java144 ByteArrayInputStream bis = new ByteArrayInputStream(manifestContent in testStreamConstructor() local
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java146 LexicographicList<BI> bis = new LexicographicList<BI>(bi); in testGenericComparable() local
173 LexicographicList<BI> bis = new LexicographicList<BI>(new BI(i)); in testGenericComparable2() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMapTest.java171 LexicographicList<BI> bis = new LexicographicList<BI>(bi); in testGenericComparable() local
198 LexicographicList<BI> bis = new LexicographicList<BI>(new BI(i)); in testGenericComparable2() local

12