Home
last modified time | relevance | path

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

12

/external/python/cpython3/Tools/peg_generator/peg_extension/
Dpeg_extension.c46 mod_ty res = _PyPegen_run_parser_from_file(filename, Py_file_input, filename_ob, &flags, arena); in parse_file()
85 mod_ty res = _PyPegen_run_parser_from_string(the_string, Py_file_input, filename_ob, in parse_string()
/external/python/pybind11/include/pybind11/
Deval.h60 case eval_statements: start = Py_file_input; break;
112 case eval_statements: start = Py_file_input; break;
/external/python/cpython2/Include/
DPython.h164 #define Py_file_input 257 macro
/external/python/cffi/cffi/
D_cffi_errors.h64 Py_file_input, in _cffi_start_error_capture()
D_embedding.h166 Py_file_input); in _cffi_initialize_python()
/external/python/cpython3/Include/
Dcompile.h109 #define Py_file_input 257 macro
/external/python/cpython2/Modules/
Dsymtablemodule.c23 start = Py_file_input; in symtable_symtable()
Dzipimport.c1149 Py_file_input); in compile_source()
/external/python/cpython3/Modules/
Dsymtablemodule.c44 start = Py_file_input; in _symtable_symtable_impl()
D_peg_parser.c9 mode = Py_file_input; in _mode_str_to_int()
/external/python/cpython3/Programs/
D_freeze_importlib.c103 code = Py_CompileStringExFlags(text, buf, Py_file_input, NULL, 0); in main()
/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
/external/python/pybind11/tests/
Dconstructor_stats.h118 Py_file_input, globals, globals); in gc()
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described
297 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by
374 .. c:var:: int Py_file_input
/external/python/cpython3/Python/
Dbltinmodule.c732 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl()
1048 v = PyRun_StringFlags(str, Py_file_input, globals, in builtin_exec_impl()
1051 v = PyRun_String(str, Py_file_input, globals, locals); in builtin_exec_impl()
Dpythonrun.c438 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
470 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
/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()
/external/python/cpython3/Parser/pegen/
Dpegen.c414 if (p->start_rule == Py_file_input) { in _PyPegen_raise_error_known_location()
1155 p->start_rule == Py_file_input || in _PyPegen_run_parser()
1220 int exec_input = start_rule == Py_file_input; in _PyPegen_run_parser_from_string()
/external/python/pybind11/include/pybind11/detail/
Dclass.h108 )", Py_file_input, d.ptr(), d.ptr() in make_static_property_type()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1565 PyRun_String(script, Py_file_input, globals.get(), globals.get()); in Init()
1614 PyObject *result = PyRun_String(NullTerminated(string), Py_file_input, in runStringMultiLine()
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp718 PyRun_String(script, Py_file_input, globals.get(), globals.get()); in TEST_F()
/external/python/cpython3/Doc/faq/
Dextending.rst299 Py_file_input, &e);
/external/python/cpython2/Doc/faq/
Dextending.rst307 Py_file_input, &e);

12