Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DTestInputStream.java32 public class TestInputStream extends FilterInputStream { class
37 public TestInputStream(InputStream in, TestOption... options) throws IOException { in TestInputStream() method in TestInputStream
41 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException { in TestInputStream() method in TestInputStream
/external/guava/guava-tests/test/com/google/common/io/
DTestInputStream.java32 public class TestInputStream extends FilterInputStream { class
37 public TestInputStream(InputStream in, TestOption... options) throws IOException { in TestInputStream() method in TestInputStream
41 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException { in TestInputStream() method in TestInputStream
/external/antlr/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::__anon11cb0d300111::TestInputStream
/external/antlr/runtime/Python3/unittests/
Dteststreams.py295 class TestInputStream(unittest.TestCase): class
/external/antlr/runtime/Python/unittests/
Dteststreams.py296 class TestInputStream(unittest.TestCase): class