Searched refs:FORMAT_ALONE (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_lzma.py | 50 LZMADecompressor(format=lzma.FORMAT_ALONE, filters=FILTERS_RAW_1) 89 lzd = LZMADecompressor(lzma.FORMAT_ALONE, memlimit=1024) 114 lzd = LZMADecompressor(lzma.FORMAT_ALONE) 264 lzd = LZMADecompressor(lzma.FORMAT_ALONE) 286 lzc = LZMACompressor(lzma.FORMAT_ALONE) 415 b"", format=lzma.FORMAT_ALONE, filters=FILTERS_RAW_1) 425 COMPRESSED_ALONE, format=lzma.FORMAT_ALONE, memlimit=1024) 439 ddata = lzma.decompress(COMPRESSED_ALONE, lzma.FORMAT_ALONE) 478 lzma.decompress(COMPRESSED_XZ, format=lzma.FORMAT_ALONE) 494 cdata = lzma.compress(INPUT, lzma.FORMAT_ALONE) [all …]
|
/third_party/python/Modules/ |
D | _lzmamodule.c | 99 FORMAT_ALONE, enumerator 825 case FORMAT_ALONE: in Compressor_init() 1264 case FORMAT_ALONE: in _lzma_LZMADecompressor___init___impl() 1532 ADD_INT_MACRO(module, FORMAT_ALONE); in lzma_exec()
|
/third_party/python/Doc/library/ |
D | lzma.rst | 146 * :const:`FORMAT_ALONE`: The legacy ``.lzma`` container format. 162 :const:`FORMAT_ALONE` and :const:`FORMAT_RAW`. 222 :const:`FORMAT_ALONE`, and :const:`FORMAT_RAW`. 335 * :const:`FILTER_LZMA1` (for use with :const:`FORMAT_ALONE`)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 3026 FORMAT_ALONE format file, and it doesn't have the end marker, sometimes the
|