Home
last modified time | relevance | path

Searched refs:sw (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1456 StreamWriter sw = new StreamWriter(fs); in hoststop()
1457sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1458sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop()
1459sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1462 sw.Write(output); in hoststop()
1463 sw.Flush(); in hoststop()
1464 sw.Close(); in hoststop()
4380 StreamWriter sw = new StreamWriter(fs); in devrun()
4381 sw.WriteLine(";"); in devrun()
4382 sw.WriteLine("; " + CAFEDEVRUN_NAME.value + "." + CAFEDEVRUN_EXT.value); in devrun()
[all …]
DTools.cs1281 internal static StreamWriter sw = null; field in CafeX.Log
1287 if (sw == null) in OpenLogFile()
1296 sw = new StreamWriter(path); in OpenLogFile()
1302 sw = null; in OpenLogFile()
1304 return (sw != null); in OpenLogFile()
1311 if (sw != null) in WriteLine()
1313 sw.WriteLine(message); in WriteLine()
1336 if (sw != null) in WriteLineRaw()
1338 sw.WriteLine(message); in WriteLineRaw()
1359 if (sw != null) in CloseLogFile()
[all …]
DExecutableClasses.cs1304 StreamWriter sw = new StreamWriter(fs); in sync()
1305 sw.Write(output); in sync()
1306 sw.Flush(); in sync()
1307 sw.Close(); in sync()
1972 StreamWriter sw = new StreamWriter(fs); in start()
1973 sw.WriteLine(ret); in start()
1974 sw.Flush(); in start()
1975 sw.Close(); in start()
1978 sw = new StreamWriter(fs); in start()
1979 sw.WriteLine(output); in start()
[all …]
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h351 void KPADSetReviseMode ( s32 chan, BOOL sw ) ;