Searched refs:system_models (Results 1 – 1 of 1) sorted by relevance
/external/libxkbcommon/test/ |
D | registry.c | 214 struct test_model *system_models, in test_setup_context_for() argument 224 sysdir = test_create_rules(ruleset, system_models, system_layouts, in test_setup_context_for() 245 test_setup_context(struct test_model *system_models, in test_setup_context() argument 253 return test_setup_context_for(ruleset, system_models, in test_setup_context() 513 struct test_model system_models[] = { in test_load_basic() local 532 ctx = test_setup_context(system_models, NULL, in test_load_basic() 549 struct test_model system_models[] = { in test_load_full() local 571 ctx = test_setup_context(system_models, NULL, in test_load_full() 576 assert(cmp_models(&system_models[0], m)); in test_load_full() 580 assert(cmp_models(&system_models[1], m)); in test_load_full() [all …]
|