HomeSort by relevance Sort by last modified time
    Searched defs:PyCFunction_New (Results 1 - 12 of 12) 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)
  /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)
  /external/python/cpython2/Include/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /external/python/cpython3/Include/
methodobject.h 63 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 373 return PyCFunction_New(ml, self);
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
420 #undef PyCFunction_New
421 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *);
424 PyCFunction_New(PyMethodDef *ml, PyObject *self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 373 return PyCFunction_New(ml, self);
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
420 #undef PyCFunction_New
421 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *);
424 PyCFunction_New(PyMethodDef *ml, PyObject *self)
  /external/python/cpython2/Objects/
methodobject.c 373 return PyCFunction_New(ml, self);
415 /* PyCFunction_New() is now just a macro that calls PyCFunction_NewEx(),
420 #undef PyCFunction_New
421 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *);
424 PyCFunction_New(PyMethodDef *ml, PyObject *self)
  /external/python/cpython3/Objects/
methodobject.c 17 #undef PyCFunction_New
20 PyCFunction_New(PyMethodDef *ml, PyObject *self)

Completed in 917 milliseconds