Searched refs:test_str (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | cafe_utils | 226 …echo "`basename $0`: Monitor_For_Output args: str_opt test_str timeout log_dir [file_name]" >/dev/… 245 …(monitor.exe $str_opt "$test_str" -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_fil…
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 1961 …internal static int start(string str_opt, string test_str, string timeout, string rc_file, string … in start() argument 1969 …int ret = ProcessExecutor.DoProcess_GetOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " … in start() 1986 …internal static int start_redirectionCallback(string str_opt, string test_str, string timeout, Dat… in start_redirectionCallback() argument 1993 …essExecutor.StartProcess_RedirectOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " + time… in start_redirectionCallback()
|
| D | CafeFunctions.cs | 7901 …static int monitor_for_output(string str_opt, string test_str, string timeout, string log_dir, str… in monitor_for_output() argument 7949 … int retVal = monitor_for_output_redirectionCallback(str_opt, test_str, timeout, callback); in monitor_for_output() 7962 …static int monitor_for_output_redirectionCallback(string str_opt, string test_str, string timeout,… in monitor_for_output_redirectionCallback() argument 7968 … string ret = monitor.start_redirectionCallback(str_opt, test_str, timeout, callback).ToString(); in monitor_for_output_redirectionCallback()
|