| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | SerialCommunication.cs | 187 _serialPort = new SerialPort(string.Format("COM{0}", portNumber), in Start() 200 Console.WriteLine(string.Format("Serial communication started on COM{0}", portNumber)); in Start() 258 Console.WriteLine(string.Format("Launching title {0}", titleId)); in LaunchTitle() 259 …_serialPort.WriteLine(string.Format("cos launch 0x{0} 0x{1}", titleId.Substring(0, 8), titleId.Sub… in LaunchTitle() 277 Console.WriteLine(string.Format("Launching title {0}", titleId)); in LaunchTitleSlow() 278 _serialPort.WriteLine(string.Format("cos slowlaunch 0x{0}", titleId)); in LaunchTitleSlow() 310 Console.WriteLine(string.Format("Could not find message '{0}'", message)); in WaitForMessage()
|
| D | ExecutableClasses.cs | 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() [all …]
|
| D | CafeEvtLog.cs | 111 … WriteToEventLog(id, string.Format("[{0}] {1}", time.ToString("HH:mm:ss:fff"), strErrDetail)); in WriteToEventLog() 116 …WriteToEventLog(id, string.Format("[{0}][{1}][{2}] {3}", time.ToString("HH:mm:ss:fff"), status, pr… in WriteToEventLog()
|
| D | Tools.cs | 305 …Log.WriteLine(String.Format("ProcessorExecutor.DoProcessWaitTime : {0} {1} {2}",filename,arguments… in DoProcess_WaitTime() 323 … Log.WriteLine(String.Format("{0} didn't exit in time, so force kill it.", filename)); in DoProcess_WaitTime() 625 Log.WriteLine(string.Format("NodeExists: File: {0}, Node: {1}", file_name, node_name)); in NodeExists() 914 …ng = titleId.StartsWith(HexPrefix) ? titleId.ToLowerInvariant() : string.Format("{0}{1}", HexPrefi… in TitleId() 1540 …message = string.Format("[ {0} - DEBUG: {1} ] {2}", System.Diagnostics.Process.GetCurrentProcess()… in WriteLine() 1551 WriteLine(string.Format(format, arg0)); in WriteLine() 1556 WriteLine(string.Format(format, arg0, arg1)); in WriteLine() 1561 WriteLine(string.Format(format, arg0, arg1, arg2)); in WriteLine() 1576 WriteLineRaw(string.Format(format, arg0)); in WriteLineRaw() 1581 WriteLineRaw(string.Format(format, arg0, arg1)); in WriteLineRaw() [all …]
|
| D | MionUDP.cs | 162 …FieldProgrammableGateArrayVersion = String.Format("{0}.{1}.{2}.{3}", broadcast_reciept[k_fpga_idx … in MionIdentifier() 165 FirmwareVersion = String.Format("{0}.{1}.{2}.{3}", broadcast_reciept[k_fw_ver_idx + 0], in MionIdentifier()
|
| D | CafeFunctions.cs | 882 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); in StartProcessOnCrashdump() 892 …line = string.Format("/c start bash -c \"{0}\"", Regex.Replace(line, "%([A-Za-z_]\\w+)%", "${$1}")… in StartProcessOnCrashdump() 900 Log.WriteLine(String.Format("Starting '{0} {1}'...", shell, line)); in StartProcessOnCrashdump() 1094 SDK_VER.value = String.Format("{0}.{1:D2}.{2:D2}", maj, min, mic); in readSDKFromCafeRoot() 1113 … string retVal = mionps.Run(String.Format("{0} {1} {2} {3}",BRIDGE_CURRENT_IP_ADDRESS.value, in readSDKFromMion() 1129 SDK_MIN_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[1])); in readSDKFromMion() 1130 SDK_MIC_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[2])); in readSDKFromMion() 1144 …string parameters = string.Format("{0} 3 -s {1} 4 -s {2} 5 -s {3}", BRIDGE_CURRENT_IP_ADDRESS.valu… in setMionSDKVersion() 1344 … output = string.Format("Bridge with the name '{0}' was not found", BRIDGE_CURRENT_NAME.value); in hoststop() 1737 …string pcfsSync = string.Format("Starting PCFSServer.exe @ sync date [{0}]", PCFS_SYNC_DATE.value); in startBootRun() [all …]
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.sln | 2 Microsoft Visual Studio Solution File, Format Version 11.00
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00
|
| D | deferredTest.cpp | 348 presentParameters.BackBufferFormat = d3ddm.Format; in InitDX9()
|
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | CatLog.sln | 2 Microsoft Visual Studio Solution File, Format Version 11.00
|
| D | SelectPortDialog.cs | 87 friendlyName = String.Format("{0} ({1})", friendlyName, portName); in MineRegistryForPortName()
|
| D | CatLog.cs | 193 …saveDialog.FileName = String.Format("{0} {1}, {2} {3}.{4}.log", now.ToString("MMM"), now.Day, now.… in Save()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | ddsReader.sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00
|
| D | DDS.cpp | 78 TU_Error SaveDDS_SignedToUnsigned( GX2SurfaceFormat Format, void* pSrc, void* pDestPtr, s32 Size ); 1132 TU_Error SaveDDS_SignedToUnsigned( GX2SurfaceFormat Format, void* pSrc, void* pDest, s32 Size ) in SaveDDS_SignedToUnsigned() argument 1136 s32 Stride = (Format == GX2_SURFACE_FORMAT_T_BC4_SNORM) || in SaveDDS_SignedToUnsigned() 1137 (Format == GX2_SURFACE_FORMAT_T_BC5_SNORM) ? 8 : 0; in SaveDDS_SignedToUnsigned()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/ |
| D | SLConverterSamples.sln | 2 Microsoft Visual Studio Solution File, Format Version 12.00
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00
|