Home
last modified time | relevance | path

Searched refs:PyDict_DelItemString (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddictobject.h151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddictobject.h151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_beos.c142 retval = PyDict_DelItemString( beos_dyn_images, name ); in beos_add_dyn()
Dsysmodule.c80 return PyDict_DelItemString(sd, name); in PySys_SetObject()
Dpythonrun.c949 if (set_file_name && PyDict_DelItemString(d, "__file__")) in PyRun_SimpleFileExFlags()
Dimport.c631 if (PyDict_DelItemString(modules, name) < 0) in remove_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dxxmodule.c87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c80 return PyDict_DelItemString(sd, name); in PySys_SetObject()
Dpythonrun.c961 if (set_file_name && PyDict_DelItemString(d, "__file__")) in PyRun_SimpleFileExFlags()
Dimport.c663 if (PyDict_DelItemString(modules, name) < 0) in remove_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c349 if (PyDict_DelItemString(self->dict, "message") < 0) in BaseException_set_message()
Ddictobject.c2445 PyDict_DelItemString(PyObject *v, const char *key) in PyDict_DelItemString() function
Dtypeobject.c343 res = PyDict_DelItemString(type->tp_dict, "__abstractmethods__"); in type_set_abstractmethods()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c348 if (PyDict_DelItemString(self->dict, "message") < 0) in BaseException_set_message()
Ddictobject.c2411 PyDict_DelItemString(PyObject *v, const char *key) in PyDict_DelItemString() function
Dtypeobject.c335 res = PyDict_DelItemString(type->tp_dict, "__abstractmethods__"); in type_set_abstractmethods()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c631 if (PyDict_DelItemString(modules, name) < 0) in remove_module()