Lines Matching refs:input
92 # Test LZMADecompressor on known-good input data.
165 # Feed first half the input
172 # Retrieve more data without providing more input
177 # Retrieve more data while providing more input
193 # Test reusing input buffer after moving existing
198 # Create input buffer and fill it
203 # of input buffer
206 # Add more data that fits into input buffer after
215 # Test reusing input buffer by appending data at the
220 # Create input buffer and empty it
236 # Test reusing input buffer after extending it
241 # Create almost full input buffer
277 # Test that LZMACompressor->LZMADecompressor preserves the input data.
358 input = block * (size // blocksize + 1)
359 cdata = lzma.compress(input)
361 self.assertEqual(ddata, input)
363 input = cdata = ddata = None
427 # Test LZMADecompressor on known-good input data.
483 # Test that compress()->decompress() preserves the input data.
1219 # When this value of max_length is used, the input and output