Searched refs:_2G (Results 1 – 10 of 10) sorted by relevance
/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 22 @precisionbigmemtest(size=_2G + 100, memuse=1) 24 if size < _2G + 100:
|
D | test_strop.py | 124 @test_support.precisionbigmemtest(size=test_support._2G - 1, memuse=5) 134 @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) 730 self._test_around_boundary(_2G)
|
D | test_support.py | 1301 _2G = 2 * _1G variable 1323 if memlimit < _2G - 1:
|
D | pickletester.py | 14 from test.test_support import _2G, _1M, precisionbigmemtest 17 _2G = _1M = 0 variable 1913 @precisionbigmemtest(size=_2G + 100*_1M, memuse=5)
|
D | test_re.py | 4 precisionbigmemtest, _2G, cpython_only, 973 @precisionbigmemtest(size=_2G, memuse=1) 984 @precisionbigmemtest(size=_2G, memuse=16 + 2)
|
D | test_io.py | 573 if support.real_max_memuse < support._2G:
|