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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
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 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /external/python/cpython2/Include/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /external/python/cpython3/Include/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /prebuilts/gdb/linux-x86/include/python2.7/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
31 PyCapsule_Destructor destructor);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 11 PyCapsule_Destructor destructor;
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor)
109 PyCapsule_Destructor
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 11 PyCapsule_Destructor destructor;
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor)
109 PyCapsule_Destructor
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
  /external/python/cpython2/Objects/
capsule.c 11 PyCapsule_Destructor destructor;
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor)
109 PyCapsule_Destructor
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
  /external/python/cpython3/Objects/
capsule.c 11 PyCapsule_Destructor destructor;
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor)
109 PyCapsule_Destructor
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 164 addcleanup(void *ptr, PyObject **freelist, PyCapsule_Destructor destr)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 164 addcleanup(void *ptr, PyObject **freelist, PyCapsule_Destructor destr)
    [all...]
  /external/python/cpython2/Python/
getargs.c 164 addcleanup(void *ptr, PyObject **freelist, PyCapsule_Destructor destr)
    [all...]

Completed in 766 milliseconds