Searched defs:newitem (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _heapqmodule.c | 38 PyObject *newitem, *parent; in _siftdown() local 381 PyObject *newitem, *parent; in _siftdownmax() local 420 PyObject *newitem, *tmp; in _siftupmax() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _bisectmodule.c | 54 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_right() local 180 PyObject *newitem = PyObject_CallOneArg(key, litem); in internal_bisect_left() local
|
D | _heapqmodule.c | 27 PyObject *newitem, *parent, **arr; in siftdown() local 396 PyObject *newitem, *parent, **arr; in siftdown_max() local
|
/aosp_15_r20/external/iperf3/src/ |
H A D | cjson.c | 2263 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray() 2333 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() 2361 …SON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObject() 2366 …SON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem) in cJSON_ReplaceItemInObjectCaseSensitive() 2678 cJSON *newitem = NULL; in cJSON_Duplicate() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_list.h | 44 _PyList_AppendTakeRef(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRef()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | listobject.c | 259 PyObject *newitem) in PyList_SetItem() 308 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert() 319 _PyList_AppendTakeRefListResize(PyListObject *self, PyObject *newitem) in _PyList_AppendTakeRefListResize() 332 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
|
D | tupleobject.c | 112 PyTuple_SetItem(PyObject *op, Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | listobject.c | 200 register PyObject *newitem) in PyList_SetItem() 256 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert() 286 PyList_Append(PyObject *op, PyObject *newitem) in PyList_Append()
|
D | tupleobject.c | 136 PyTuple_SetItem(register PyObject *op, register Py_ssize_t i, PyObject *newitem) in PyTuple_SetItem()
|