/external/python/cpython2/Lib/test/ |
D | test_bigmem.py | 2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest 42 @bigmemtest(minsize=_2G, memuse=2) 51 @bigmemtest(minsize=_2G + 10, memuse=1) 63 @precisionbigmemtest(size=_2G - 1, memuse=character_size) 79 @bigmemtest(minsize=_2G, memuse=2) 91 @bigmemtest(minsize=_2G + 2, memuse=1 + character_size) 104 @bigmemtest(minsize=_2G + 2, memuse=character_size + 4) 124 @precisionbigmemtest(size=_2G-1, memuse=4) 128 @bigmemtest(minsize=_2G, memuse=2) 139 @bigmemtest(minsize=_2G + 10, memuse=2) [all …]
|
D | test_xml_etree_c.py | 4 from test.test_support import precisionbigmemtest, _2G 13 @precisionbigmemtest(size=_2G + 100, memuse=1) 15 if size < _2G + 100:
|
D | test_strop.py | 125 @test_support.precisionbigmemtest(size=test_support._2G - 1, memuse=5) 135 @test_support.precisionbigmemtest(size=test_support._2G - 1, memuse=1)
|
D | test_StringIO.py | 110 @test_support.bigmemtest(test_support._2G + 2**26, memuse=2.001) 136 @test_support.bigmemtest(test_support._2G, memuse=4)
|
D | test_strtod.py | 252 @test_support.precisionbigmemtest(size=test_support._2G, memuse=3,
|
D | test_mmap.py | 2 requires, _2G, _4G, gc_collect, cpython_only) 737 self._test_around_boundary(_2G)
|
D | pickletester.py | 14 from test.test_support import _2G, _1M, precisionbigmemtest 17 _2G = _1M = 0 variable 1956 @precisionbigmemtest(size=_2G + 100*_1M, memuse=5)
|
D | test_re.py | 4 precisionbigmemtest, _2G, cpython_only, 1033 @precisionbigmemtest(size=_2G, memuse=1) 1044 @precisionbigmemtest(size=_2G, memuse=16 + 2)
|
D | test_io.py | 589 if support.real_max_memuse < support._2G:
|
/external/python/cpython3/Lib/test/ |
D | test_bigmem.py | 12 from test.support import bigmemtest, _1G, _2G, _4G 81 @bigmemtest(size=_2G + 10, memuse=1) 92 @bigmemtest(size=_2G, memuse=2) 104 @bigmemtest(size=_2G, memuse=2) 116 @bigmemtest(size=_2G + 10, memuse=2) 129 @bigmemtest(size=_2G, memuse=2) 146 @bigmemtest(size=_2G, memuse=2) 163 @bigmemtest(size=_2G, memuse=2) 172 @bigmemtest(size=_2G, memuse=2) 181 @bigmemtest(size=_2G, memuse=2) [all …]
|
D | test_array.py | 7 from test.support import _2G 1388 @support.bigmemtest(_2G, memuse=2.125) 1393 @support.bigmemtest(_2G, memuse=2.125) 1403 @support.bigmemtest(_2G, memuse=2.125+1) 1421 @support.bigmemtest(_2G, memuse=2.125) 1427 @support.bigmemtest(_2G, memuse=2.125) 1433 @support.bigmemtest(_2G, memuse=2.125) 1440 @support.bigmemtest(_2G, memuse=2.125) 1447 @support.bigmemtest(_2G, memuse=2.125) 1454 @support.bigmemtest(_2G, memuse=2.125) [all …]
|
D | test_xml_etree_c.py | 19 @support.bigmemtest(size=support._2G + 100, memuse=1, dry_run=False)
|
D | test_strtod.py | 251 @test.support.bigmemtest(size=test.support._2G+10, memuse=3, dry_run=False)
|
D | test_mmap.py | 2 requires, _2G, _4G, gc_collect, cpython_only) 853 self._test_around_boundary(_2G)
|
D | pickletester.py | 27 _2G, _4G, bigmemtest, reap_threads, forget, 2874 @bigmemtest(size=_2G, memuse=3.6, dry_run=False) 2891 @bigmemtest(size=_2G, memuse=2.5, dry_run=False) 2942 @bigmemtest(size=_2G, memuse=8, dry_run=False)
|
D | test_re.py | 1 from test.support import (gc_collect, bigmemtest, _2G, 1686 @bigmemtest(size=_2G, memuse=1) 1697 @bigmemtest(size=_2G, memuse=16 + 2)
|
D | test_io.py | 779 if support.real_max_memuse < support._2G:
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_arrays.py | 2 from test.support import bigmemtest, _2G 233 @bigmemtest(size=_2G, memuse=1, dry_run=False)
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1357 _2G = 2 * _1G variable 1379 if memlimit < _2G - 1:
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1571 _2G = 2 * _1G variable 1593 if memlimit < _2G - 1:
|