Home
last modified time | relevance | path

Searched refs:arrayobject (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c18 struct arrayobject; /* Forward */
27 PyObject * (*getitem)(struct arrayobject *, Py_ssize_t);
28 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *);
31 typedef struct arrayobject { struct
37 } arrayobject; argument
45 array_resize(arrayobject *self, Py_ssize_t newsize) in array_resize()
105 c_getitem(arrayobject *ap, Py_ssize_t i) in c_getitem()
111 c_setitem(arrayobject *ap, Py_ssize_t i, PyObject *v) in c_setitem()
122 b_getitem(arrayobject *ap, Py_ssize_t i) in b_getitem()
131 b_setitem(arrayobject *ap, Py_ssize_t i, PyObject *v) in b_setitem()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c23 struct arrayobject; /* Forward */
33 PyObject * (*getitem)(struct arrayobject *, Py_ssize_t);
34 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *);
41 typedef struct arrayobject { struct
48 } arrayobject; argument
53 arrayobject *ao;
54 PyObject* (*getitem)(struct arrayobject *, Py_ssize_t);
128 array_resize(arrayobject *self, Py_ssize_t newsize) in array_resize()
202 b_getitem(arrayobject *ap, Py_ssize_t i) in b_getitem()
209 b_setitem(arrayobject *ap, Py_ssize_t i, PyObject *v) in b_setitem()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h15 array_array___copy___impl(arrayobject *self);
18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__()
53 array_array_index_impl(arrayobject *self, PyObject *v, Py_ssize_t start,
57 array_array_index(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_index()
108 array_array_pop_impl(arrayobject *self, Py_ssize_t i);
111 array_array_pop(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_pop()
151 array_array_extend_impl(arrayobject *self, PyTypeObject *cls, PyObject *bb);
154 array_array_extend(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, P… in array_array_extend()
183 array_array_insert_impl(arrayobject *self, Py_ssize_t i, PyObject *v);
186 array_array_insert(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_insert()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/cpus/py/
H A DBUILD151 "numpy_include/numpy/arrayobject.h",
175 …/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/cpus/py3/
H A DBUILD159 "numpy_include/numpy/arrayobject.h",
183 …/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/win_1803/py36/
H A DBUILD176 "numpy_include/numpy/arrayobject.h",
200 …thon36/lib/site-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/win_1803/py37/
H A DBUILD187 "numpy_include/numpy/arrayobject.h",
211 …thon37/lib/site-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/win_1803/py38/
H A DBUILD210 "numpy_include/numpy/arrayobject.h",
236 …thon38/lib/site-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/win_1803/py39/
H A DBUILD259 "numpy_include/numpy/arrayobject.h",
285 …thon39/lib/site-packages/numpy/core/include/numpy/arrayobject.h" "$(@D)/numpy_include/numpy/arrayo…
/aosp_15_r20/external/python/cpython3/Doc/distutils/
Dsetupscript.rst269 #include <Numerical/arrayobject.h>
/aosp_15_r20/external/python/cpython2/Doc/distutils/
Dsetupscript.rst267 #include <Numerical/arrayobject.h>
/aosp_15_r20/external/python/setuptools/docs/deprecated/distutils/
Dsetupscript.rst270 #include <Numerical/arrayobject.h>
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindPython/
DSupport.cmake3101 NAMES "numpy/arrayobject.h" "numpy/numpyconfig.h"