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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pycapsule.h 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pycapsule.h 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
  /external/python/cpython2/Include/
pycapsule.h 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
  /external/python/cpython3/Include/
pycapsule.h 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
  /external/python/cpython2/Doc/includes/
capsulethunk.h 66 #define PyCapsule_SetContext(capsule, context) \
  /external/python/cpython3/Doc/includes/
capsulethunk.h 66 #define PyCapsule_SetContext(capsule, context) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /external/python/cpython2/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /external/python/cpython3/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c     [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 543 milliseconds