Home
last modified time | relevance | path

Searched refs:PyEval_EvalFrame (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h83 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h83 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h83 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h83 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h83 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h65 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
/aosp_15_r20/external/python/cpython3/Misc/
DSpecialBuilds.txt95 When this preprocessor symbol is defined, before PyEval_EvalFrame executes a
Dstable_abi.toml676 [function.PyEval_EvalFrame]
DHISTORY19543 forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def849 "PyEval_EvalFrame"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c244 EXPORT_FUNC(PyEval_EvalFrame)
/aosp_15_r20/external/python/cpython2/Misc/
DSpecialBuilds.txt215 When this preprocessor symbol is defined, before PyEval_EvalFrame executes a
DHISTORY2159 forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat184 function,PyEval_EvalFrame,3.2,,
Drefcounts.dat821 PyEval_EvalFrame:PyObject*::+1:
822 PyEval_EvalFrame:PyFrameObject*:f:0:
Dpython3.11.abi202 …<elf-symbol name='PyEval_EvalFrame' type='func-type' binding='global-binding' visibility='default-…
11430PyEval_EvalFrame' mangled-name='PyEval_EvalFrame' filepath='Python/ceval.c' line='1163' column='1'…
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dveryhigh.rst255 .. c:function:: PyObject* PyEval_EvalFrame(PyFrameObject *f)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dveryhigh.rst289 .. c:function:: PyObject* PyEval_EvalFrame(PyFrameObject *f)
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c681 PyEval_EvalFrame(PyFrameObject *f) { in PyEval_EvalFrame() function
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1163 PyEval_EvalFrame(PyFrameObject *f) in PyEval_EvalFrame() function