Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs1493 StreamWriter sw = new StreamWriter(fs); in hoststop()
1494sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1495sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop()
1496sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1499 sw.Write(output); in hoststop()
1500 sw.Flush(); in hoststop()
1501 sw.Close(); in hoststop()
4644 StreamWriter sw = new StreamWriter(fs); in devrun()
4645 sw.WriteLine(";"); in devrun()
4646 sw.WriteLine("; " + CAFEDEVRUN_NAME.value + "." + CAFEDEVRUN_EXT.value); in devrun()
[all …]
DTools.cs1513 internal static StreamWriter sw = null; field in CafeX.Log
1519 if (sw == null) in OpenLogFile()
1528 sw = new StreamWriter(path); in OpenLogFile()
1534 sw = null; in OpenLogFile()
1536 return (sw != null); in OpenLogFile()
1543 if (sw != null) in WriteLine()
1545 sw.WriteLine(message); in WriteLine()
1568 if (sw != null) in WriteLineRaw()
1570 sw.WriteLine(message); in WriteLineRaw()
1591 if (sw != null) in CloseLogFile()
[all …]
DExecutableClasses.cs1326 StreamWriter sw = new StreamWriter(fs); in sync()
1327 sw.Write(output); in sync()
1328 sw.Flush(); in sync()
1329 sw.Close(); in sync()
1994 StreamWriter sw = new StreamWriter(fs); in start()
1995 sw.WriteLine(ret); in start()
1996 sw.Flush(); in start()
1997 sw.Close(); in start()
2000 sw = new StreamWriter(fs); in start()
2001 sw.WriteLine(output); in start()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/
Dkpad.h351 void KPADSetReviseMode ( s32 chan, BOOL sw ) ;