Home
last modified time | relevance | path

Searched refs:test4 (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/apitests/compiler/ms/eh/
H A Dehthrow.cxx298 void test4() in test4() function
500 test4(); in main()
/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Dxcpt4u.correct5 test4...succeeded
H A Dxcpt4u.out5 test4...succeeded
H A Dxcpt4u.test.out5 test4...succeeded
/reactos/modules/rostests/winetests/user32/
H A Dedit.c2637 WNDCLASSA test4; in RegisterWindowClasses() local
2664 test4.style = 0; in RegisterWindowClasses()
2665 test4.lpfnWndProc = edit4_wnd_procA; in RegisterWindowClasses()
2666 test4.cbClsExtra = 0; in RegisterWindowClasses()
2667 test4.cbWndExtra = 0; in RegisterWindowClasses()
2668 test4.hInstance = hinst; in RegisterWindowClasses()
2669 test4.hIcon = NULL; in RegisterWindowClasses()
2671 test4.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in RegisterWindowClasses()
2672 test4.lpszMenuName = NULL; in RegisterWindowClasses()
2673 test4.lpszClassName = szEditTest4Class; in RegisterWindowClasses()
[all …]
H A Dwin.c5540 const struct parentdc_test test4 = in test_csparentdc() local
5639 parentdc_ok(test4, test_answer); in test_csparentdc()
/reactos/modules/rostests/winetests/reg/
H A Dquery.c165 const char *test4 = "\r\n" in test_query() local
250 compare_query(buf, test4, FALSE, 0); in test_query()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c2633 WNDCLASSA test4; in register_classes() local
2661 test4.style = 0; in register_classes()
2662 test4.lpfnWndProc = edit4_wnd_procA; in register_classes()
2663 test4.cbClsExtra = 0; in register_classes()
2664 test4.cbWndExtra = 0; in register_classes()
2665 test4.hInstance = hinst; in register_classes()
2666 test4.hIcon = NULL; in register_classes()
2668 test4.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in register_classes()
2669 test4.lpszMenuName = NULL; in register_classes()
2670 test4.lpszClassName = szEditTest4Class; in register_classes()
[all …]
/reactos/modules/rostests/winetests/oleaut32/
H A Dtest_tlb.idl133 HRESULT test4(d value);
/reactos/modules/rostests/tests/regtest/
H A Dregtest.c424 void test4(void) in test4() function
973 test4(); in main()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c250 static const WCHAR test4[] = {'1','2','3','-','5','2',' ','i','s',' ','7','1','.',0}; in test_ScriptItemize() local
629 test_items_ok(test4,12,NULL,NULL,5,t41,FALSE,0); in test_ScriptItemize()
686 test_items_ok(test4,12,&Control,&State,5,t41,FALSE,0); in test_ScriptItemize()
751 test_items_ok(test4,12,&Control,&State,4,t42,FALSE,0); in test_ScriptItemize()
809 test_items_ok(test4,12,&Control,&State,3,t43,FALSE,b43); in test_ScriptItemize()
868 test_items_ok(test4,12,&Control,&State,5,t41,FALSE,0); in test_ScriptItemize()
3780 static const WCHAR test4[] = {'t','e','x','t','\n','\r','t','e','x','t',0}; in test_newlines() local
3802 hr = ScriptItemize(test4, lstrlenW(test4), 5, NULL, NULL, items, &count); in test_newlines()
/reactos/modules/rostests/tests/hivetest/
H A Dhivetest.c461 void test4(void) in test4() function
/reactos/modules/rostests/apitests/atl/
H A DCPath.inl22 CPathX test4(test1 + test2);
/reactos/modules/rostests/apitests/apphelp/
H A Ddb.cpp539 static const WCHAR test4[] = {'T','E','S','T','1',0}; in test_stringtable() local
545 static const WCHAR* all[] = { test1, test2, test3, test4, test5, lipsum, lipsum2, empty }; in test_stringtable()