Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py337 def send_to_studio(handle, cmd, param): argument
350 def post_to_studio(handle, cmd, param): argument
823 def send_to_main_frame(cmd, param): argument
829 def post_to_main_frame(cmd, param): argument
1044 def send_to_target_screen(cmd, param): argument
1049 def post_to_target_screen(cmd, param): argument
1138 def send_to_properties_screen(cmd, param): argument
1143 def post_to_properties_screen(cmd, param): argument
1186 def send_to_project_view(cmd, param): argument
1191 def post_to_project_view(cmd, param): argument
[all …]
/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp67 BOOL CCommandInfo::ReadArgument(CString &cmd, CString option, CString &argument) in ReadArgument()
96 CString cmd(m_lpCmdLine); in ReadCommandLineInfo() local
338 void CCommandInfo::ReadPathName(CString cmd, CString &path, CString &name) in ReadPathName()