Lines Matching refs:Format
152 string args = string.Format("\"{0}\" -ip {1}", in CheckName()
810 Log.WriteLine(string.Format(" port: {0}.", lrparams.port)); in launch_retry_thread()
811 Log.WriteLine(string.Format(" TID_HI: {0}.", lrparams.TID_HI)); in launch_retry_thread()
812 Log.WriteLine(string.Format(" TID_LO: {0}.", lrparams.TID_LO)); in launch_retry_thread()
813 Log.WriteLine(string.Format(" retries: {0}.", lrparams.retries)); in launch_retry_thread()
814 Log.WriteLine(string.Format(" timeout: {0}.", lrparams.timeout)); in launch_retry_thread()
834 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waiting on handles {0} and {1}.", evtHa… in launch_retry_thread()
842 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(Date… in launch_retry_thread()
849 …Log.WriteLineRaw(string.Format("cafex: Got system busy message after fast launch, waiting {0}mS an… in launch_retry_thread()
851 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(Date… in launch_retry_thread()
852 … Log.WriteLine(string.Format(" : delaying {0}mS.", lrparams.delay)); in launch_retry_thread()
865 …Log.WriteLineRaw(string.Format("cafex: Fastlaunch timeout of {0}mS exceeded waiting for title to s… in launch_retry_thread()
872 …Log.WriteLineRaw(string .Format("cafex: Unable to fastlaunch title after {0} attempts, exiting.", … in launch_retry_thread()
922 string message = string.Format("\rcos launch 0x{0} 0x{1}\r", TID_HI, TID_LO); in launch()
923 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in launch()
944 … Log.WriteLine(string.Format("cafex: cosdebug.launch: InvalidOperationException: {0}", e)); in launch()
948 … Log.WriteLine(string.Format("cafex: cosdebug.launch: ArgumentNullException: {0}", e)); in launch()
952 Log.WriteLine(string.Format("cafex: cosdebug.launch: SocketException: {0}", e)); in launch()
956 Log.WriteLine(string.Format("cafex: cosdebug.launch: IOException: {0}", e)); in launch()
973 …CafeXEventtLog.Instance.WriteToEventLog(562, string.Format("[{0}] [BEGIN] [CafeX] System is doing … in try_launch()
1032 string message = string.Format("{0} {1}\r", sCmd, sArgs); in SendCOSCommandAndRecvReply()
1033 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
1086 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: InvalidOperationException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1090 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: ArgumentNullException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1094 Log.WriteLine(string.Format("cafex: cosdebug.{0}: SocketException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1098 Log.WriteLine(string.Format("cafex: cosdebug.{0}: IOException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1102 Log.WriteLine(string.Format("cafex: cosdebug.{0}: Exception: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1137 string message = string.Format("{0} {1}\r", sCmd, sArgs); in SendCOSCommandAndRecvReply()
1138 …Log.WriteLineRaw(string.Format("cafex: sending '{0}' to the devkit using port {1}...", message.Tri… in SendCOSCommandAndRecvReply()
1169 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: InvalidOperationException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1173 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: ArgumentNullException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1177 Log.WriteLine(string.Format("cafex: cosdebug.{0}: SocketException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1181 Log.WriteLine(string.Format("cafex: cosdebug.{0}: IOException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1243 … Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: InvalidOperationException: {0}", e)); in RecvReply()
1247 … Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: ArgumentNullException: {0}", e)); in RecvReply()
1251 Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: SocketException: {0}", e)); in RecvReply()
1255 Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: IOException: {0}", e)); in RecvReply()
1381 …return ProcessExecutor.StartProcess_RedirectOutput(exe_path, string.Format("-ip {0} -upload {1} -w… in upload()
2066 …HttpWebRequest webReq = (HttpWebRequest)WebRequest.Create(string.Format(MION_SIG_FMT_ADDR, Program… in getVDD2()