Home
last modified time | relevance | path

Searched refs:run_string (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest__xxsubinterpreters.py37 interpreters.run_string(interp, script, shared)
45 interpreters.run_string(interp, dedent(f"""
84 interpreters.run_string(id, source, shared)
723 interpreters.run_string(id, script)
734 interpreters.run_string(id1, script)
781 interpreters.run_string(self.id, script)
790 interpreters.run_string(self.id, script)
811 interpreters.run_string(subinterp, script)
832 interpreters.run_string(self.id, script)
841 interpreters.run_string(self.id, 'print("spam")')
[all …]
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp510 StreamString run_string; in ScriptInterpreterPythonImpl() local
511 run_string.Printf("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
514 PyRun_SimpleString(run_string.GetData()); in ScriptInterpreterPythonImpl()
516 run_string.Clear(); in ScriptInterpreterPythonImpl()
517 run_string.Printf( in ScriptInterpreterPythonImpl()
520 PyRun_SimpleString(run_string.GetData()); in ScriptInterpreterPythonImpl()
524 run_string.Clear(); in ScriptInterpreterPythonImpl()
525 run_string.Printf("run_one_line (%s, 'from six.moves import reload_module')", in ScriptInterpreterPythonImpl()
527 PyRun_SimpleString(run_string.GetData()); in ScriptInterpreterPythonImpl()
533 run_string.Clear(); in ScriptInterpreterPythonImpl()
[all …]
DScriptInterpreterPythonImpl.h462 StreamString run_string; in Run() local
463 run_string.Printf("run_python_interpreter (%s)", in Run()
465 PyRun_SimpleString(run_string.GetData()); in Run()
/external/ImageMagick/coders/
Dghostscript-private.h135 ghost_info_struct.run_string=(int (*)(gs_main_instance *,const char *,int, in InvokeGhostscriptDelegate()
167 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokeGhostscriptDelegate()
/external/ImageMagick/MagickCore/
Ddelegate-private.h69 (MagickDLLCall *run_string)(gs_main_instance *,const char *,int,int *);
Dnt-base.c1466 (ghost_info.run_string == NULL) || (ghost_info.set_stdio == NULL) || in NTGhostscriptHasValidHandle()
1511 ghost_info.run_string=(int (MagickDLLCall *)(gs_main_instance *,const char *, in NTGhostscriptLoadDLL()