Searched refs:WriteLine (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 346 Log.WriteLine("InitialEnvVarSetup started."); in InitialEnvVarSetup() 541 …Console.WriteLine("cafex: Unknown LANG specified; using UTF-8 encoding for incoming Cafe messages"… in InitialEnvVarSetup() 548 …Console.WriteLine("cafex: Invalid LANG specified; using UTF-8 encoding for incoming Cafe messages"… in InitialEnvVarSetup() 570 … Console.WriteLine("User has already defined CAFE_HARDWARE to '{0}'!", CAFE_HARDWARE.value); in InitialEnvVarSetup() 571 … Console.WriteLine("Please be aware that anything but 'catdevmp' is not guaranteed to work."); in InitialEnvVarSetup() 640 … Console.WriteLine("ERROR: SessionManager.dll not found and multi-CATDEV is enabled!"); in InitialEnvVarSetup() 641 …Console.WriteLine(" Please install HostBridge version 3.2.2.3+ or disable multi-CATDEV featu… in InitialEnvVarSetup() 691 …Console.WriteLine("WARNING: CAFE_SLC_DIR is set to a non-default path! Cafe may encounter errors!"… in InitialEnvVarSetup() 692 Console.WriteLine("default:{0}", defaultSlcDir); in InitialEnvVarSetup() 693 Console.WriteLine(" actual:{0}", CAFE_SLC_DIR.value); in InitialEnvVarSetup() [all …]
|
| D | Program.cs | 230 Log.WriteLine("CleanEmptArguments started."); in CleanupArguments() 394 …Console.WriteLine("cafex : unable to set {0} encoding to {1}. Reverting to default {2}.", target.T… in SetEncoding() 405 Console.WriteLine("\ncafex: terminated"); in ConsoleCtrlCheck() 412 …Console.WriteLine("-------------------------- CAFEX NEW INSTANCE ---------------------------------… in Main() 413 Console.WriteLine("Main started. Command line = " + Environment.CommandLine); in Main() 427 … Log.WriteLine("-------------------------- CAFEX NEW INSTANCE ----------------------------------"); in Main() 428 Log.WriteLine("Main started. Command line = " + Environment.CommandLine); in Main() 433 Console.WriteLine("CafeX: Profiling is enabled!"); in Main() 496 Console.WriteLine("Invalid file name!\n"); in Main() 510 Console.WriteLine(PERMISSION_ERROR_TEXT); in Main() [all …]
|
| D | ExecutableClasses.cs | 50 … Log.WriteLine("dkt.FlushOutputBuffer started -> calls FlushOuputBuffer( 1 second)."); in FlushOutputBuffer() 60 Log.WriteLine("dkt.FlushOutputBuffer(" + strSeconds + ") started."); in FlushOutputBuffer() 92 Log.WriteLine("PCFSServer.Shutdown started."); in Shutdown() 103 …Log.WriteLine("PCFSServer.Start started. parameters=" + parameters + ", mapping=" + mapping + ", l… in Start() 114 Log.WriteLine("PCFSServer.output_callback started."); in output_callback() 130 …Console.WriteLine("cafex [PCFSServer]: Caught exception while writing stdout to '{0}':", output_lo… in output_callback() 131 Console.WriteLine(" {0}", ex.Message); in output_callback() 150 Log.WriteLine("checkbridgename.CheckName started."); in CheckName() 170 Log.WriteLine("checkbridgename.CheckName_IPOnly started."); in CheckName_IPOnly() 193 Log.WriteLine("ToucanReset.Stop started."); in Stop() [all …]
|
| D | Tools.cs | 35 Log.WriteLine("BackUpCurrentEnvironment started."); in BackUpCurrentEnvironment() 44 Log.WriteLine("BackUpCurrentEnvironment completed."); in BackUpCurrentEnvironment() 51 Log.WriteLine("RestoreSavedEnvironment started."); in RestoreSavedEnvironment() 56 Log.WriteLine("RestoreSavedEnvironment ignored. No backup available."); in RestoreSavedEnvironment() 73 Log.WriteLine("RestoreSavedEnvironment completed successfully."); in RestoreSavedEnvironment() 118 Log.WriteLine("RemoveFromVar: removal is empty!"); in RemoveFromVar() 126 Log.WriteLine("RemoveFromVar: delimiter is null!"); in RemoveFromVar() 152 Log.WriteLine("RemoveFromVar: \"" + removal + "\" does not exist in the arg list!"); in RemoveFromVar() 192 Log.WriteLine("Windowsify input = " + input); in Windowsify() 228 Log.WriteLine("Windowsify return = " + input); in Windowsify() [all …]
|
| D | SerialCommunication.cs | 98 Console.WriteLine(message); in PrintMessage() 200 Console.WriteLine(string.Format("Serial communication started on COM{0}", portNumber)); in Start() 239 Console.WriteLine("Serial communication stopped."); in Stop() 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() 364 Console.WriteLine(line); in DataReceivedHandler()
|
| D | Character stream dumper.cs | 526 Console.WriteLine(DK_CONSOLE_EXPIRE_MESSAGE, DK_READY_TIMEOUT); in BufferOrDiscardDKInput() 536 Console.WriteLine("cattoucan : input '{0}' discarded!", buffer); in BufferOrDiscardDKInput() 652 … Console.WriteLine(DK_CONSOLE_EXPIRE_MESSAGE, DK_READY_TIMEOUT); in input_thread_proc() 699 Console.WriteLine("cafex : unable to initialize keyboard input!"); in input_thread_proc() 705 Console.WriteLine("cafex : unable to initialize keyboard input!"); in input_thread_proc() 713 Console.WriteLine("cafex : unable to initialize keyboard input!"); in input_thread_proc() 995 CafeX.Log.WriteLine("Overriding existing handler for '{0}'!", kvp.Key); in AddNotification() 1127 Log.WriteLine("Input stream could not be opened for reading."); in RelaySerialCharacters() 1178 …CafeX.Log.WriteLine("############# CLOSING TCP CONNECTION WITH CONSOLE ON PORT " + m_portcombo_to… in RelaySerialCharacters() 1435 output_stream.WriteLine(); in consume_raw_bytes() [all …]
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/MultiThreadConvert/ |
| D | Program.cs | 77 Console.WriteLine("Error while converting code: {0}", log); in Main() 80 Console.WriteLine("GLSL VS code:"); in Main() 81 Console.WriteLine(glslCode); in Main() 87 Console.WriteLine("Error while converting code: {0}", log); in Main() 90 Console.WriteLine("GLSL PS code:"); in Main() 91 Console.WriteLine(glslCode); in Main() 99 …omFile("test.fx", @"output\$0_$1.glsl", (isSuccess, message) => Console.WriteLine("{0} : {1}", isS… in Main()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/CustomConverterApp/ |
| D | Program.cs | 77 Console.WriteLine("Error while converting code: {0}", log); in Main() 80 Console.WriteLine("GLSL VS code:"); in Main() 81 Console.WriteLine(glslCode); in Main() 87 Console.WriteLine("Error while converting code: {0}", log); in Main() 90 Console.WriteLine("GLSL PS code:"); in Main() 91 Console.WriteLine(glslCode); in Main() 99 …omFile("test.fx", @"output\$0_$1.glsl", (isSuccess, message) => Console.WriteLine("{0} : {1}", isS… in Main()
|
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | SelectPortDialog.cs | 100 Console.WriteLine("Error accessing key '{0}'.. Skipping..", startKeyPath); in MineRegistryForPortName()
|