Home
last modified time | relevance | path

Searched refs:Py_EnterRecursiveCall (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1488 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_str()
1496 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_str()
1578 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()
1586 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()
1994 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2001 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2032 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
DcPickle.c1762 if (Py_EnterRecursiveCall(" while pickling an object") == 0) in save_list()
2012 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
2020 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
2568 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1507 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_str()
1515 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_str()
1593 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()
1601 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()
2002 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2009 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2040 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
DcPickle.c1731 if (Py_EnterRecursiveCall(" while pickling an object") == 0) in save_list()
1981 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
1989 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
2536 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c2527 if (Py_EnterRecursiveCall(" while calling a Python object"))
2935 if (Py_EnterRecursiveCall(" in __instancecheck__"))
2955 if (Py_EnterRecursiveCall(" in __instancecheck__")) {
3014 if (Py_EnterRecursiveCall(" in __subclasscheck__"))
3033 if (Py_EnterRecursiveCall(" in __subclasscheck__")) {
Dobject.c428 if (Py_EnterRecursiveCall(" while getting the str of an object")) in _PyObject_Str()
864 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_Compare()
949 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_RichCompare()
Dtupleobject.c291 if (Py_EnterRecursiveCall(" while getting the repr of a tuple")) in tuplerepr()
Dclassobject.c1508 if (Py_EnterRecursiveCall(" after coercion")) in half_binop()
2149 if (Py_EnterRecursiveCall(" in __call__")) { in instance_call()
Dlistobject.c386 if (Py_EnterRecursiveCall(" while getting the repr of a list")) in list_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c2527 if (Py_EnterRecursiveCall(" while calling a Python object"))
2939 if (Py_EnterRecursiveCall(" in __instancecheck__"))
2959 if (Py_EnterRecursiveCall(" in __instancecheck__")) {
3018 if (Py_EnterRecursiveCall(" in __subclasscheck__"))
3037 if (Py_EnterRecursiveCall(" in __subclasscheck__")) {
Dobject.c428 if (Py_EnterRecursiveCall(" while getting the str of an object")) in _PyObject_Str()
859 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_Compare()
944 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_RichCompare()
Dtupleobject.c289 if (Py_EnterRecursiveCall(" while getting the repr of a tuple")) in tuplerepr()
Dclassobject.c1484 if (Py_EnterRecursiveCall(" after coercion")) in half_binop()
2125 if (Py_EnterRecursiveCall(" in __call__")) { in instance_call()
Dlistobject.c386 if (Py_EnterRecursiveCall(" while getting the repr of a list")) in list_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c874 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c876 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()