Home
last modified time | relevance | path

Searched refs:ok_hex_ (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DCreateWindowEx.c97 #undef ok_hex_
98 #define ok_hex_(expression, result) \ macro
128 ok_hex_(create->style, g_NcExpectStyle); in MSGTestProc()
140 ok_hex_(create->style, g_NcExpectStyle); in MSGTestProc()
149 ok_hex_(create->style, g_ExpectStyle); in MSGTestProc()
423 ok_hex_(create->style, g_NcExpectStyle); in MSGTestProc2()
439 ok_hex_(create->style, g_ExpectStyle); in MSGTestProc2()
672 ok_hex_(create->style, g_NcExpectStyle); in MSGTestProcMDI()
681 ok_hex_(create->style, g_ExpectStyle); in MSGTestProcMDI()
781 ok_hex_(create->style, g_NcExpectStyle); in MSGTestProcMDI2()
[all …]
/reactos/modules/rostests/apitests/ntdll/
H A DUserModeException.c262 ok_hex_(__FILE__, TestEntry->Line, Status, ExpectedStatus); in Test_SingleInstruction()
263 ok_hex_(__FILE__, TestEntry->Line, ExceptionRecord.ExceptionCode, Status); in Test_SingleInstruction()
264 ok_hex_(__FILE__, TestEntry->Line, ExceptionRecord.ExceptionFlags, 0); in Test_SingleInstruction()
/reactos/modules/rostests/apitests/zipfldr/
H A DIDataObject.cpp119 ok_hex_(file, line, hr, S_OK); in IsFormatAdvertised_()
128 ok_hex_(file, line, fmt.lindex, -1); in IsFormatAdvertised_()
130 ok_hex_(file, line, fmt.tymed, tymed); in IsFormatAdvertised_()
134 ok_hex_(file, line, hr, S_FALSE); in IsFormatAdvertised_()
/reactos/modules/rostests/apitests/include/
H A Dapitest.h36 #define ok_hr_(file, line, status, expected) ok_hex_(file, line, status, expected)
/reactos/sdk/include/reactos/wine/
H A Dtest.h943 #define ok_hex_(file, line, expression, result) \ macro
950 #define ok_hex(expression, result) ok_hex_(__FILE__, __LINE__, expression, result)
/reactos/modules/rostests/apitests/dbghelp/
H A Drsym.c263 ok_hex_(__FILE__, test_data[ctx->Index].Line, pSymInfo->Tag, test_data[ctx->Index].Tag); in EnumSymProc()