Searched refs:array_resize (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
H A Darraymodule.c111 array_resize(arrayobject *self, Py_ssize_t newsize) function
596 if (array_resize(self, n+1) == -1)
878 if (array_resize(a, Py_SIZE(a) - d) == -1)
949 if (array_resize(self, size) == -1)
992 if (array_resize(self, n * Py_SIZE(self)) == -1)
1483 if (array_resize(self, old_size + n) == -1)
1489 array_resize(self, old_size);
1552 if (array_resize(self, old_size + n) == -1) {
1666 if (array_resize(self, old_size + ustr_length) == -1)
2414 if (array_resize(sel
[all...]
/external/python/cpython2/Modules/
H A Darraymodule.c45 array_resize(arrayobject *self, Py_ssize_t newsize) function
474 if (array_resize(self, n+1) == -1)
1824 if (array_resize(self, Py_SIZE(self) +
1829 if (array_resize(self, Py_SIZE(self) +
1867 if (array_resize(self, Py_SIZE(self) - slicelength) < 0)
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp188 namespace array_resize { namespace

Completed in 203 milliseconds