Searched refs:PyMemoryView_GetContiguous (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | memoryobject.h | 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | memoryview.rst | 36 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1303 PyMemoryView_GetContiguous:PyObject*::+1: 1304 PyMemoryView_GetContiguous:PyObject*:obj:0: 1305 PyMemoryView_GetContiguous:int:buffertype:: 1306 PyMemoryView_GetContiguous:char:order::
|
D | stable_abi.dat | 391 function,PyMemoryView_GetContiguous,3.2,,
|
D | python3.11.abi | 416 …<elf-symbol name='PyMemoryView_GetContiguous' type='func-type' binding='global-binding' visibility… 9053 …PyMemoryView_GetContiguous' mangled-name='PyMemoryView_GetContiguous' filepath='Objects/memoryobje…
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | memoryobject.c | 240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() function
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 369 EXPORT_FUNC(PyMemoryView_GetContiguous)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | buffer.rst | 317 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 996 [function.PyMemoryView_GetContiguous]
|
D | HISTORY | 11502 PyMemoryView_GetContiguous.
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testbuffer.c | 2423 return PyMemoryView_GetContiguous(obj, (int)type, ord); in get_contiguous()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | memoryobject.c | 918 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order) in PyMemoryView_GetContiguous() function
|