Searched refs:TestStream (Results 1 – 3 of 3) sorted by relevance
32 private static class TestStream extends AbstractLZ77CompressorInputStream { class in AbstractLZ77CompressorInputStreamTest34 TestStream(InputStream in) throws IOException { in TestStream() method in AbstractLZ77CompressorInputStreamTest.TestStream53 try (TestStream s = new TestStream(new ByteArrayInputStream(data))) { in cantPrefillAfterDataHasBeenRead()63 try (TestStream s = new TestStream(new ByteArrayInputStream(new byte[0]))) { in prefillCanBeUsedForBackReferences()77 try (TestStream s = new TestStream(new ByteArrayInputStream(new byte[0]))) { in ifPrefillExceedsWindowSizeTheLastBytesAreUsed()
52 static void U_CALLCONV TestStream(void) in TestStream() function321 addTest(root, &TestStream, "stream/TestStream"); in addStreamTests()
22 class TestStream : public StreamInterface { class24 TestStream() : pos_(0) { } in TestStream() function in rtc::TestStream