Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/Tools/peg_generator/peg_extension/
Dpeg_extension.c55 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/
Dcompile.h9 #define Py_file_input 257 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dcompile.h9 #define Py_file_input 257 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dcompile.h9 #define Py_file_input 257 macro
/aosp_15_r20/external/python/cpython3/Include/
Dcompile.h9 #define Py_file_input 257 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dcompile.h9 #define Py_file_input 257 macro
/aosp_15_r20/external/python/cpython2/Include/
DPython.h164 #define Py_file_input 257 macro
/aosp_15_r20/external/python/cpython2/Modules/
Dsymtablemodule.c23 start = Py_file_input; in symtable_symtable()
Dzipimport.c1149 Py_file_input); in compile_source()
DcPickle.c5944 Py_file_input, in init_stuff()
5965 , Py_file_input, in init_stuff()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dveryhigh.rst16 :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/
Dsymtablemodule.c41 start = Py_file_input; in _symtable_symtable_impl()
D_xxsubinterpretersmodule.c1890 PyObject *result = PyRun_StringFlags(codestr, Py_file_input, ns, ns, NULL); in _run_script()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dveryhigh.rst16 :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.c126 Py_file_input, NULL, 0); in compile_and_marshal()
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c868 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()
Dpegen_errors.c326 else if (p->start_rule == Py_file_input) { in _PyPegen_raise_error_known_location()
/aosp_15_r20/external/python/cpython3/Python/
Dbltinmodule.c748 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()
Dpythonrun.c440 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()
Dtraceback.c688 mod_ty module = _PyParser_ASTFromString(segment_str, filename, Py_file_input, in extract_anchors_from_line()
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c957 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()
Dbltinmodule.c482 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()
Dceval.c5099 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()
Dimport.c901 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
/aosp_15_r20/external/python/cpython2/Doc/faq/
Dextending.rst307 Py_file_input, &e);

12