/reactos/modules/rostests/dxtest/ddraw/ |
H A D | ddraw_test.cpp | 12 INT passed, failed, opassed, ofailed; in main() local 25 passed = 0; in main() 27 TestList[j].Proc(&passed, &failed); in main() 28 opassed += passed; in main() 30 printf(" tests: %d, passed: %d, failed: %d\n\n", passed+failed, passed, failed); in main() 39 passed = 0; in main() 42 TestList[i].Proc(&passed, &failed); in main() 43 opassed += passed; in main() 45 printf(" tests: %d, passed: %d, failed: %d\n\n", passed+failed, passed, failed); in main()
|
H A D | ddrawtest.h | 15 (*passed)++;\
|
/reactos/dll/opengl/mesa/ |
H A D | depth.c | 213 passed++; in gl_depth_test_span_generic() 228 passed++; in gl_depth_test_span_generic() 244 passed++; in gl_depth_test_span_generic() 258 passed++; in gl_depth_test_span_generic() 274 passed++; in gl_depth_test_span_generic() 288 passed++; in gl_depth_test_span_generic() 304 passed++; in gl_depth_test_span_generic() 318 passed++; in gl_depth_test_span_generic() 334 passed++; in gl_depth_test_span_generic() 348 passed++; in gl_depth_test_span_generic() [all …]
|
/reactos/modules/rostests/dxtest/ddraw/DDraw/ |
H A D | display_modes.cpp | 3 INT* passed; member 8 BOOL Test_GetMonitorFrequency (INT* passed, INT* failed); 22 INT* passed = Context->passed; in EnumDisplayModes() local 42 BOOL Test_DisplayModes (INT* passed, INT* failed) in Test_DisplayModes() argument 54 ENUMCONTEXT Context = {passed, failed, DirectDraw}; in Test_DisplayModes() 58 Test_GetMonitorFrequency(passed, failed); in Test_DisplayModes() 87 BOOL Test_GetMonitorFrequency (INT* passed, INT* failed) in Test_GetMonitorFrequency() argument
|
H A D | create.cpp | 5 BOOL Test_CreateDDraw (INT* passed, INT* failed) in Test_CreateDDraw() argument 41 BOOL Test_SetCooperativeLevel (INT* passed, INT* failed) in Test_SetCooperativeLevel() argument 89 BOOL Test_GetFourCCCodes (INT* passed, INT* failed) in Test_GetFourCCCodes() argument 115 BOOL Test_GetDeviceIdentifier (INT* passed, INT* failed) in Test_GetDeviceIdentifier() argument
|
H A D | available_mem.cpp | 2 BOOL Test_GetAvailableVidMem (INT* passed, INT* failed) in Test_GetAvailableVidMem() argument
|
/reactos/modules/rostests/dxtest/ddraw/Surface/ |
H A D | blt.cpp | 25 VOID Blt_Test (LPDIRECTDRAWSURFACE7 Surface, INT* passed, INT* failed) in Blt_Test() argument 109 VOID GetBltStatus_Test (LPDIRECTDRAWSURFACE7 Surface, INT* passed, INT* failed) in GetBltStatus_Test() argument 136 BOOL Test_Blt (INT* passed, INT* failed) in Test_Blt() argument 152 Blt_Test (Surface, passed, failed); in Test_Blt() 153 GetBltStatus_Test (Surface, passed, failed); in Test_Blt()
|
H A D | create.cpp | 26 BOOL Test_CreateSurface (INT* passed, INT* failed) in Test_CreateSurface() argument
|
H A D | private_data.cpp | 3 BOOL Test_PrivateData (INT* passed, INT* failed) in Test_PrivateData() argument
|
H A D | misc.cpp | 3 BOOL Test_Misc (INT* passed, INT* failed) in Test_Misc() argument
|
/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | xcpt4u.correct | 79 test79...filter 1...filter 2...finally 1...filter 1...filter 2...finally 2...passed 80 test80...passed 81 test81...in finally passed
|
H A D | xcpt4u.out | 79 test79...filter 1...filter 2...finally 1...filter 1...filter 2...finally 2...passed 80 test80...passed 81 test81...in finally passed
|
H A D | xcpt4u.test.out | 79 test79...filter 1...filter 2...finally 1...filter 1...filter 2...finally 2...passed 80 test80...passed 81 test81...in finally passed
|
H A D | sehframes.out | 99 Test passed
|
/reactos/dll/3rdparty/libxslt/ |
H A D | xsltconfig.h.in | 51 * by default unless --without-debug is passed to configure 104 * On by default unless --without-debugger is passed to configure 117 * On by default unless --without-profiler is passed to configure
|
/reactos/modules/rostests/apitests/compiler/ms/eh/ |
H A D | ehframes.out | 67 Test passed
|
/reactos/modules/rostests/winetests/user32/ |
H A D | cursoricon.c | 2149 BOOL passed[2]; in check_DrawState_Size() local 2160 passed[0] = color_match(result, background); in check_DrawState_Size() 2162 passed[0] = passed[0] & color_match(result, background); in check_DrawState_Size() 2174 passed[1] = color_match(result, background); in check_DrawState_Size() 2176 passed[1] = passed[0] & color_match(result, background); in check_DrawState_Size() 2178 if(!passed[0]&&!passed[1]) in check_DrawState_Size() 2179 ok (passed[1], in check_DrawState_Size() 2184 else if(!passed[1]) in check_DrawState_Size() 2185 ok (passed[1], in check_DrawState_Size() 2191 ok (passed[0], in check_DrawState_Size()
|
/reactos/ |
H A D | toolchain-msvc.cmake | 48 # target architecture is not passed properly
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.evc4 | 58 Check stlp_test.txt for any errors. If all tests passed you are ready to deploy STLport. 92 * it is passed as template parameter to a function
|
/reactos/dll/win32/winmm/lang/ |
H A D | winmm_En.rc | 33 MMSYSERR_INVALFLAG, "An invalid flag was passed to a system function." 34 MMSYSERR_INVALPARAM, "An invalid parameter was passed to a system function." 87 MCIERR_NULL_PARAMETER_BLOCK, "A null parameter block was passed to MCI."
|
H A D | winmm_Sk.rc | 33 MMSYSERR_INVALFLAG, "An invalid flag was passed to a system function." 34 MMSYSERR_INVALPARAM, "An invalid parameter was passed to a system function." 87 MCIERR_NULL_PARAMETER_BLOCK, "A null parameter block was passed to MCI."
|
/reactos/boot/freeldr/ |
H A D | notes.txt | 58 When FreeLoader gets control it saves the boot drive and partition, passed
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | aflatin.c | 1569 FT_Bool passed; in af_latin_hints_compute_segments() local 1603 passed = 0; in af_latin_hints_compute_segments() 1800 if ( passed ) in af_latin_hints_compute_segments() 1802 passed = 1; in af_latin_hints_compute_segments()
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 2761 An invalid level was passed into the specified system call. 3410 The parameter(s) passed to the server in the client/server shared memory window were invalid. Too m… 3876 The ReactOS I/O reparse tag passed for the NTFS reparse point is invalid. 3892 The user data passed for the NTFS reparse point is invalid. 4012 The guid passed was not recognized as valid by a WMI data provider. 4020 The instance name passed was not recognized as valid by a WMI data provider. 4028 The data item id passed was not recognized as valid by a WMI data provider. 5211 A null context handle is passed as an [in] parameter. 5235 The binding handles passed to a remote procedure call do not match. 5251 A null reference pointer was passed to the stub.
|
/reactos/dll/3rdparty/libtirpc/ |
H A D | INSTALL | 204 environment passed to `configure'. However, some packages may run
|