Home
last modified time | relevance | path

Searched refs:PyObject_GetItem (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c130 spam2(op_getitem , PyObject_GetItem) in spami()
389 return PyObject_GetItem(obj, ig->item); in itemgetter_call()
401 val = PyObject_GetItem(obj, item); in itemgetter_call()
D_json.c2159 value = PyObject_GetItem(dct, key); in encoder_listencode_dict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c130 spam2(op_getitem , PyObject_GetItem) in spami()
517 return PyObject_GetItem(obj, ig->item); in itemgetter_call()
529 val = PyObject_GetItem(obj, item); in itemgetter_call()
D_json.c2151 value = PyObject_GetItem(dct, key); in encoder_listencode_dict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dstring_format.h261 newobj = PyObject_GetItem(obj, idx_obj); in getitem_idx()
274 newobj = PyObject_GetItem(obj, str); in getitem_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dstring_format.h258 newobj = PyObject_GetItem(obj, idx_obj); in getitem_idx()
271 newobj = PyObject_GetItem(obj, str); in getitem_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dabstract.h444 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dabstract.h444 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c138 newconst = PyObject_GetItem(v, w); in fold_binops_on_constants()
Dimport.c2862 builtins = PyObject_GetItem(globals, builtins_str); in PyImport_Import()
2879 import = PyObject_GetItem(builtins, import_str); in PyImport_Import()
Dceval.c1394 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
2062 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
4415 PyObject *res = PyObject_GetItem(u, slice); in apply_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c131 newconst = PyObject_GetItem(v, w);
Dimport.c2748 builtins = PyObject_GetItem(globals, builtins_str); in find_module()
2765 import = PyObject_GetItem(builtins, import_str); in find_module()
Dceval.c1391 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
2047 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
4393 PyObject *res = PyObject_GetItem(u, slice); in apply_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c135 PyObject_GetItem(PyObject *o, PyObject *key) in PyObject_GetItem() function
2458 r = PyObject_GetItem(o, okey);
2501 v = PyObject_GetItem(o, key);
Dweakrefobject.c570 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() argument
Dframeobject.c844 PyObject *value = PyObject_GetItem(dict, key); in dict_to_map()
Ddescrobject.c672 return PyObject_GetItem(pp->dict, key); in proxy_getitem()
Dunicodeobject.c4119 x = PyObject_GetItem(mapping, w); in PyUnicode_DecodeCharmap()
4438 x = PyObject_GetItem(mapping, w); in charmapencode_lookup()
4849 x = PyObject_GetItem(mapping, w); in charmaptranslate_lookup()
8351 args = PyObject_GetItem(dict, key); in PyUnicode_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c135 PyObject_GetItem(PyObject *o, PyObject *key) in PyObject_GetItem() function
2458 r = PyObject_GetItem(o, okey);
2501 v = PyObject_GetItem(o, key);
Dweakrefobject.c581 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() argument
Dframeobject.c846 PyObject *value = PyObject_GetItem(dict, key); in dict_to_map()
Ddescrobject.c709 return PyObject_GetItem(pp->dict, key); in proxy_getitem()
Dunicodeobject.c4176 x = PyObject_GetItem(mapping, w); in PyUnicode_DecodeCharmap()
4523 x = PyObject_GetItem(mapping, w); in charmapencode_lookup()
4942 x = PyObject_GetItem(mapping, w); in charmaptranslate_lookup()
8455 args = PyObject_GetItem(dict, key); in PyUnicode_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2748 builtins = PyObject_GetItem(globals, builtins_str); in find_module()
2765 import = PyObject_GetItem(builtins, import_str); in find_module()

12