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

  /external/python/cpython2/Doc/includes/
capsulethunk.h 50 #define PyCapsule_GetName(capsule) NULL
  /external/python/cpython3/Doc/includes/
capsulethunk.h 50 #define PyCapsule_GetName(capsule) NULL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 98 PyCapsule_GetName(PyObject *o)
102 if (!is_legal_capsule(capsule, "PyCapsule_GetName")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 98 PyCapsule_GetName(PyObject *o)
102 if (!is_legal_capsule(capsule, "PyCapsule_GetName")) {
  /external/python/cpython2/Objects/
capsule.c 98 PyCapsule_GetName(PyObject *o)
102 if (!is_legal_capsule(capsule, "PyCapsule_GetName")) {
  /external/python/cpython3/Objects/
capsule.c 98 PyCapsule_GetName(PyObject *o)
102 if (!is_legal_capsule(capsule, "PyCapsule_GetName")) {

Completed in 105 milliseconds