Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sys.py1067 vsize = test.support.calcvobjsize
1106 size = test.support.calcvobjsize
1114 vsize = test.support.calcvobjsize
1409 vsize = test.support.calcvobjsize
Dtest_array.py1034 basesize = support.calcvobjsize('Pn2Pi')
1041 basesize = support.calcvobjsize('Pn2Pi')
Dtest_deque.py777 basesize = support.calcvobjsize('2P4nP')
Dtest_buffer.py2501 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__.py1476 def calcvobjsize(fmt): function
/external/python/cpython3/Doc/library/
Dtest.rst859 .. function:: calcvobjsize(fmt)