Home
last modified time | relevance | path

Searched refs:Py_file_input (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython.h161 #define Py_file_input 257 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython.h161 #define Py_file_input 257 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsymtablemodule.c23 start = Py_file_input; in symtable_symtable()
Dzipimport.c1029 Py_file_input); in compile_source()
DcPickle.c5896 Py_file_input, in init_stuff()
5917 , Py_file_input, in init_stuff()
D_elementtree.c3039 if (!PyRun_String(bootstrap, Py_file_input, g, NULL))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsymtablemodule.c23 start = Py_file_input; in symtable_symtable()
Dzipimport.c1057 Py_file_input); in compile_source()
DcPickle.c5931 Py_file_input, in init_stuff()
5952 , Py_file_input, in init_stuff()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c949 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
975 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
Dbltinmodule.c481 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile()
800 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()
803 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()
Dceval.c4742 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement()
4745 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement()
4765 v = PyRun_StringFlags(str, Py_file_input, globals, in exec_statement()
4768 v = PyRun_String(str, Py_file_input, globals, locals); in exec_statement()
Dimport.c861 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c936 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
962 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
Dbltinmodule.c475 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile()
792 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()
795 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()
Dceval.c4720 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement()
4723 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement()
4743 v = PyRun_StringFlags(str, Py_file_input, globals, in exec_statement()
4746 v = PyRun_String(str, Py_file_input, globals, locals); in exec_statement()
Dimport.c829 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c829 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()