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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /external/python/cpython2/Include/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 44 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /external/python/cpython3/Include/
funcobject.h 47 PyAPI_FUNC(PyObject *) PyFunction_New(PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /external/python/cpython2/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
424 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /external/python/cpython3/Objects/
funcobject.c 69 PyFunction_New(PyObject *code, PyObject *globals)
500 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c     [all...]
  /external/python/cpython2/Python/
ceval.c     [all...]

Completed in 508 milliseconds