HomeSort by relevance Sort by last modified time
    Searched refs:_4G (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 20 from test.test_support import _4G, precisionbigmemtest
210 @precisionbigmemtest(size=_4G + 5, memuse=1)
212 if size == _4G + 5:
218 @precisionbigmemtest(size=_4G + 5, memuse=1)
220 if size == _4G + 5:
227 @precisionbigmemtest(size=_4G - 1, memuse=1)
229 if size == _4G - 1:
255 @precisionbigmemtest(size=_4G + 5, memuse=1)
257 if size == _4G + 5:
264 @precisionbigmemtest(size=_4G + 5, memuse=1
    [all...]
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
358 @bigmemtest(_4G, memuse=1.25)
408 @bigmemtest(_4G, memuse=1.25)
411 if size < _4G:
413 compressed = bz2.compress("a" * _4G)
415 self.assertEqual(len(text), _4G)
451 @bigmemtest(_4G, memuse=1.25)
460 @bigmemtest(_4G, memuse=1.25)
463 if size < _4G:
465 compressed = bz2.compress("a" * _4G)
    [all...]
test_mmap.py 2 requires, _2G, _4G)
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
717 self._test_around_boundary(_4G)
test_bigmem.py 2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
100 @precisionbigmemtest(size=_4G // 6 + 2, memuse=2)
107 @precisionbigmemtest(size=_4G // 5 + 70, memuse=3)
114 @precisionbigmemtest(size=_4G // 4 + 5, memuse=6)
125 @precisionbigmemtest(size=_4G // 5, memuse=6+2)
    [all...]
test_zlib.py 5 from test.test_support import precisionbigmemtest, _1G, _4G
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 20 from test.test_support import _4G, precisionbigmemtest
210 @precisionbigmemtest(size=_4G + 5, memuse=1)
212 if size == _4G + 5:
218 @precisionbigmemtest(size=_4G + 5, memuse=1)
220 if size == _4G + 5:
227 @precisionbigmemtest(size=_4G - 1, memuse=1)
229 if size == _4G - 1:
255 @precisionbigmemtest(size=_4G + 5, memuse=1)
257 if size == _4G + 5:
264 @precisionbigmemtest(size=_4G + 5, memuse=1
    [all...]
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
358 @bigmemtest(_4G, memuse=1.25)
408 @bigmemtest(_4G, memuse=1.25)
411 if size < _4G:
413 compressed = bz2.compress("a" * _4G)
415 self.assertEqual(len(text), _4G)
451 @bigmemtest(_4G, memuse=1.25)
460 @bigmemtest(_4G, memuse=1.25)
463 if size < _4G:
465 compressed = bz2.compress("a" * _4G)
    [all...]
test_mmap.py 2 requires, _2G, _4G)
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
717 self._test_around_boundary(_4G)
test_bigmem.py 2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
100 @precisionbigmemtest(size=_4G // 6 + 2, memuse=2)
107 @precisionbigmemtest(size=_4G // 5 + 70, memuse=3)
114 @precisionbigmemtest(size=_4G // 4 + 5, memuse=6)
125 @precisionbigmemtest(size=_4G // 5, memuse=6+2)
    [all...]
test_zlib.py 5 from test.test_support import precisionbigmemtest, _1G, _4G
test_support.py     [all...]

Completed in 2362 milliseconds