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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /external/python/cpython2/Include/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 84 PyCObject_GetDesc(PyObject *self)
90 "PyCObject_GetDesc with non-C-object");
94 "PyCObject_GetDesc called with null pointer");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 84 PyCObject_GetDesc(PyObject *self)
90 "PyCObject_GetDesc with non-C-object");
94 "PyCObject_GetDesc called with null pointer");
  /external/python/cpython2/Objects/
cobject.c 84 PyCObject_GetDesc(PyObject *self)
90 "PyCObject_GetDesc with non-C-object");
94 "PyCObject_GetDesc called with null pointer");
  /external/libxml2/python/
libxml_wrap.h 41 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o))

Completed in 143 milliseconds