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

1 2

  /external/python/cpython2/Lib/test/
test_hashlib.py 22 from test.test_support import _4G, precisionbigmemtest
221 @unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
222 @precisionbigmemtest(size=_4G + 5, memuse=1, dry_run=False)
226 @unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
227 @precisionbigmemtest(size=_4G + 5, memuse=1, dry_run=False)
231 @unittest.skipIf(sys.maxsize < _4G - 1, 'test cannot run on 32-bit systems')
232 @precisionbigmemtest(size=_4G - 1, memuse=1, dry_run=False)
256 @precisionbigmemtest(size=_4G + 5, memuse=1)
258 if size == _4G + 5:
265 @precisionbigmemtest(size=_4G + 5, memuse=1
    [all...]
test_bz2.py 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)
    [all...]
test_zlib.py 7 from test.test_support import precisionbigmemtest, _1G, _4G
87 @precisionbigmemtest(size=_4G + 4, memuse=1, dry_run=False)
190 @precisionbigmemtest(size=_4G, memuse=1)
203 @precisionbigmemtest(size=_4G + 100, memuse=4)
477 @precisionbigmemtest(size=_4G, memuse=1)
605 @precisionbigmemtest(size=_4G + 100, memuse=4)
618 @precisionbigmemtest(size=_4G + 100, memuse=3)
632 @precisionbigmemtest(size=_4G + 100, memuse=5)
test_mmap.py 2 requires, _2G, _4G, gc_collect, cpython_only)
728 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
732 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
734 self._test_around_boundary(_4G)
test_bigmem.py 2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
109 @precisionbigmemtest(size=_4G // 6 + 2, memuse=character_size + 6)
114 @precisionbigmemtest(size=_4G // 5 + 70, memuse=character_size + 8)
119 @precisionbigmemtest(size=_4G // 4 + 5, memuse=character_size + 4)
523 @precisionbigmemtest(size=_4G // 6 + 1, memuse=character_size + 6)
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 20 from test.test_support import _4G, precisionbigmemtest
198 @precisionbigmemtest(size=_4G + 5, memuse=1)
200 if size == _4G + 5:
206 @precisionbigmemtest(size=_4G - 1, memuse=1)
208 if size == _4G - 1:
test_mmap.py 2 requires, _2G, _4G)
691 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
695 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
697 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

Completed in 1590 milliseconds

1 2