Lines Matching refs:data
92 # Test LZMADecompressor on known-good input data.
94 def _test_decompressor(self, lzd, data, check, unused_data=b""):
96 out = lzd.decompress(data)
172 # Retrieve more data without providing more input
177 # Retrieve more data while providing more input
182 # Retrieve remaining uncompressed data
206 # Add more data that fits into input buffer after
207 # moving existing data to beginning
210 # Decompress rest of data
215 # Test reusing input buffer by appending data at the
225 # Fill buffer with new data
228 # Append some more data, not enough to require resize
231 # Decompress rest of data
244 # Add even more data to it, requiring resize
247 # Decompress rest of data
277 # Test that LZMACompressor->LZMADecompressor preserves the input data.
427 # Test LZMADecompressor on known-good input data.
483 # Test that compress()->decompress() preserves the input data.
508 # Test robust handling of non-LZMA data following the compressed stream(s).
522 def __init__(self, filename, data=b""):
524 self.data = data
528 f.write(self.data)
1002 """Decompressed data buffering should be limited"""
1010 "Excessive amount of data was decompressed")
1204 # sometimes decompress data incompletely
1420 # Test data: