| /RvlSDK-3.1.4/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.1.4/build/tools/thputilities/src/ |
| D | thputilities.c | 1107 s32 error = THP_ERROR_NOERROR; in THPUtyCreateTHP() local 1134 error = rtn; in THPUtyCreateTHP() 1146 error = rtn; in THPUtyCreateTHP() 1155 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1172 error = THP_ERROR_FATAL; in THPUtyCreateTHP() 1186 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1229 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1239 error = THP_ERROR_FILEIO; in THPUtyCreateTHP() 1260 error = rtn; in THPUtyCreateTHP() 1275 error = THP_ERROR_DATA; in THPUtyCreateTHP() [all …]
|
| /RvlSDK-3.1.4/build/tools/THPConv/src/ |
| D | THPConv.c | 804 s32 error = TRUE; in convertJPEGtoTHP() local 825 error = FALSE; in convertJPEGtoTHP() 833 error = FALSE; in convertJPEGtoTHP() 849 error = FALSE; in convertJPEGtoTHP() 867 error = FALSE; in convertJPEGtoTHP() 876 error = FALSE; in convertJPEGtoTHP() 919 error = FALSE; in convertJPEGtoTHP() 927 error = FALSE; in convertJPEGtoTHP() 940 error = FALSE; in convertJPEGtoTHP() 950 error = FALSE; in convertJPEGtoTHP() [all …]
|
| /RvlSDK-3.1.4/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.1.4/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.1.4/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.1.4/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 | 813 int error; in CreateHierarchyFromFilesRecursively() local 846 error = GetLastError(); in CreateHierarchyFromFilesRecursively() 848 if (error == ERROR_NO_MORE_FILES) in CreateHierarchyFromFilesRecursively() 861 fprintf(stderr, "Error code is %d\n", error); in CreateHierarchyFromFilesRecursively() 1045 int error; in CreateHierarchyFromFiles() local 1062 error = GetLastError(); in CreateHierarchyFromFiles() 1063 if (error = ERROR_FILE_NOT_FOUND) in CreateHierarchyFromFiles() 1071 fprintf(stderr, "Error code is %d\n", error); in CreateHierarchyFromFiles()
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/res/ |
| D | multi.rc2 | 6 #error this file is not editable by Microsoft Visual C++
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/dual/res/ |
| D | dual.rc2 | 6 #error this file is not editable by Microsoft Visual C++
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/dual/ |
| D | dual.h | 17 #error include 'stdafx.h' before including this file for PCH
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/ |
| D | multi.h | 17 #error include 'stdafx.h' before including this file for PCH
|
| /RvlSDK-3.1.4/build/libraries/kpadOld/include/ |
| D | KPADinside.h | 17 #error KPADinside.h of KPADOld cannot be used with that of KPAD version 2
|
| /RvlSDK-3.1.4/build/libraries/kpad/include/ |
| D | KPADinside.h | 17 #error KPADinside.h of KPAD version 2 cannot be used with that of KPADOld
|
| /RvlSDK-3.1.4/include/revolution/ |
| 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.1.4/ |
| D | readme-RVL_SDK-3_1-patch2.txt | 182 Normally, OSFatal displays an error message and stops the system. Currently, however, that error me… 197 [CW] A link error occurs when building with CodeWarrior IDE
|
| D | readme-RVL_SDK-3_1-patch4.txt | 175 Normally, OSFatal displays an error message and stops the system. Currently, however, that error me… 190 [CW] A link error occurs when building with CodeWarrior IDE
|
| /RvlSDK-3.1.4/build/tools/sndconv/src/ |
| D | sndconv.c | 30 static char error[1024]; variable
|
| /RvlSDK-3.1.4/build/tools/TexConv/sample/ |
| D | sample.tcs | 17 ; many assert calls with printf error messages.
|