/aosp_15_r20/external/python/cpython2/Modules/ |
D | arraymodule.c | 18 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/ |
D | arraymodule.c | 23 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/ |
D | arraymodule.c.h | 15 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 D | BUILD | 151 "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 D | BUILD | 159 "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 D | BUILD | 176 "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 D | BUILD | 187 "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 D | BUILD | 210 "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 D | BUILD | 259 "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/ |
D | setupscript.rst | 269 #include <Numerical/arrayobject.h>
|
/aosp_15_r20/external/python/cpython2/Doc/distutils/ |
D | setupscript.rst | 267 #include <Numerical/arrayobject.h>
|
/aosp_15_r20/external/python/setuptools/docs/deprecated/distutils/ |
D | setupscript.rst | 270 #include <Numerical/arrayobject.h>
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindPython/ |
D | Support.cmake | 3101 NAMES "numpy/arrayobject.h" "numpy/numpyconfig.h"
|