HomeSort by relevance Sort by last modified time
    Searched defs:PyCapsule_SetPointer (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Doc/includes/
capsulethunk.h 35 #define PyCapsule_SetPointer(capsule, pointer) \
  /external/python/cpython3/Doc/includes/
capsulethunk.h 35 #define PyCapsule_SetPointer(capsule, pointer) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 134 PyCapsule_SetPointer(PyObject *o, void *pointer)
139 PyErr_SetString(PyExc_ValueError, "PyCapsule_SetPointer called with null pointer");
143 if (!is_legal_capsule(capsule, "PyCapsule_SetPointer")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 134 PyCapsule_SetPointer(PyObject *o, void *pointer)
139 PyErr_SetString(PyExc_ValueError, "PyCapsule_SetPointer called with null pointer");
143 if (!is_legal_capsule(capsule, "PyCapsule_SetPointer")) {
  /external/python/cpython2/Objects/
capsule.c 134 PyCapsule_SetPointer(PyObject *o, void *pointer)
139 PyErr_SetString(PyExc_ValueError, "PyCapsule_SetPointer called with null pointer");
143 if (!is_legal_capsule(capsule, "PyCapsule_SetPointer")) {
  /external/python/cpython3/Objects/
capsule.c 134 PyCapsule_SetPointer(PyObject *o, void *pointer)
139 PyErr_SetString(PyExc_ValueError, "PyCapsule_SetPointer called with null pointer");
143 if (!is_legal_capsule(capsule, "PyCapsule_SetPointer")) {

Completed in 108 milliseconds