| /CafeSDK-2.12.13-1/system/include/nn/util/ |
| D | util_SizedEnum.h | 63 SizedEnum(EnumT e) { Set(e); } in SizedEnum() argument 82 Self& operator =(EnumT e) { Set(e); return *this; } 92 void Set(EnumT e) { m_EnumValue = static_cast<EnumT>(e); } in Set() argument 131 SizedEnum1(EnumT e) : SizedEnum<bit8, EnumT>(e) {} in SizedEnum1() argument 161 SizedEnum2(EnumT e) : SizedEnum<bit16, EnumT>(e) {} in SizedEnum2() argument 191 SizedEnum4(EnumT e) : SizedEnum<bit32, EnumT>(e) {} in SizedEnum4() argument
|
| /CafeSDK-2.12.13-1/system/src/build/make/ |
| D | eppcadddepend_cygwin.sed | 2 #ADD_DEPEND := sed -e 's/\#.*//' -e 's/^[^:]*:[ ]*//' -e 's/ *\\$$//' -e '/^$$/ d' -e 's/$$/ :/'
|
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | CatLog.cs | 138 private void btnReset_Click(object sender, EventArgs e) in btnReset_Click() argument 143 private void resetToolStripMenuItem1_Click(object sender, EventArgs e) in resetToolStripMenuItem1_Click() argument 148 private void exitToolStripMenuItem_Click(object sender, EventArgs e) in exitToolStripMenuItem_Click() argument 155 private void CatLog_FormClosing(object sender, FormClosingEventArgs e) in CatLog_FormClosing() argument 160 private void btnSave_Click(object sender, EventArgs e) in btnSave_Click() argument 165 private void saveToolStripMenuItem_Click(object sender, EventArgs e) in saveToolStripMenuItem_Click() argument 170 private void choosePortToolStripMenuItem_Click(object sender, EventArgs e) in choosePortToolStripMenuItem_Click() argument
|
| D | SerialLog.cs | 52 void port_DataReceived(object sender, SerialDataReceivedEventArgs e) in port_DataReceived() argument
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 592 DataReceivedEventHandler callback = (sender, e) => in title_softlaunch() 594 if (e != null && e.Data != null) in title_softlaunch() 596 Console.WriteLine(e.Data); in title_softlaunch() 942 catch (InvalidOperationException e) in launch() 944 … Log.WriteLine(string.Format("cafex: cosdebug.launch: InvalidOperationException: {0}", e)); in launch() 946 catch (ArgumentNullException e) in launch() 948 … Log.WriteLine(string.Format("cafex: cosdebug.launch: ArgumentNullException: {0}", e)); in launch() 950 catch (SocketException e) in launch() 952 Log.WriteLine(string.Format("cafex: cosdebug.launch: SocketException: {0}", e)); in launch() 954 catch (IOException e) in launch() [all …]
|
| D | Tools.cs | 285 catch (Exception e) in DoProcess_DontWait() 289 Console.WriteLine(e.Message); in DoProcess_DontWait() 334 catch (Exception e) in DoProcess_WaitTime() 338 Console.WriteLine(e.Message); in DoProcess_WaitTime() 387 DataReceivedEventHandler callback = (sender, e) => in DoProcess_GetOutput() 389 if (e != null && e.Data != null) in DoProcess_GetOutput() 391 outputTmp.AppendLine( e.Data ); in DoProcess_GetOutput() 454 catch (Exception e) in DoProcess_GetOutput() 459 Console.WriteLine(e.Message); in DoProcess_GetOutput() 519 catch (Exception e) in StartProcess_RedirectOutput() [all …]
|
| D | Program.cs | 688 catch (Exception e) in Main() 694 e.Message + "\nStack trace:" + e.StackTrace + "\n"; in Main() 718 Console.WriteLine("Error message: " + e.Message); in Main()
|
| D | SerialCommunication.cs | 346 private void DataReceivedHandler(object sender, SerialDataReceivedEventArgs e) in DataReceivedHandler() argument
|
| D | CafeFunctions.cs | 4954 catch (Exception e) in headlessrun() 4956 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in headlessrun() 5928 catch (Exception e) in ForceRemoveDirectory() 5931 dirName, e.Message, retry); in ForceRemoveDirectory() 6193 catch (Exception e) in recover() 6195 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in recover() 6356 catch (Exception e) in recover() 6358 … recover[warning]: Failure to hard stop the DEVKIT after bootloader update, error {0}", e.Message); in recover() 6620 catch (Exception e) in cleardata() 6622 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in cleardata() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_tmzn.c | 257 char **envp = environ, *e; in tzset() local 259 while (e = *envp++) in tzset() 260 if (e[0] == 'T' && e[1] == 'Z' && e[2] == '=') { in tzset() 261 tz = e + 3; in tzset()
|
| /CafeSDK-2.12.13-1/data/mlc/sys/title/0005001b/10042300/content/content/ |
| D | exceptions.txt | 26 /vol/system_slc/title/0005001e; 65 /vol/storage_mlc01/sys/title/0005001e; 82 /vol/storage_mlc01/sys/title/0005003e; 109 /vol/storage_mlc01/title/0005001e; 126 /vol/storage_mlc01/title/0005003e;
|
| /CafeSDK-2.12.13-1/data/mlc/sys/title/0005001b/10042300/content/ |
| D | exceptions.txt | 26 /vol/system_slc/title/0005001e; 65 /vol/storage_mlc01/sys/title/0005001e; 82 /vol/storage_mlc01/sys/title/0005003e; 109 /vol/storage_mlc01/title/0005001e; 126 /vol/storage_mlc01/title/0005003e;
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | os.h | 247 #define OS_STATIC_ASSERT(e, message) \ argument 248 typedef int os_static_assert__failed__##message[!(e) ? -1 : 1]
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | cafedevrun.sh | 121 if [[ $- =~ e ]]; then
|
| D | makeaoc.sh | 183 HEX_CHAR=(0 1 2 3 4 5 6 7 8 9 a b c d e f)
|
| D | setbridge.bat | 67 set SESSION_LAUNCH_CTRL_PORT=%%e
|
| D | caferun | 191 -e <op> : pass op through to FSEmul or MCP (e.g.: -e sata -> FSEmul -sata) 892 while getopts :m:g:e:p:d:k:w:a:o:unxbijqNADLRFcfsryt:l:hH:2Vv:WM:z OPT 920 e ) # Use name-spacing to segregate consumers of options
|
| D | viewcore.bat | 43 set BETA=%%e
|
| D | makecfmaster.sh | 566 e ) EXPAND_FST_MAX_SIZE=1 ;;
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Misc.h | 487 #define GX2_STATIC_ASSERT(e, message) typedef int static_assert_failed_##message[!(e) ? -1 : 1] argument
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 194 :: NOTE: If CAFE_ROOT_DOS is a directory under CYGWIN_PATH (i.e. home), please 197 :: directory using UNIX-style (e.g., /cygdrive/c/Users/me) 511 %CYGWIN_PATH%\bin\mintty -e %CYGWIN_PATH%\bin\bash --login -i %* 600 set SESSION_LAUNCH_CTRL_PORT=%%e
|