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

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 34 private static class TestInputStream extends ByteArrayInputStream {
37 public TestInputStream(byte[] data) {
57 TestInputStream tis = new TestInputStream(data);
77 TestInputStream tis = new TestInputStream(data);
98 TestInputStream tis = new TestInputStream(data);
136 TestInputStream tis = new TestInputStream(data)
    [all...]
  /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...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 121 class TestInputStream : public ZeroCopyInputStream {
123 TestInputStream(const void* data, int size, int block_size)
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/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 568 class TestInputStream extends InputStream {
577 p.load(new TestInputStream());
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 296 class TestInputStream(unittest.TestCase):

Completed in 150 milliseconds