Searched refs:run_string (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test__xxsubinterpreters.py | 37 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/ |
D | ScriptInterpreterPython.cpp | 510 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 …]
|
D | ScriptInterpreterPythonImpl.h | 462 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/ |
D | ghostscript-private.h | 135 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/ |
D | delegate-private.h | 69 (MagickDLLCall *run_string)(gs_main_instance *,const char *,int,int *);
|
D | nt-base.c | 1466 (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()
|