Home
last modified time | relevance | path

Searched defs:TestInputStream (Results 1 – 4 of 4) 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/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.cc123 class TestInputStream : public ZeroCopyInputStream { class
125 TestInputStream(const void* data, int size, int block_size) in TestInputStream() function in google::protobuf::io::__anon572314c80111::TestInputStream
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dteststreams.py296 class TestInputStream(unittest.TestCase): class