Home
last modified time | relevance | path

Searched refs:newtuple (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c184 PyObject *newtuple; in validate_and_copy_tuple() local
189 newtuple = PyTuple_New(len); in validate_and_copy_tuple()
190 if (newtuple == NULL) in validate_and_copy_tuple()
204 Py_DECREF(newtuple); in validate_and_copy_tuple()
212 Py_DECREF(newtuple); in validate_and_copy_tuple()
216 PyTuple_SET_ITEM(newtuple, i, item); in validate_and_copy_tuple()
219 return newtuple; in validate_and_copy_tuple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c184 PyObject *newtuple; in validate_and_copy_tuple() local
189 newtuple = PyTuple_New(len); in validate_and_copy_tuple()
190 if (newtuple == NULL) in validate_and_copy_tuple()
204 Py_DECREF(newtuple); in validate_and_copy_tuple()
212 Py_DECREF(newtuple); in validate_and_copy_tuple()
216 PyTuple_SET_ITEM(newtuple, i, item); in validate_and_copy_tuple()
219 return newtuple; in validate_and_copy_tuple()