/reactos/modules/rostests/apitests/apphelp/ |
H A D | apphelp_apitest.h | 18 #define test_create_db (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_… 19 #define test_create_exe (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_… 20 #define test_create_file (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_… 21 #define test_create_ne (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_create_…
|
H A D | apphelp.c | 651 #define expect_tag_skip (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_tag_s… 652 #define expect_tag_empty (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_tag_e… 653 #define expect_tag_dword (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_tag_d… 654 #define expect_tag_qword (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_tag_q… 655 #define expect_tag_str (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_tag_s… 659 winetest_set_location(__FILE__, __LINE__); \ 663 #define test_crc (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_crc_imp 664 #define test_crc2 (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_crc2_imp
|
H A D | layerapi.c | 153 #define expect_Sdb (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_Sdb_imp 154 #define expect_LayerValue (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_LayerV… 155 #define expect_LayerValue2 (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_Layer…
|
H A D | register.cpp | 185 #define ok_keys (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_keys_
|
H A D | db.cpp | 665 #define match_strw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_strw_attr… 666 #define match_dw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_dw_attr_imp 667 #define match_qw_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_qw_attr_imp 668 #define match_guid_attr (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : match_guid_attr… 1955 #define expect_indexA (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_indexA_imp
|
H A D | env.c | 728 #define expect_layeronly (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_layer…
|
/reactos/modules/rostests/apitests/atl/ |
H A D | CComVariant.cpp | 55 #define expect_bool (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_bool_… 56 #define expect_int (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_int_i… 57 #define expect_uint (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_uint_… 58 #define expect_double (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_doubl… 59 #define expect_error (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_error… 60 #define expect_empty (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_empty…
|
H A D | CComBSTR.cpp | 13 #define verify_str (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp 14 #define verify_str2 (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp2
|
/reactos/modules/rostests/apitests/crt/ |
H A D | __getmainargs.c | 23 #define ok_argsA (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsA_imp 24 #define ok_argsW (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsW_imp
|
/reactos/sdk/include/reactos/wine/ |
H A D | test.h | 65 extern void winetest_set_location( const char* file, int line ); 154 #define subtest_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_subtest 155 #define ok_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_ok 156 #define skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip 157 #define win_skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_win_skip 158 #define trace_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_trace 345 void winetest_set_location( const char* file, int line ) in winetest_set_location() function
|
/reactos/modules/rostests/apitests/appshim/ |
H A D | appshim_apitest.h | 23 #define expect_shim (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_shim_imp
|
H A D | versionlie.c | 205 #define verify_shima (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_shima_imp 206 #define verify_shimw (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_shimw_imp 207 #define verify_shim (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_shim_imp
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | SHAreIconsEqual.c | 40 #define compare_icons (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : compare_icons_imp
|
/reactos/modules/rostests/apitests/browseui/ |
H A D | ACListISF.cpp | 34 #define test_at_end (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test… 35 #define test_ExpectDrives (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test… 36 #define test_ExpectFolders (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test…
|
/reactos/modules/rostests/apitests/sdk/ |
H A D | delayimp.cpp | 128 #define CheckDli (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : CheckDli_imp 129 #define CheckDliDone (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : CheckDliDone_imp
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | FLS.c | 119 #define ok_fls (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_fls_
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | CShellDesktop.cpp | 45 #define compare (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : compare_imp
|
H A D | SHGetAttributesFromDataObject.cpp | 88 #define ok_attributes (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_attri…
|
/reactos/modules/rostests/winetests/msctf/ |
H A D | inputprocessor.c | 131 #define sink_fire_ok(a,b) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_fire_ok(a,b) 159 #define sink_check_ok(a,b) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_ok(a,b) 173 #define sink_check_saved(s,p,c,n) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_check_s…
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlNtPathNameToDosPathName.c | 436 winetest_set_location(test_data[n].File, test_data[n].Line); in START_TEST()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | debugger.c | 33 #define child_ok (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_child_ok
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 134 #define test_items_ok(a,b,c,d,e,f,g,h) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _test_it… 1231 (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _test_shape_ok(1,a,b,c,d,e,f,g,h,i,NULL) 1234 (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _test_shape_ok(v,a,b,c,d,e,f,g,h,i,NULL) 1237 (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _test_shape_ok(v,a,b,c,d,e,f,g,h,i,j) 1355 #define find_font_for_range(a,b,c,d,e,f,g) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _fin… 2901 #define test_item_ScriptXtoX(a,b,c,d,e,f) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _test…
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlexec.c | 361 #define okShell_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : _okShell
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 5969 #define ok_event_seq (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_event_sequence
|