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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /external/python/cpython2/Include/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /external/python/cpython3/Include/
methodobject.h 14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {
object.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {
object.c     [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
methodobject.c 23 (void)PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {
object.c     [all...]
typeobject.c     [all...]
  /external/python/cpython3/Objects/
methodobject.c 32 (void)PyObject_INIT(op, &PyCFunction_Type);
36 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
489 PyTypeObject PyCFunction_Type = {
object.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c     [all...]
  /external/python/cpython2/Modules/
cPickle.c     [all...]

Completed in 886 milliseconds