Home
last modified time | relevance | path

Searched refs:dcx (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zlib.py207 def test_decompinc(self, flush=False, source=None, cx=256, dcx=64): argument
222 for i in range(0, len(combuf), dcx):
223 bufs.append(dco.decompress(combuf[i:i+dcx]))
245 def test_decompimax(self, source=None, cx=256, dcx=64): argument
264 chunk = dco.decompress(cb, dcx)
265 self.assertFalse(len(chunk) > dcx,
266 'chunk too big (%d>%d)' % (len(chunk), dcx))