Home
last modified time | relevance | path

Searched defs:TestInputStream (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DTestInputStream.java35 public class TestInputStream extends FilterInputStream { class
40 public TestInputStream(InputStream in, TestOption... options) throws IOException { in TestInputStream() method in TestInputStream
44 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException { in TestInputStream() method in TestInputStream
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherInputStreamTest.java34 private static class TestInputStream extends ByteArrayInputStream { class in CipherInputStreamTest
37 public TestInputStream(byte[] data) { in TestInputStream() method in CipherInputStreamTest.TestInputStream
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-streams.rb232 class TestInputStream < Test::Unit::TestCase class
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc122 class TestInputStream : public ZeroCopyInputStream { class
124 TestInputStream(const void* data, int size, int block_size) in TestInputStream() function in google::protobuf::io::__anon646777a90111::TestInputStream
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dteststreams.py296 class TestInputStream(unittest.TestCase): class