HomeSort by relevance Sort by last modified time
    Searched defs:TestOutputStream (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
TestOutputStream.java 34 public class TestOutputStream extends FilterOutputStream {
39 public TestOutputStream(OutputStream out, TestOption... options) throws IOException {
43 public TestOutputStream(OutputStream out, Iterable<TestOption> options) throws IOException {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 54 private static class TestOutputStream extends ByteArrayOutputStream {
73 TestOutputStream tos = new TestOutputStream();
89 TestOutputStream tos = new TestOutputStream();
107 TestOutputStream tos = new TestOutputStream();
129 TestOutputStream tos = new TestOutputStream();
172 TestOutputStream tos = new TestOutputStream()
    [all...]

Completed in 91 milliseconds