HomeSort by relevance Sort by last modified time
    Searched refs:PyCObject_GetDesc (Results 1 - 9 of 9) 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 *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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/libxml2/python/
libxml_wrap.h 41 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o))

Completed in 438 milliseconds