Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs535 internal static int help(int timeout) in help()
771 public int timeout; field
876 …atic void launch_retry(int port, string TID_HI, string TID_LO, int retries, int timeout, int delay) in launch_retry()
899 public static void stop_retry(int timeout) in stop_retry()
1739 internal static bool SendSyncRequest(int timeout) in SendSyncRequest()
1769 internal static bool SyncWithBoot(int timeout) in SyncWithBoot()
1843 internal static bool SyncWithTitle(int timeout, bool stop) in SyncWithTitle()
1983 …internal static int start(string str_opt, string test_str, string timeout, string rc_file, string … in start()
2008 …tatic int start_redirectionCallback(string str_opt, string test_str, string timeout, DataReceivedE… in start_redirectionCallback()
DSerialCommunication.cs37 ISerialRunnable WaitForMessage(string message, int timeout); in WaitForMessage()
297 public ISerialRunnable WaitForMessage(string message, int timeout) in WaitForMessage()
DTools.cs369 …ss_GetOutput(string filename, string arguments, bool waitDataReceived, int timeout, out string out… in DoProcess_GetOutput()
DCafeFunctions.cs8479 …static int monitor_for_output(string str_opt, string test_str, string timeout, string log_dir, str… in monitor_for_output()
8540 …itor_for_output_redirectionCallback(string str_opt, string test_str, string timeout, DataReceivedE… in monitor_for_output_redirectionCallback()
DCharacter stream dumper.cs1062 public ExitReason RelaySerialCharacters(TextWriter output_stream, bool timeout) in RelaySerialCharacters()