Home
last modified time | relevance | path

Searched refs:PyMemoryView_GetContiguous (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dmemoryobject.h19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/external/python/cpython3/Include/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmemoryview.rst36 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1303 PyMemoryView_GetContiguous:PyObject*::+1:
1304 PyMemoryView_GetContiguous:PyObject*:obj:0:
1305 PyMemoryView_GetContiguous:int:buffertype::
1306 PyMemoryView_GetContiguous:char:order::
Dstable_abi.dat391 function,PyMemoryView_GetContiguous,3.2,,
Dpython3.11.abi416 …<elf-symbol name='PyMemoryView_GetContiguous' type='func-type' binding='global-binding' visibility…
9053PyMemoryView_GetContiguous' mangled-name='PyMemoryView_GetContiguous' filepath='Objects/memoryobje…
/aosp_15_r20/external/python/cpython2/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() function
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c369 EXPORT_FUNC(PyMemoryView_GetContiguous)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dbuffer.rst317 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml996 [function.PyMemoryView_GetContiguous]
DHISTORY11502 PyMemoryView_GetContiguous.
/aosp_15_r20/external/python/cpython3/Modules/
D_testbuffer.c2423 return PyMemoryView_GetContiguous(obj, (int)type, ord); in get_contiguous()
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c918 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order) in PyMemoryView_GetContiguous() function