Home
last modified time | relevance | path

Searched refs:PyList_SetSlice (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Include/
Dlistobject.h40 PyAPI_FUNC(int) PyList_SetSlice(PyObject *, Py_ssize_t, Py_ssize_t, PyObject *);
/external/python/cpython3/Doc/c-api/
Dlist.rst133 .. c:function:: int PyList_SetSlice(PyObject *list, Py_ssize_t low, Py_ssize_t high, PyObject *item…
145 ``PyList_SetSlice(list, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)``
157 ``PyList_SetSlice(list, 0, PY_SSIZE_T_MAX, NULL)`` and analogous to
/external/python/cpython3/Modules/_testlimitedcapi/
Dlist.c124 RETURN_INT(PyList_SetSlice(obj, ilow, ihigh, value)); in list_setslice()
/external/python/cpython3/Modules/
D_heapqmodule.c156 if (PyList_SetSlice(heap, n-1, n, NULL)) { in heappop_internal()
D_asynciomodule.c1054 if (PyList_SetSlice(self->fut_callbacks, 0, len, newlist) < 0) { in _asyncio_Future_remove_done_callback_impl()
D_elementtree.c2568 if (PyList_SetSlice(dest_obj, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, *data) < 0) { in treebuilder_extend_element_text_or_tail()
D_pickle.c6411 ret = PyList_SetSlice(list, list_len, list_len, slice); in do_append()
/external/python/cpython3/Doc/data/
Drefcounts.dat1200 PyList_SetSlice:int:::
1201 PyList_SetSlice:PyObject*:list:0:
1202 PyList_SetSlice:Py_ssize_t:low::
1203 PyList_SetSlice:Py_ssize_t:high::
1204 PyList_SetSlice:PyObject*:itemlist:0:but increfs its elements?
Dstable_abi.dat350 func,PyList_SetSlice,3.2,,
/external/python/cpython3/Objects/
Dgenericaliasobject.c410 if (PyList_SetSlice(newargs, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, subargs) < 0) { in _unpack_args()
Dobject.c2771 PyList_SetSlice(list, i, i + 1, NULL); in Py_ReprLeave()
Dlistobject.c1018 PyList_SetSlice(PyObject *a, Py_ssize_t ilow, Py_ssize_t ihigh, PyObject *v) in PyList_SetSlice() function
/external/python/cpython3/PC/
Dpython3dll.c338 EXPORT_FUNC(PyList_SetSlice)
/external/python/cpython3/Python/
Dcodecs.c69 ret = PyList_SetSlice(codec_search_path, i, i+1, NULL); in PyCodec_Unregister()
Dsymtable.c1194 PyList_SetSlice(ste->ste_children, i, i + 1, in analyze_block()
1312 if (PyList_SetSlice(st->st_stack, size - 1, size, NULL) < 0) in symtable_exit_block()
Dbltinmodule.c78 if (PyList_SetSlice(new_bases, j, j, new_base) < 0) { in update_bases()
Dsysmodule.c2838 PyList_SetSlice(warnoptions, 0, PyList_GET_SIZE(warnoptions), NULL); in PySys_ResetWarnOptions()
Dceval.c1152 err = PyList_SetSlice(names, len - 2, len, NULL); in format_missing()
Dflowgraph.c2081 if (PyList_SetSlice(consts, n_used_consts, nconsts, NULL) < 0) { in remove_unused_consts()
Dimport.c592 if (PyList_SetSlice(MODULES_BY_INDEX(interp), in _PyImport_ClearModulesByIndex()
Dcompile.c7251 PyList_SetSlice(pc->stores, 0, rotations, NULL) || in compiler_pattern_or()
7252 PyList_SetSlice(pc->stores, icontrol - istores, in compiler_pattern_or()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2065 (PyList_SetSlice(all_fields.get(), actual_size, fields.size(), nullptr) < in ListFields()
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2065 (PyList_SetSlice(all_fields.get(), actual_size, fields.size(), nullptr) < in ListFields()
/external/python/cpython3/Misc/
Dstable_abi.toml921 [function.PyList_SetSlice]
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2065 (PyList_SetSlice(all_fields.get(), actual_size, fields.size(), nullptr) < in ListFields()

12