Home
last modified time | relevance | path

Searched refs:calcvobjsize (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys.py878 vsize = test.support.calcvobjsize
917 size = test.support.calcvobjsize
925 vsize = test.support.calcvobjsize
1220 vsize = test.support.calcvobjsize
Dtest_array.py1054 basesize = support.calcvobjsize('Pn2Pi')
1061 basesize = support.calcvobjsize('Pn2Pi')
Dtest_deque.py757 basesize = support.calcvobjsize('2P4nP')
Dtest_buffer.py2475 vsize = support.calcvobjsize
/external/python/cpython2/Lib/test/
Dtest_sys.py543 vsize = test.test_support.calcvobjsize
815 vsize = test.test_support.calcvobjsize
Dtest_array.py1015 basesize = test_support.calcvobjsize('4P')
1022 basesize = test_support.calcvobjsize('4P')
/external/python/cpython2/Lib/test/support/
D__init__.py1262 def calcvobjsize(fmt): function
/external/python/cpython3/Lib/test/support/
D__init__.py1580 def calcvobjsize(fmt): function
/external/python/cpython3/Doc/library/
Dtest.rst769 .. function:: calcvobjsize(fmt)