HomeSort by relevance Sort by last modified time
    Searched defs:TestInputStream (Results 1 - 8 of 8) 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/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...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 122 class TestInputStream : public ZeroCopyInputStream {
124 TestInputStream(const void* data, int size, int block_size)
126 ~TestInputStream() {}
250 TestInputStream input(kSimpleTokenCases_case.input.data(),
296 TestInputStream input(text, strlen(text), kBlockSizes_case);
424 TestInputStream input(kMultiTokenCases_case.input.data(),
491 TestInputStream input(text, strlen(text), kBlockSizes_case);
676 TestInputStream input(kDocCommentCases_case.input.data(),
683 TestInputStream input2(kDocCommentCases_case.input.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...]
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
ConfigBundleTest.java 62 TestInputStream inputStream =
63 new TestInputStream(new ByteArrayInputStream(baos.toByteArray()));
95 TestInputStream inputStream = new TestInputStream(
133 private static class TestInputStream extends FilterInputStream {
137 public TestInputStream(InputStream in) {
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 296 class TestInputStream(unittest.TestCase):
  /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());

Completed in 1324 milliseconds