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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /prebuilts/gdb/linux-x86/include/python2.7/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h 75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 115 PyCObject_SetVoidPtr(PyObject *self, void *cobj)
121 "Invalid call to PyCObject_SetVoidPtr");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 115 PyCObject_SetVoidPtr(PyObject *self, void *cobj)
121 "Invalid call to PyCObject_SetVoidPtr");

Completed in 49 milliseconds