/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | xxsubtype.c | 182 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0) in spamdict_init() 225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */ 269 spamdict_type.tp_base = &PyDict_Type; in initxxsubtype()
|
D | _collectionsmodule.c | 1436 PyDict_Type.tp_dealloc((PyObject *)dd); in defdict_dealloc() 1456 sts = PyDict_Type.tp_print((PyObject *)dd, fp, 0); in defdict_print() 1469 baserepr = PyDict_Type.tp_repr((PyObject *)dd); in defdict_repr() 1502 return PyDict_Type.tp_traverse(self, visit, arg); in defdict_traverse() 1509 return PyDict_Type.tp_clear((PyObject *)dd); in defdict_tp_clear() 1538 result = PyDict_Type.tp_init(self, newargs, kwds); in defdict_init() 1588 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */ 1621 defdict_type.tp_base = &PyDict_Type; in init_collections()
|
D | _json.c | 980 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_str() 1104 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_unicode()
|
D | _hotshot.c | 1096 &PyDict_Type, &globals, in profiler_runcode()
|
D | _elementtree.c | 474 &PyDict_Type, &attrib)) in element() 505 &PyDict_Type, &attrib)) in subelement()
|
D | cPickle.c | 2654 if (type == &PyDict_Type) { in save()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | xxsubtype.c | 182 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0) in spamdict_init() 225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */ 269 spamdict_type.tp_base = &PyDict_Type; in initxxsubtype()
|
D | _collectionsmodule.c | 1504 PyDict_Type.tp_dealloc((PyObject *)dd); in defdict_dealloc() 1524 sts = PyDict_Type.tp_print((PyObject *)dd, fp, 0); in defdict_print() 1537 baserepr = PyDict_Type.tp_repr((PyObject *)dd); in defdict_repr() 1572 return PyDict_Type.tp_traverse(self, visit, arg); in defdict_traverse() 1579 return PyDict_Type.tp_clear((PyObject *)dd); in defdict_tp_clear() 1608 result = PyDict_Type.tp_init(self, newargs, kwds); in defdict_init() 1660 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */ 1693 defdict_type.tp_base = &PyDict_Type; in init_collections()
|
D | _json.c | 957 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_str() 1081 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type), in _parse_object_unicode()
|
D | cPickle.c | 2686 if (type == &PyDict_Type) { in save()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | sqlitecompat.h | 39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | dictobject.h | 91 PyAPI_DATA(PyTypeObject) PyDict_Type; 101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | dictobject.h | 91 PyAPI_DATA(PyTypeObject) PyDict_Type; 101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictobject.c | 261 assert (Py_TYPE(mp) == &PyDict_Type); in PyDict_New() 277 mp = PyObject_GC_New(PyDictObject, &PyDict_Type); in PyDict_New() 1015 if (numfree < PyDict_MAXFREELIST && Py_TYPE(mp) == &PyDict_Type) in dict_dealloc() 2335 if (type == &PyDict_Type) in dict_new() 2373 PyTypeObject PyDict_Type = { variable
|
D | funcobject.c | 380 &PyDict_Type, &globals, in func_new()
|
D | object.c | 2113 if (PyType_Ready(&PyDict_Type) < 0) in _Py_ReadyTypes()
|
D | typeobject.c | 2100 &PyDict_Type, &dict)) in type_new() 3753 else if (PyType_IsSubtype(base, &PyDict_Type))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictobject.c | 261 assert (Py_TYPE(mp) == &PyDict_Type); in PyDict_New() 277 mp = PyObject_GC_New(PyDictObject, &PyDict_Type); in PyDict_New() 990 if (numfree < PyDict_MAXFREELIST && Py_TYPE(mp) == &PyDict_Type) in dict_dealloc() 2301 if (type == &PyDict_Type) in dict_new() 2339 PyTypeObject PyDict_Type = { variable
|
D | funcobject.c | 380 &PyDict_Type, &globals, in func_new()
|
D | object.c | 2106 if (PyType_Ready(&PyDict_Type) < 0) in _Py_ReadyTypes()
|
D | typeobject.c | 2082 &PyDict_Type, &dict)) in type_new() 3718 else if (PyType_IsSubtype(base, &PyDict_Type))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | bltinmodule.c | 727 &PyDict_Type, &globals, in builtin_execfile() 2709 SETBUILTIN("dict", &PyDict_Type); in _PyBuiltin_Init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | bltinmodule.c | 719 &PyDict_Type, &globals, in builtin_execfile() 2698 SETBUILTIN("dict", &PyDict_Type); in _PyBuiltin_Init()
|