HomeSort by relevance Sort by last modified time
    Searched refs:PySliceObject (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
sliceobject.h 25 } PySliceObject;
35 PyAPI_FUNC(int) PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
37 PyAPI_FUNC(int) PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
sliceobject.h 25 } PySliceObject;
35 PyAPI_FUNC(int) PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
37 PyAPI_FUNC(int) PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 63 PySliceObject *obj = PyObject_New(PySliceObject, &PySlice_Type);
102 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
220 slice_dealloc(PySliceObject *r)
229 slice_repr(PySliceObject *r)
246 {"start", T_OBJECT, offsetof(PySliceObject, start), READONLY},
247 {"stop", T_OBJECT, offsetof(PySliceObject, stop), READONLY},
248 {"step", T_OBJECT, offsetof(PySliceObject, step), READONLY},
253 slice_indices(PySliceObject* self, PyObject* len)
    [all...]
bufferobject.c 516 if (PySlice_GetIndicesEx((PySliceObject*)item, size,
703 if (PySlice_GetIndicesEx((PySliceObject *)item, selfsize,
memoryobject.c 587 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view),
665 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view),
structseq.c 117 if (PySlice_GetIndicesEx((PySliceObject *)item,
bytearrayobject.c 439 if (PySlice_GetIndicesEx((PySliceObject *)index,
623 if (PySlice_GetIndicesEx((PySliceObject *)index,
    [all...]
tupleobject.c 718 if (PySlice_GetIndicesEx((PySliceObject*)item,
listobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 63 PySliceObject *obj = PyObject_New(PySliceObject, &PySlice_Type);
102 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
219 slice_dealloc(PySliceObject *r)
228 slice_repr(PySliceObject *r)
245 {"start", T_OBJECT, offsetof(PySliceObject, start), READONLY},
246 {"stop", T_OBJECT, offsetof(PySliceObject, stop), READONLY},
247 {"step", T_OBJECT, offsetof(PySliceObject, step), READONLY},
252 slice_indices(PySliceObject* self, PyObject* len)
    [all...]
bufferobject.c 506 if (PySlice_GetIndicesEx((PySliceObject*)item, size,
693 if (PySlice_GetIndicesEx((PySliceObject *)item, selfsize,
memoryobject.c 587 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view),
665 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view),
structseq.c 117 if (PySlice_GetIndicesEx((PySliceObject *)item,
bytearrayobject.c 439 if (PySlice_GetIndicesEx((PySliceObject *)index,
623 if (PySlice_GetIndicesEx((PySliceObject *)index,
    [all...]
tupleobject.c 716 if (PySlice_GetIndicesEx((PySliceObject*)item,
  /external/python/cpython2/Objects/
sliceobject.c 63 PySliceObject *obj = PyObject_GC_New(PySliceObject, &PySlice_Type);
103 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
137 PySliceObject *r = (PySliceObject *)_r;
223 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
262 slice_dealloc(PySliceObject *r)
272 slice_repr(PySliceObject *r)
289 {"start", T_OBJECT, offsetof(PySliceObject, start), READONLY},
290 {"stop", T_OBJECT, offsetof(PySliceObject, stop), READONLY}
    [all...]
  /external/python/cpython3/Objects/
sliceobject.c 101 static PySliceObject *slice_cache = NULL;
104 PySliceObject *obj = slice_cache;
118 PySliceObject *obj;
124 obj = PyObject_GC_New(PySliceObject, &PySlice_Type);
167 PySliceObject *r = (PySliceObject*)_r;
199 PySliceObject *r = (PySliceObject*)_r;
324 slice_dealloc(PySliceObject *r)
337 slice_repr(PySliceObject *r
    [all...]
rangeobject.c 300 PySliceObject *slice = (PySliceObject *) _slice;
    [all...]
  /external/python/cpython2/Include/
sliceobject.h 25 } PySliceObject;
35 PyAPI_FUNC(int) PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
37 PyAPI_FUNC(int) PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
  /external/python/cpython3/Include/
sliceobject.h 25 } PySliceObject;
37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 309 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice),
462 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice),
repeated_composite_container.cc 269 if (PySlice_GetIndicesEx(reinterpret_cast<PySliceObject*>(slice),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c     [all...]
_elementtree.c     [all...]

Completed in 628 milliseconds

1 2