Home
last modified time | relevance | path

Searched refs:Py_LeaveRecursiveCall (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dutil.cc83 Py_LeaveRecursiveCall(); in FlattenHelper()
/external/python/cpython2/Include/
Dceval.h51 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython3/Include/
Dceval.h82 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython2/Modules/
D_json.c1527 Py_LeaveRecursiveCall(); in scan_once_str()
1535 Py_LeaveRecursiveCall(); in scan_once_str()
1619 Py_LeaveRecursiveCall(); in scan_once_unicode()
1627 Py_LeaveRecursiveCall(); in scan_once_unicode()
2045 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
2052 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
2083 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
DcPickle.c1763 Py_LeaveRecursiveCall(); in save_list()
2012 Py_LeaveRecursiveCall(); in save_dict()
2020 Py_LeaveRecursiveCall(); in save_dict()
2821 Py_LeaveRecursiveCall(); in save()
/external/python/cpython3/Modules/
D_json.c1098 Py_LeaveRecursiveCall(); in scan_once_unicode()
1106 Py_LeaveRecursiveCall(); in scan_once_unicode()
1529 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1536 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1570 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
D_pickle.c2606 Py_LeaveRecursiveCall(); in save_list()
2617 Py_LeaveRecursiveCall(); in save_list()
2868 Py_LeaveRecursiveCall(); in save_dict()
2884 Py_LeaveRecursiveCall(); in save_dict()
3969 Py_LeaveRecursiveCall(); in save()
/external/python/cpython3/Objects/
Dabstract.c2248 Py_LeaveRecursiveCall(); in PyObject_Call()
2323 Py_LeaveRecursiveCall(); in _PyObject_FastCallDict()
2996 Py_LeaveRecursiveCall(); in PyObject_IsInstance()
3009 Py_LeaveRecursiveCall(); in PyObject_IsInstance()
3070 Py_LeaveRecursiveCall(); in PyObject_IsSubclass()
3083 Py_LeaveRecursiveCall(); in PyObject_IsSubclass()
Dobject.c539 Py_LeaveRecursiveCall(); in PyObject_Str()
720 Py_LeaveRecursiveCall(); in PyObject_RichCompare()
Dtupleobject.c306 Py_LeaveRecursiveCall(); in tuplerepr()
Dlistobject.c372 Py_LeaveRecursiveCall(); in list_repr()
/external/python/cpython2/Objects/
Dabstract.c2548 Py_LeaveRecursiveCall();
2963 Py_LeaveRecursiveCall();
2978 Py_LeaveRecursiveCall();
3042 Py_LeaveRecursiveCall();
3056 Py_LeaveRecursiveCall();
Dobject.c431 Py_LeaveRecursiveCall(); in _PyObject_Str()
867 Py_LeaveRecursiveCall(); in PyObject_Compare()
984 Py_LeaveRecursiveCall(); in PyObject_RichCompare()
Dtupleobject.c294 Py_LeaveRecursiveCall(); in tuplerepr()
Dclassobject.c1514 Py_LeaveRecursiveCall(); in half_binop()
2154 Py_LeaveRecursiveCall(); in instance_call()
Dlistobject.c389 Py_LeaveRecursiveCall(); in list_repr()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst512 .. c:function:: void Py_LeaveRecursiveCall()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst708 .. c:function:: void Py_LeaveRecursiveCall()
/external/python/cpython2/Python/
Dceval.c3336 Py_LeaveRecursiveCall(); in PyEval_EvalFrameEx()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2093 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2186 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/external/python/cpython3/Python/
Dceval.c3696 Py_LeaveRecursiveCall(); in _PyEval_EvalFrameDefault()