Searched refs:t11 (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/d3dcompiler_43/ |
H A D | reflection.c | 1381 ok(t11_dummy == t11, "GetMemberTypeByName failed, got %p, expected %p\n", t11, t11_dummy); in test_reflection_constant_buffer() 1454 hr = t11->lpVtbl->GetDesc(t11, &tdesc); in test_reflection_constant_buffer() 1480 t = t11->lpVtbl->GetMemberTypeByIndex(t11, 0); in test_reflection_constant_buffer() 1483 t2 = t11->lpVtbl->GetMemberTypeByName(t11, "a"); in test_reflection_constant_buffer() 1486 string = t11->lpVtbl->GetMemberTypeName(t11, 0); in test_reflection_constant_buffer() 1489 t = t11->lpVtbl->GetMemberTypeByIndex(t11, 1); in test_reflection_constant_buffer() 1492 t2 = t11->lpVtbl->GetMemberTypeByName(t11, "b"); in test_reflection_constant_buffer() 1495 string = t11->lpVtbl->GetMemberTypeName(t11, 1); in test_reflection_constant_buffer() 1499 hr = t11->lpVtbl->IsEqual(t11, t11_valid); in test_reflection_constant_buffer() 1506 t = t11->lpVtbl->GetMemberTypeByIndex(t11, 0); in test_reflection_constant_buffer() [all …]
|
/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | seh0016.c | 30 goto t11; /* can't jump into the body of a try/finally */ in main() 40 t11: in main()
|
H A D | xcpt4u.c | 1363 goto t11; in main() 1367 t11: in main()
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 183 …static const itemTest t11[2] = {{{0,0,0,0,0,0},0,0,0,0,0,latn_tag,FALSE},{{0,0,0,0,0,0},4,0,0,0,0,… in test_ScriptItemize() local 621 test_items_ok(test1,4,NULL,NULL,1,t11,FALSE,0); in test_ScriptItemize() 678 test_items_ok(test1,4,&Control,&State,1,t11,FALSE,0); in test_ScriptItemize() 860 test_items_ok(test1,4,&Control,&State,1,t11,FALSE,0); in test_ScriptItemize()
|