Home
last modified time | relevance | path

Searched refs:e (Results 1 – 19 of 19) sorted by relevance

/CafeSDK-2.12.13/system/include/nn/util/
Dutil_SizedEnum.h63 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/system/src/build/make/
Deppcadddepend_cygwin.sed2 #ADD_DEPEND := sed -e 's/\#.*//' -e 's/^[^:]*:[ ]*//' -e 's/ *\\$$//' -e '/^$$/ d' -e 's/$$/ :/'
/CafeSDK-2.12.13/system/src/tool/CatLog/
DCatLog.cs138 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
DSerialLog.cs52 void port_DataReceived(object sender, SerialDataReceivedEventArgs e) in port_DataReceived() argument
/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs570 DataReceivedEventHandler callback = (sender, e) => in title_softlaunch()
572 if (e != null && e.Data != null) in title_softlaunch()
574 Console.WriteLine(e.Data); in title_softlaunch()
920 catch (InvalidOperationException e) in launch()
922 … Log.WriteLine(string.Format("cafex: cosdebug.launch: InvalidOperationException: {0}", e)); in launch()
924 catch (ArgumentNullException e) in launch()
926 … Log.WriteLine(string.Format("cafex: cosdebug.launch: ArgumentNullException: {0}", e)); in launch()
928 catch (SocketException e) in launch()
930 Log.WriteLine(string.Format("cafex: cosdebug.launch: SocketException: {0}", e)); in launch()
932 catch (IOException e) in launch()
[all …]
DTools.cs270 catch (Exception e) in DoProcess()
274 Console.WriteLine(e.Message); in DoProcess()
310 catch (Exception e) in DoProcess_DontWait()
314 Console.WriteLine(e.Message); in DoProcess_DontWait()
363 DataReceivedEventHandler callback = (sender, e) => in DoProcess_GetOutput()
365 if (e != null && e.Data != null) in DoProcess_GetOutput()
367 outputTmp.AppendLine( e.Data ); in DoProcess_GetOutput()
430 catch (Exception e) in DoProcess_GetOutput()
435 Console.WriteLine(e.Message); in DoProcess_GetOutput()
495 catch (Exception e) in StartProcess_RedirectOutput()
[all …]
DProgram.cs622 catch (Exception e) in Main()
628 e.Message + "\nStack trace:" + e.StackTrace + "\n"; in Main()
652 Console.WriteLine("Error message: " + e.Message); in Main()
DCafeFunctions.cs4681 catch (Exception e) in headlessrun()
4683 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in headlessrun()
5642 catch (Exception e) in ForceRemoveDirectory()
5645 dirName, e.Message, retry); in ForceRemoveDirectory()
5957 catch (Exception e) in recover()
5959 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in recover()
6106 catch (Exception e) in recover()
6108 … recover[warning]: Failure to hard stop the DEVKIT after bootloader update, error {0}", e.Message); in recover()
6345 catch (Exception e) in cleardata()
6347 … recover[warning]: Failure to hard stop the DEVKIT prior to mode detection, error {0}", e.Message); in cleardata()
[all …]
/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_tmzn.c257 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/data/mlc/sys/title/0005001b/10042300/content/
Dexceptions.txt26 /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/data/mlc/sys/title/0005001b/10042300/content/content/
Dexceptions.txt26 /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/system/include/cafe/
Dos.h247 #define OS_STATIC_ASSERT(e, message) \ argument
248 typedef int os_static_assert__failed__##message[!(e) ? -1 : 1]
/CafeSDK-2.12.13/system/bin/tool/
Dcafedevrun.sh121 if [[ $- =~ e ]]; then
Dmakeaoc.sh183 HEX_CHAR=(0 1 2 3 4 5 6 7 8 9 a b c d e f)
Dcaferun191 -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
Dviewcore.bat43 set BETA=%%e
Dmakecfmaster.sh566 e ) EXPAND_FST_MAX_SIZE=1 ;;
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Misc.h487 #define GX2_STATIC_ASSERT(e, message) typedef int static_assert_failed_##message[!(e) ? -1 : 1] argument
/CafeSDK-2.12.13/
Dcafe.bat194 :: 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)
510 %CYGWIN_PATH%\bin\mintty -e %CYGWIN_PATH%\bin\bash --login -i %*
599 set SESSION_LAUNCH_CTRL_PORT=%%e