Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h97 #define PyRun_FileEx(fp, p, s, g, l, c) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h97 #define PyRun_FileEx(fp, p, s, g, l, c) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1936 #undef PyRun_FileEx
1938 PyRun_FileEx(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, int c) in PyRun_FileEx() function
Dbltinmodule.c795 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1961 #undef PyRun_FileEx
1963 PyRun_FileEx(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, int c) in PyRun_FileEx() function
Dbltinmodule.c803 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()