Home
last modified time | relevance | path

Searched refs:line (Results 1 – 18 of 18) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFont.h128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
137 void DEMOFontPuts(f32 column, f32 line, const char* pStr);
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Verify.h46 u32 line,
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DSerialCommunication.cs360 var line = _serialPort.ReadLine(); in DataReceivedHandler()
364 Console.WriteLine(line); in DataReceivedHandler()
369 var message = _messages.Keys.FirstOrDefault(m => line.Contains(m)); in DataReceivedHandler()
DCafeFunctions.cs884 string line = input.Substring(pos + IOS_CRASHDUMP_TOKEN.Length).Trim(); in StartProcessOnCrashdump()
892line = string.Format("/c start bash -c \"{0}\"", Regex.Replace(line, "%([A-Za-z_]\\w+)%", "${$1}")… in StartProcessOnCrashdump()
897 line = "/c start " + Regex.Replace(line, "\\${?([A-Za-z_]\\w+)}?", "%$1%"); in StartProcessOnCrashdump()
900 Log.WriteLine(String.Format("Starting '{0} {1}'...", shell, line)); in StartProcessOnCrashdump()
902 ProcessExecutor.DoProcess_DontWait(shell, line); in StartProcessOnCrashdump()
1042 string line = sr.ReadLine(); in readSDKFromCafeRoot()
1043 if (line.Contains("SM := ")) in readSDKFromCafeRoot()
1044 SDK_VER.value = line.Substring(25, 1); in readSDKFromCafeRoot()
1045 if (line.Contains("Sm := ")) in readSDKFromCafeRoot()
1046 SDK_VER.value = SDK_VER.value + "." + line.Substring(25, 2); in readSDKFromCafeRoot()
[all …]
DExecutableClasses.cs111 static void output_callback(Object sender, DataReceivedEventArgs line) in output_callback() argument
124 w.Write(line.Data); in output_callback()
/CafeSDK-2.12.13-1/system/src/build/make/
Deppcadddepend_cygwin.sed3 # add a blank line
Deppccleandepend_cygwin.sed12 # replace slash at end of line with a backslash
/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSerialLog.cs26 public delegate void NewDataHandler(String line); in NewDataHandler() argument
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoCapture.c87 char line[90]; in _DEMODumpSerial() local
97 pc = &line[0]; in _DEMODumpSerial()
117 DEMOPrintf("%s", line); in _DEMODumpSerial()
122 pc = &line[0]; in _DEMODumpSerial()
173 DEMOPrintf("%s", line); in _DEMODumpSerial()
DdemoFont.c184 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... ) in DEMOFontPrintf() argument
205 DEMOFontPuts( column, line, str ); in DEMOFontPrintf()
208 void DEMOFontPuts(f32 column, f32 line, const char* pStr) in DEMOFontPuts() argument
234 offsetY = -(s32)((line + 1) * pFont->gridOffsetY); in DEMOFontPuts()
/CafeSDK-2.12.13-1/system/bin/tool/
Dpcfsoversata.bat28 echo Bad argument '%1' on command line. Please use -enable or -disable
Duploadimg_simultaneous.sh41 Must have unix and not DOS style line ends.
/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.rpl.ld34 // this should be the last line
Deppc.Cafe.ld38 // this should be the last line
Daxfx.h693 s32 *line[4]; member
746 s32 *line[3]; member
775 s32 *line[4]; member
833 f32 *line[3]; member
896 f32 *line[4]; member
1260 f32 *line[AXFX_MULTI_CH_MAX_CHANNELS]; member
Dos.h251 void OSPanic ( const char* file, int line, const char* msg, ... );
/CafeSDK-2.12.13-1/system/src/tool/cafex/Properties/binres/
DREADME.txt17 Once mingw-get is installed, run the following from the command line: