Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.cc78 if (Py_EnterRecursiveCall(" in Flatten")) { in FlattenHelper()
/external/python/cpython2/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/external/python/cpython3/Include/
Dceval.h79 #define Py_EnterRecursiveCall(where) \ macro
/external/python/cpython2/Modules/
D_json.c1523 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_str()
1531 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_str()
1615 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()
1623 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()
2042 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2049 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
2080 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
DcPickle.c1760 if (Py_EnterRecursiveCall(" while pickling an object") == 0) in save_list()
2010 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
2018 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()
2587 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
/external/python/cpython3/Modules/
D_json.c1094 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()
1102 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()
1526 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
1533 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
1564 if (Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
D_pickle.c2603 if (Py_EnterRecursiveCall(" while pickling an object")) in save_list()
2612 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_list()
2865 if (Py_EnterRecursiveCall(" while pickling an object")) in save_dict()
2879 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_dict()
3776 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
/external/python/cpython3/Objects/
Dabstract.c2243 if (Py_EnterRecursiveCall(" while calling a Python object")) in PyObject_Call()
2290 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyObject_FastCallDict()
2986 if (Py_EnterRecursiveCall(" in __instancecheck__")) in PyObject_IsInstance()
3004 if (Py_EnterRecursiveCall(" in __instancecheck__")) { in PyObject_IsInstance()
3060 if (Py_EnterRecursiveCall(" in __subclasscheck__")) in PyObject_IsSubclass()
3078 if (Py_EnterRecursiveCall(" in __subclasscheck__")) { in PyObject_IsSubclass()
Dobject.c536 if (Py_EnterRecursiveCall(" while getting the str of an object")) in PyObject_Str()
717 if (Py_EnterRecursiveCall(" in comparison")) in PyObject_RichCompare()
Dtupleobject.c303 if (Py_EnterRecursiveCall(" while getting the repr of a tuple")) in tuplerepr()
Dlistobject.c369 if (Py_EnterRecursiveCall(" while getting the repr of a list")) in list_repr()
/external/python/cpython2/Objects/
Dabstract.c2545 if (Py_EnterRecursiveCall(" while calling a Python object"))
2953 if (Py_EnterRecursiveCall(" in __instancecheck__"))
2973 if (Py_EnterRecursiveCall(" in __instancecheck__")) {
3032 if (Py_EnterRecursiveCall(" in __subclasscheck__"))
3051 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()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst496 .. c:function:: int Py_EnterRecursiveCall(const char *where)
514 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each
515 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
/external/python/cpython3/Doc/c-api/
Dexceptions.rst692 .. c:function:: int Py_EnterRecursiveCall(const char *where)
710 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each
711 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
/external/python/cpython2/Python/
Dceval.c973 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2088 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2181 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
/external/python/cpython3/Python/
Dceval.c1003 if (Py_EnterRecursiveCall("")) in _PyEval_EvalFrameDefault()
/external/python/cpython2/Misc/
DNEWS10628 Py_ReprEnter() and Py_EnterRecursiveCall(), respectively, fixed the