HomeSort by relevance Sort by last modified time
    Searched full:co_stacksize (Results 1 - 18 of 18) 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:__anon80706
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 14 int co_stacksize; /* #entries needed for evaluation stack */ member in struct:__anon80829
  /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 248 code = code_type(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/bin/
python 
python2 
python2.7 
  /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 543 milliseconds