Searched refs:dix_event_to_core_fail (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 260 static void dix_event_to_core_fail(int evtype, int expected_rc) function in typeref:typename:void 276 dix_event_to_core_fail(0, BadImplementation); 277 dix_event_to_core_fail(1, BadImplementation); 278 dix_event_to_core_fail(ET_ProximityOut + 1, BadImplementation); 279 dix_event_to_core_fail(ET_ProximityIn, BadMatch); 280 dix_event_to_core_fail(ET_ProximityOut, BadMatch);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 355 dix_event_to_core_fail(int evtype, int expected_rc) function in typeref:typename:void 373 dix_event_to_core_fail(0, BadImplementation); 374 dix_event_to_core_fail(1, BadImplementation); 375 dix_event_to_core_fail(ET_ProximityOut + 1, BadImplementation); 376 dix_event_to_core_fail(ET_ProximityIn, BadMatch); 377 dix_event_to_core_fail(ET_ProximityOut, BadMatch);
|
Completed in 7 milliseconds