HomeSort by relevance Sort by last modified time
    Searched full:co_stacksize (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 14 int co_stacksize; /* #entries needed for evaluation stack */ member in struct:__anon62259
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 14 int co_stacksize; /* #entries needed for evaluation stack */ member in struct:__anon62382
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
test_import.py 480 code = type(code)(code.co_argcount, code.co_nlocals, code.co_stacksize,
test_sys.py 613 extras = x.f_code.co_stacksize + x.f_code.co_nlocals +\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 113 stacksize = c.co_stacksize
test_import.py 480 code = type(code)(code.co_argcount, code.co_nlocals, code.co_stacksize,
test_sys.py 613 extras = x.f_code.co_stacksize + x.f_code.co_nlocals +\
  /external/chromium_org/third_party/jinja2/
debug.py 247 code = CodeType(0, code.co_nlocals, code.co_stacksize,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 601 return types.CodeType(co.co_argcount, co.co_nlocals, co.co_stacksize,
inspect.py 223 co_stacksize virtual machine stack space required
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 601 return types.CodeType(co.co_argcount, co.co_nlocals, co.co_stacksize,
inspect.py 223 co_stacksize virtual machine stack space required
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 434 milliseconds