HomeSort by relevance Sort by last modified time
    Searched refs:arrayobject (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
arrayarray.h 19 // struct arrayobject;
20 // typedef struct arrayobject arrayobject;
28 PyObject * (*getitem)(struct arrayobject *, Py_ssize_t);
29 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *);
36 struct arrayobject { struct
67 arrayobject *op;
80 op = (arrayobject *) type->tp_alloc(type, 0);
107 static CYTHON_INLINE int resize(arrayobject *self, Py_ssize_t n) {
122 static CYTHON_INLINE int resize_smart(arrayobject *self, Py_ssize_t n)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 58 ctypedef class array.array [object arrayobject]
64 GETF getitem # PyObject * (*getitem)(struct arrayobject *, Py_ssize_t);
65 SETF setitem # int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *);
83 ctypedef class array.array [object arrayobject]:
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 520 PHPCN(arrayobject);
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 29 cdef extern from "numpy/arrayobject.h":
    [all...]

Completed in 1831 milliseconds