| /RvlSDK-3.2.2/build/demos/hio2demo/HioIf/include/ |
| D | Hio2IfErr.str | 12 // error message strings 14 // error 15 "no error", 26 // fatal error 27 "HIO2EnumDevices() failed, error no(%d)", 28 "HIO2Init() failed, error no(%d)", 29 "HIO2Open() failed, EXI device(%d), error no(%d)", 30 "HIO2Close() failed, EXI device(%d), error no(%d)", 31 "HIO2Read() failed, EXI device(%d), error no(%d)", 32 "HIO2Write() failed, EXI device(%d), error no(%d)", [all …]
|
| /RvlSDK-3.2.2/build/tools/thputilities/src/ |
| D | thputilities.c | 1112 s32 error = THP_ERROR_NOERROR; in THPUtyCreateTHP() local 1139 error = rtn; in THPUtyCreateTHP() 1151 error = rtn; in THPUtyCreateTHP() 1160 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1177 error = THP_ERROR_FATAL; in THPUtyCreateTHP() 1191 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1234 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1244 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1265 error = rtn; in THPUtyCreateTHP() 1280 error = THP_ERROR_DATA; in THPUtyCreateTHP() [all …]
|
| /RvlSDK-3.2.2/build/tools/THPConv/src/ |
| D | THPConv.c | 809 s32 error = TRUE; in convertJPEGtoTHP() local 830 error = FALSE; in convertJPEGtoTHP() 838 error = FALSE; in convertJPEGtoTHP() 854 error = FALSE; in convertJPEGtoTHP() 872 error = FALSE; in convertJPEGtoTHP() 881 error = FALSE; in convertJPEGtoTHP() 924 error = FALSE; in convertJPEGtoTHP() 932 error = FALSE; in convertJPEGtoTHP() 945 error = FALSE; in convertJPEGtoTHP() 955 error = FALSE; in convertJPEGtoTHP() [all …]
|
| /RvlSDK-3.2.2/include/revolution/os/ |
| D | OSError.h | 65 typedef void (*OSErrorHandler)( OSError error, OSContext* context, ... ); 95 OSErrorHandler OSSetErrorHandler( OSError error, OSErrorHandler handler );
|
| D | OSThread.h | 167 s32 error; member
|
| /RvlSDK-3.2.2/build/demos/dvddemo/src/ |
| D | dvddemo3.c | 76 volatile BOOL error = FALSE; variable 100 error = TRUE; in callback() 188 if (error) in main()
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | errordemo.c | 38 static void ErrorHandler(OSError error, in ErrorHandler() argument 43 #pragma unused (error) in ErrorHandler()
|
| D | fpe.c | 68 static void FloatingPointErrorHandler(OSError error, OSContext* context, u32 dsisr, u32 dar) in FloatingPointErrorHandler() argument 70 #pragma unused(error, dsisr, dar) in FloatingPointErrorHandler()
|
| /RvlSDK-3.2.2/build/tools/darch/src/ |
| D | fst.c | 82 int error; in dirSearch() local 122 error = GetLastError(); in dirSearch() 124 if (error == ERROR_NO_MORE_FILES) in dirSearch() 137 fprintf(stderr, "Error code is %d\n", error); in dirSearch()
|
| D | create.c | 817 int error; in CreateHierarchyFromFilesRecursively() local 851 error = GetLastError(); in CreateHierarchyFromFilesRecursively() 853 if (error == ERROR_NO_MORE_FILES) in CreateHierarchyFromFilesRecursively() 866 fprintf(stderr, "Error code is %d\n", error); in CreateHierarchyFromFilesRecursively() 1050 int error; in CreateHierarchyFromFiles() local 1068 error = GetLastError(); in CreateHierarchyFromFiles() 1069 if (error = ERROR_FILE_NOT_FOUND) in CreateHierarchyFromFiles() 1077 fprintf(stderr, "Error code is %d\n", error); in CreateHierarchyFromFiles()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/res/ |
| D | dual.rc2 | 6 #error this file is not editable by Microsoft Visual C++
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/res/ |
| D | multi.rc2 | 6 #error this file is not editable by Microsoft Visual C++
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/ |
| D | dual.h | 17 #error include 'stdafx.h' before including this file for PCH
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/ |
| D | multi.h | 20 #error include 'stdafx.h' before including this file for PCH
|
| /RvlSDK-3.2.2/build/libraries/kpadOld/include/ |
| D | KPADinside.h | 17 #error KPADinside.h of KPADOld cannot be used with that of KPAD version 2
|
| /RvlSDK-3.2.2/build/libraries/kpad/include/ |
| D | KPADinside.h | 17 #error KPADinside.h of KPAD version 2 cannot be used with that of KPADOld
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | hid.h | 216 HIDError error,
|
| D | kpadOld.h | 19 #error KPADOld (kpadOld.h) cannot be used with KPAD version 2 (kpad.h)
|
| D | kpad.h | 19 #error KPAD version 2 (kpad.h) cannot be used with KPADOld (kpadOld.h)
|
| /RvlSDK-3.2.2/ |
| D | readme-RVL_SDK-3_2.txt | 196 …Normally, OSFatal displays an error message and stops the system. Currently, however, that error m… 213 [CW] A link error occurs when building with CodeWarrior IDE
|
| D | readme-RVL_SDK-3_2-patch2.txt | 185 …Normally, OSFatal displays an error message and stops the system. Currently, however, that error m… 202 [CW] A link error occurs when building with CodeWarrior IDE
|
| /RvlSDK-3.2.2/build/tools/sndconv/src/ |
| D | sndconv.c | 30 static char error[1024]; variable
|
| /RvlSDK-3.2.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 17 ; many assert calls with printf error messages.
|