HomeSort by relevance Sort by last modified time
    Searched refs:co_code (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/
dis.py 42 elif hasattr(x, 'co_code'):
63 code = co.co_code
inspect.py 214 co_code string of raw compiled bytecode
762 while step < len(co.co_code):
763 op = ord(co.co_code[step])
767 value = ord(co.co_code[step]) + ord(co.co_code[step+1])*256
    [all...]
modulefinder.py 344 code = co.co_code
368 code = co.co_code
396 code = co.co_code
602 co.co_flags, co.co_code, tuple(consts), co.co_names,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_new.py 115 codestring = c.co_code
test_import.py 481 code.co_flags, code.co_code, tuple(constants),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 42 elif hasattr(x, 'co_code'):
63 code = co.co_code
inspect.py 214 co_code string of raw compiled bytecode
762 while step < len(co.co_code):
763 op = ord(co.co_code[step])
767 value = ord(co.co_code[step]) + ord(co.co_code[step+1])*256
    [all...]
modulefinder.py 344 code = co.co_code
368 code = co.co_code
396 code = co.co_code
602 co.co_flags, co.co_code, tuple(consts), co.co_names,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 115 codestring = c.co_code
test_import.py 481 code.co_flags, code.co_code, tuple(constants),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 42 elif hasattr(x, 'co_code'):
63 code = co.co_code
inspect.py 214 co_code string of raw compiled bytecode
762 while step < len(co.co_code):
763 op = ord(co.co_code[step])
767 value = ord(co.co_code[step]) + ord(co.co_code[step+1])*256
    [all...]
modulefinder.py 344 code = co.co_code
368 code = co.co_code
396 code = co.co_code
602 co.co_flags, co.co_code, tuple(consts), co.co_names,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 115 codestring = c.co_code
test_import.py 481 code.co_flags, code.co_code, tuple(constants),
  /external/libmojo/third_party/jinja2/
debug.py 249 code.co_flags, code.co_code, code.co_consts,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 348 code.co_flags, code.co_code, tuple(constants),
  /external/python/cpython2/Lib/test/
test_compile.py 600 max_size = math.ceil(math.log(len(code.co_code)))
test_import.py 507 code.co_flags, code.co_code, tuple(constants),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 177 PyString_AsStringAndSize(f->f_code->co_code, (char **)&code, &code_len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 177 PyString_AsStringAndSize(f->f_code->co_code, (char **)&code, &code_len);
    [all...]
  /external/python/cpython2/Objects/
frameobject.c 177 PyString_AsStringAndSize(f->f_code->co_code, (char **)&code, &code_len);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 481 code.co_flags, code.co_code, tuple(constants),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 430 w_object(co->co_code, p);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 441 w_object(co->co_code, p);
    [all...]

Completed in 711 milliseconds

12 3