Lines Matching refs:_4G
2 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
370 @bigmemtest(_4G, memuse=1.25)
420 @bigmemtest(_4G, memuse=1.25)
423 if size < _4G:
425 compressed = bz2.compress("a" * _4G)
427 self.assertEqual(len(text), _4G)
463 @bigmemtest(_4G, memuse=1.25)
472 @bigmemtest(_4G, memuse=1.25)
475 if size < _4G:
477 compressed = bz2.compress("a" * _4G)
479 self.assertEqual(len(text), _4G)