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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pycapsule.h 45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pycapsule.h 45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /external/python/cpython2/Include/
pycapsule.h 45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /external/python/cpython3/Include/
pycapsule.h 45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /external/python/cpython2/Doc/includes/
capsulethunk.h 42 #define PyCapsule_SetDestructor(capsule, dtor) \
  /external/python/cpython3/Doc/includes/
capsulethunk.h 42 #define PyCapsule_SetDestructor(capsule, dtor) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {
  /external/python/cpython2/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {
  /external/python/cpython3/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c     [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 205 PyCapsule_SetDestructor(PyList_GET_ITEM(freelist, i), NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 205 PyCapsule_SetDestructor(PyList_GET_ITEM(freelist, i), NULL);
    [all...]
  /external/python/cpython2/Python/
getargs.c 205 PyCapsule_SetDestructor(PyList_GET_ITEM(freelist, i), NULL);
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 298 milliseconds