Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java54 private static class TestOutputStream extends ByteArrayOutputStream { class in CipherOutputStream1Test
73 TestOutputStream tos = new TestOutputStream(); in testCipherOutputStream()
89 TestOutputStream tos = new TestOutputStream(); in testWrite1()
107 TestOutputStream tos = new TestOutputStream(); in testWrite2()
129 TestOutputStream tos = new TestOutputStream(); in testWrite3()
172 TestOutputStream tos = new TestOutputStream(); in testFlush()
188 TestOutputStream tos = new TestOutputStream(); in testClose()
315 TestOutputStream testOutputStream = new TestOutputStream(); in test_close_doubleCloseDoesntCallDoFinal()
/libcore/ojluni/src/test/java/util/Properties/
DLoadAndStoreXML.java114 static class TestOutputStream extends ByteArrayOutputStream { class in LoadAndStoreXML
145 TestOutputStream out = new TestOutputStream(); in testLoadAndStore()