HomeSort by relevance Sort by last modified time
    Searched refs:PySet_MINSIZE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 22 #define PySet_MINSIZE 8
53 setentry smalltable[PySet_MINSIZE];
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 22 #define PySet_MINSIZE 8
53 setentry smalltable[PySet_MINSIZE];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 683 PySet_MINSIZE = 8
685 s = size('3P2P' + PySet_MINSIZE*'lP' + 'lP')
692 newsize = PySet_MINSIZE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 683 PySet_MINSIZE = 8
685 s = size('3P2P' + PySet_MINSIZE*'lP' + 'lP')
692 newsize = PySet_MINSIZE

Completed in 1762 milliseconds