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

  /external/guava/guava-tests/test/com/google/common/io/
TestInputStream.java 35 public class TestInputStream extends FilterInputStream {
40 public TestInputStream(InputStream in, TestOption... options) throws IOException {
44 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException {
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 123 class TestInputStream : public ZeroCopyInputStream {
125 TestInputStream(const void* data, int size, int block_size)
127 ~TestInputStream() {}
251 TestInputStream input(kSimpleTokenCases_case.input.data(),
297 TestInputStream input(text, strlen(text), kBlockSizes_case);
425 TestInputStream input(kMultiTokenCases_case.input.data(),
492 TestInputStream input(text, strlen(text), kBlockSizes_case);
677 TestInputStream input(kDocCommentCases_case.input.data(),
684 TestInputStream input2(kDocCommentCases_case.input.data(),
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 296 class TestInputStream(unittest.TestCase):
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 43 private static class TestInputStream extends ByteArrayInputStream {
46 public TestInputStream(byte[] data) {
66 TestInputStream tis = new TestInputStream(data);
86 TestInputStream tis = new TestInputStream(data);
107 TestInputStream tis = new TestInputStream(data);
145 TestInputStream tis = new TestInputStream(data)
    [all...]
  /system/timezone/distro/core/src/test/com/android/timezone/distro/
TimeZoneDistroTest.java 75 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes));
91 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes));
110 TestInputStream inputStream =
111 new TestInputStream(new ByteArrayInputStream(baos.toByteArray()));
143 TestInputStream inputStream = new TestInputStream(
186 private static class TestInputStream extends FilterInputStream {
190 public TestInputStream(InputStream in)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 232 class TestInputStream < Test::Unit::TestCase
440 class TestInputStream(unittest.TestCase) | 296 | [ ]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 601 class TestInputStream extends InputStream {
610 p.load(new TestInputStream());

Completed in 407 milliseconds