| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoFont.h | 128 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/ |
| D | demoFont.h | 128 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/ |
| D | gx2Verify.h | 46 u32 line,
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | SerialCommunication.cs | 360 var line = _serialPort.ReadLine(); in DataReceivedHandler() 364 Console.WriteLine(line); in DataReceivedHandler() 369 var message = _messages.Keys.FirstOrDefault(m => line.Contains(m)); in DataReceivedHandler()
|
| D | CafeFunctions.cs | 884 string line = input.Substring(pos + IOS_CRASHDUMP_TOKEN.Length).Trim(); in StartProcessOnCrashdump() 892 …line = 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 …]
|
| D | ExecutableClasses.cs | 111 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/ |
| D | eppcadddepend_cygwin.sed | 3 # add a blank line
|
| D | eppccleandepend_cygwin.sed | 12 # replace slash at end of line with a backslash
|
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | SerialLog.cs | 26 public delegate void NewDataHandler(String line); in NewDataHandler() argument
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoCapture.c | 87 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()
|
| D | demoFont.c | 184 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/ |
| D | pcfsoversata.bat | 28 echo Bad argument '%1' on command line. Please use -enable or -disable
|
| D | uploadimg_simultaneous.sh | 41 Must have unix and not DOS style line ends.
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | eppc.Cafe.rpl.ld | 34 // this should be the last line
|
| D | eppc.Cafe.ld | 38 // this should be the last line
|
| D | axfx.h | 693 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
|
| D | os.h | 251 void OSPanic ( const char* file, int line, const char* msg, ... );
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/Properties/binres/ |
| D | README.txt | 17 Once mingw-get is installed, run the following from the command line:
|