Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h91 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h91 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1951 #undef PyRun_SimpleFile
1953 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1976 #undef PyRun_SimpleFile
1978 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function