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

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java34 private static class TestInputStream extends ByteArrayInputStream { class in class:CipherInputStreamTest
37 public TestInputStream(byte[] data) { method in class:CipherInputStreamTest.TestInputStream
57 TestInputStream tis = new TestInputStream(data);
77 TestInputStream tis = new TestInputStream(data);
98 TestInputStream tis = new TestInputStream(data);
136 TestInputStream tis = new TestInputStream(dat
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc122 class TestInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io::__anon14844
124 TestInputStream(const void* data, int size, int block_size) function in class:google::protobuf::io::__anon14844::TestInputStream
126 ~TestInputStream() {}
250 TestInputStream input(kSimpleTokenCases_case.input.data(),
296 TestInputStream input(text, strlen(text), kBlockSizes_case);
430 TestInputStream input(kMultiTokenCases_case.input.data(),
497 TestInputStream input(text, strlen(text), kBlockSizes_case);
682 TestInputStream input(kDocCommentCases_case.input.data(),
689 TestInputStream input2(kDocCommentCases_case.input.data(),
958 TestInputStream inpu
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc121 class TestInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io::__anon28990
123 TestInputStream(const void* data, int size, int block_size) function in class:google::protobuf::io::__anon28990::TestInputStream
125 ~TestInputStream() {}
249 TestInputStream input(kSimpleTokenCases_case.input.data(),
290 TestInputStream input(text, strlen(text), kBlockSizes_case);
417 TestInputStream input(kMultiTokenCases_case.input.data(),
473 TestInputStream input(text, strlen(text), kBlockSizes_case);
701 TestInputStream input(kErrorCases_case.input.data(),
726 TestInputStream input(text.data(), text.size(), kBlockSizes_case);
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dteststreams.py296 class TestInputStream(unittest.TestCase): class in inherits:unittest.TestCase
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb232 class TestInputStream < Test::Unit::TestCase class
440 class TestInputStream(unittest.TestCase) | 296 | [ ] class in class:TestStringStream.testSize.testIndex.testConsume.testReset.testLA.testSubstring.testSeekForward.testMark.testReleaseLast.testReleaseNested.testRewindLast.testRewindNested.TestFileStream.testNoEncoding.testEncoded

Completed in 721 milliseconds