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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /external/python/cpython2/Include/
code.h 71 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /external/python/cpython3/Include/
code.h 104 PyAPI_FUNC(PyCodeObject *) PyCode_New(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 44 PyCode_New(int argcount, int nlocals, int stacksize, int flags,
136 result = PyCode_New(0, /* argcount */
292 co = (PyObject *)PyCode_New(argcount, nlocals, stacksize, flags,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 44 PyCode_New(int argcount, int nlocals, int stacksize, int flags,
136 result = PyCode_New(0, /* argcount */
292 co = (PyObject *)PyCode_New(argcount, nlocals, stacksize, flags,
  /external/python/cpython2/Objects/
codeobject.c 93 PyCode_New(int argcount, int nlocals, int stacksize, int flags,
176 result = PyCode_New(0, /* argcount */
332 co = (PyObject *)PyCode_New(argcount, nlocals, stacksize, flags,
  /external/python/cpython3/Objects/
codeobject.c 105 PyCode_New(int argcount, int kwonlyargcount,
232 result = PyCode_New(0, /* argcount */
397 co = (PyObject *)PyCode_New(argcount, kwonlyargcount,
  /external/python/cpython2/Modules/_ctypes/
callbacks.c 126 result = PyCode_New(0, /* argcount */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 1051 v = (PyObject *) PyCode_New(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 1056 v = (PyObject *) PyCode_New(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 1051 v = (PyObject *) PyCode_New(
    [all...]
compile.c     [all...]
  /external/python/cpython2/Python/
marshal.c 1050 v = (PyObject *) PyCode_New(
    [all...]
compile.c     [all...]
  /external/python/cpython3/Python/
marshal.c     [all...]
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c     [all...]

Completed in 1167 milliseconds