Home
last modified time | relevance | path

Searched refs:PyRun_FileFlags (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1943 #undef PyRun_FileFlags
1945 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
Dceval.c4720 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1968 #undef PyRun_FileFlags
1970 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
Dceval.c4742 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement()