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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
426 return PyCFunction_NewEx(ml, self, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
426 return PyCFunction_NewEx(ml, self, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
modsupport.c 81 v = PyCFunction_NewEx(ml, passthrough, n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
modsupport.c 81 v = PyCFunction_NewEx(ml, passthrough, n);

Completed in 542 milliseconds