Searched refs:PyCapsule_SetContext (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Include/ |
D | pycapsule.h | 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
|
/external/python/cpython3/Include/ |
D | pycapsule.h | 49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
|
/external/tensorflow/tensorflow/python/distribute/parallel_device/ |
D | pywrap_parallel_device.cc | 65 PyCapsule_SetContext(device_info_capsule.get(), in PYBIND11_MODULE()
|
/external/python/cpython2/Doc/includes/ |
D | capsulethunk.h | 66 #define PyCapsule_SetContext(capsule, context) \ macro
|
/external/python/cpython3/Objects/ |
D | capsule.c | 181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() function
|
/external/python/cpython2/Objects/ |
D | capsule.c | 181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() function
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 101 PyCapsule_SetContext
|
/external/python/cpython3/Doc/c-api/ |
D | capsule.rst | 129 .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context)
|
/external/python/cpython2/Doc/c-api/ |
D | capsule.rst | 129 .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context)
|
/external/python/cpython3/PC/ |
D | python3.def | 54 PyCapsule_SetContext=python39.PyCapsule_SetContext
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 80 PyCapsule_SetContext:int::: 81 PyCapsule_SetContext:PyObject*:self:0: 82 PyCapsule_SetContext:void *:context::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 221 "PyCapsule_SetContext"
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2173 PyCapsule_SetContext(object, capsule_context); in test_capsule() 2183 PyCapsule_SetContext(object, capsule_context); in test_capsule()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 185 PyCapsule_SetContext:int::: 186 PyCapsule_SetContext:PyObject*:self:0: 187 PyCapsule_SetContext:void *:context::
|
/external/python/pybind11/include/pybind11/ |
D | pytypes.h | 1224 if (PyCapsule_SetContext(m_ptr, (void *) destructor) != 0) in capsule()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2984 PyCapsule_SetContext(object, capsule_context); in test_capsule() 2994 PyCapsule_SetContext(object, capsule_context); in test_capsule()
|