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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h 43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
72 if (self->ob_type == &PyCObject_Type)
87 if (self->ob_type == &PyCObject_Type)
149 PyTypeObject PyCObject_Type = {
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
72 if (self->ob_type == &PyCObject_Type)
87 if (self->ob_type == &PyCObject_Type)
149 PyTypeObject PyCObject_Type = {
object.c     [all...]

Completed in 708 milliseconds