Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/dinput8/
H A Ddevice.c141 int action_index, DWORD expected_type, DWORD expected_inst) in test_build_action_map() argument
163 …ok (type == expected_type, "Action type not mapped correctly type=%08x expected=%08x\n", type, exp… in test_build_action_map()
/reactos/modules/rostests/winetests/xmllite/
H A Dreader.c239 static void _read_node(unsigned line, IXmlReader *reader, XmlNodeType expected_type) in _read_node() argument
245 if (expected_type == XmlNodeType_None) in _read_node()
249 ok_(__FILE__,line)(type == expected_type, "read type %d, expected %d\n", type, expected_type); in _read_node()
/reactos/modules/rostests/winetests/ole32/
H A Dcompobj.c609 static void _test_apt_type(APTTYPE expected_type, APTTYPEQUALIFIER expected_qualifier, int line) in _test_apt_type() argument
620 …ok_(__FILE__, line)(type == expected_type, "Wrong apartment type %d, expected %d\n", type, expecte… in _test_apt_type()