Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c1402 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname) in dict_update_common() function
1424 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
2319 return dict_update_common(self, args, kwds, "dict"); in dict_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c1436 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname) in dict_update_common() function
1458 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
2353 return dict_update_common(self, args, kwds, "dict"); in dict_init()