Searched refs:PyList_SetItem (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Modules/ |
H A D | termios.c | 109 PyList_SetItem(cc, i, v); in termios_tcgetattr_impl() 119 PyList_SetItem(cc, VMIN, v); in termios_tcgetattr_impl() 123 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr_impl() 129 PyList_SetItem(v, 0, PyLong_FromLong((long)mode.c_iflag)); in termios_tcgetattr_impl() 130 PyList_SetItem(v, 1, PyLong_FromLong((long)mode.c_oflag)); in termios_tcgetattr_impl() 131 PyList_SetItem(v, 2, PyLong_FromLong((long)mode.c_cflag)); in termios_tcgetattr_impl() 132 PyList_SetItem(v, 3, PyLong_FromLong((long)mode.c_lflag)); in termios_tcgetattr_impl() 133 PyList_SetItem(v, 4, PyLong_FromLong((long)ispeed)); in termios_tcgetattr_impl() 134 PyList_SetItem(v, 5, PyLong_FromLong((long)ospeed)); in termios_tcgetattr_impl() 139 PyList_SetItem( in termios_tcgetattr_impl() [all...] |
H A D | xxmodule.c | 193 PyList_SetItem(list, 1, PyLong_FromLong(0L)); in xx_bug()
|
H A D | selectmodule.c | 205 if (PyList_SetItem(list, i, o) < 0) in set2list()
|
H A D | _elementtree.c | 2711 if (PyList_SetItem(self->stack, self->index, this) < 0) in treebuilder_handle_start()
|
/third_party/python/Include/ |
H A D | listobject.h | 7 WARNING: PyList_SetItem does not increment the new item's reference count, 32 PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *);
|
/third_party/python/Modules/_ssl/ |
H A D | cert.c | 62 PyList_SetItem(result, i, ocert); in _PySSL_CertificateFromX509Stack()
|
/third_party/selinux/libselinux/src/ |
H A D | audit2why.c | 412 PyList_SetItem(outboollist, len++, bool_); in analyze()
|
/third_party/python/PC/ |
H A D | python3dll.c | 322 EXPORT_FUNC(PyList_SetItem)
|
/third_party/python/Parser/ |
H A D | pegen.c | 285 // PyList_SetItem borrows a reference to value. in _PyPegen_get_memo_statistics() 286 if (PyList_SetItem(ret, i, value) < 0) { in _PyPegen_get_memo_statistics()
|
/third_party/python/Python/ |
H A D | pystate.c | 936 return PyList_SetItem(interp->modules_by_index, in _PyState_AddModule() 986 return PyList_SetItem(interp->modules_by_index, index, Py_None); in PyState_RemoveModule()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 566 PyList_SetItem(range_list, i, PyTuple_Pack(2, start, end)); in GetExtensionRanges()
|
/third_party/python/Objects/ |
H A D | listobject.c | 258 PyList_SetItem(PyObject *op, Py_ssize_t i, in PyList_SetItem() function
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 1278 PyList_SetItem(result, 0, o2); in SWIG_Python_AppendOutput()
|
Completed in 31 milliseconds