/aosp_15_r20/external/python/cpython3/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 55 fp, Py_file_input, filename_ob, in parse_file() 96 mod_ty res = _PyPegen_run_parser_from_string(the_string, Py_file_input, filename_ob, in parse_string()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | compile.h | 9 #define Py_file_input 257 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | compile.h | 9 #define Py_file_input 257 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | compile.h | 9 #define Py_file_input 257 macro
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | compile.h | 9 #define Py_file_input 257 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | compile.h | 9 #define Py_file_input 257 macro
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | Python.h | 164 #define Py_file_input 257 macro
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | symtablemodule.c | 23 start = Py_file_input; in symtable_symtable()
|
D | zipimport.c | 1149 Py_file_input); in compile_source()
|
D | cPickle.c | 5944 Py_file_input, in init_stuff() 5965 , Py_file_input, in init_stuff()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 234 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 285 .. c:var:: int Py_file_input
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | symtablemodule.c | 41 start = Py_file_input; in _symtable_symtable_impl()
|
D | _xxsubinterpretersmodule.c | 1890 PyObject *result = PyRun_StringFlags(codestr, Py_file_input, ns, ns, NULL); in _run_script()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 252 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 323 .. c:var:: int Py_file_input
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _freeze_module.c | 126 Py_file_input, NULL, 0); in compile_and_marshal()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen.c | 868 p->start_rule == Py_file_input || in _PyPegen_run_parser() 922 int exec_input = start_rule == Py_file_input; in _PyPegen_run_parser_from_string()
|
D | pegen_errors.c | 326 else if (p->start_rule == Py_file_input) { in _PyPegen_raise_error_known_location()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 748 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl() 1102 v = PyRun_StringFlags(str, Py_file_input, globals, in builtin_exec_impl() 1105 v = PyRun_String(str, Py_file_input, globals, locals); in builtin_exec_impl()
|
D | pythonrun.c | 440 v = pyrun_file(fp, filename, Py_file_input, d, d, in _PyRun_SimpleFileObject() 487 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
|
D | traceback.c | 688 mod_ty module = _PyParser_ASTFromString(segment_str, filename, Py_file_input, in extract_anchors_from_line()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pythonrun.c | 957 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 983 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
|
D | bltinmodule.c | 482 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile() 812 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile() 815 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()
|
D | ceval.c | 5099 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement() 5102 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement() 5122 v = PyRun_StringFlags(str, Py_file_input, globals, in exec_statement() 5125 v = PyRun_String(str, Py_file_input, globals, locals); in exec_statement()
|
D | import.c | 901 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
|
/aosp_15_r20/external/python/cpython2/Doc/faq/ |
D | extending.rst | 307 Py_file_input, &e);
|