Home
last modified time | relevance | path

Searched refs:PyRun_AnyFileExFlags (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h36 PyAPI_FUNC(int) PyRun_AnyFileExFlags(FILE *, const char *, int, PyCompilerFlags *);
85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
89 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dveryhigh.rst46 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
52 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
58 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
62 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dveryhigh.rst54 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
60 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
66 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
70 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c749 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function
1954 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile()
1961 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx()
1968 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c91 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function
1913 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile()
1920 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx()
1927 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
/aosp_15_r20/external/python/cpython2/Modules/
Dmain.c650 sts = PyRun_AnyFileExFlags( in Py_Main()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1826 PyRun_AnyFileExFlags:int:::
1827 PyRun_AnyFileExFlags:FILE*:fp::
1828 PyRun_AnyFileExFlags:const char*:filename::
1829 PyRun_AnyFileExFlags:int:closeit::
1830 PyRun_AnyFileExFlags:PyCompilerFlags*:flags::
Dpython3.11.abi577 …<elf-symbol name='PyRun_AnyFileExFlags' type='func-type' binding='global-binding' visibility='defa…
15110PyRun_AnyFileExFlags' mangled-name='PyRun_AnyFileExFlags' filepath='Python/pythonrun.c' line='91' …
/aosp_15_r20/external/python/cpython3/Modules/
Dmain.c509 int run = PyRun_AnyFileExFlags(stdin, "<stdin>", 0, &cf); in pymain_run_stdin()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1085 "PyRun_AnyFileExFlags"
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY7739 PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags(). These
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY25118 PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags(). These