Home
last modified time | relevance | path

Searched refs:PyRun_SimpleFileEx (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h92 #define PyRun_SimpleFileEx(f, p, c) PyRun_SimpleFileExFlags(f, p, c, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h92 #define PyRun_SimpleFileEx(f, p, c) PyRun_SimpleFileExFlags(f, p, c, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1958 #undef PyRun_SimpleFileEx
1960 PyRun_SimpleFileEx(FILE *f, const char *p, int c) in PyRun_SimpleFileEx() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1983 #undef PyRun_SimpleFileEx
1985 PyRun_SimpleFileEx(FILE *f, const char *p, int c) in PyRun_SimpleFileEx() function