Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dregistry.c238 struct test_model *system_models, in test_setup_context_for() argument
248 sysdir = test_create_rules(ruleset, system_models, system_layouts, in test_setup_context_for()
269 test_setup_context(struct test_model *system_models, in test_setup_context() argument
277 return test_setup_context_for(ruleset, system_models, in test_setup_context()
579 struct test_model system_models[] = { in test_load_basic() local
598 ctx = test_setup_context(system_models, NULL, in test_load_basic()
615 struct test_model system_models[] = { in test_load_full() local
638 ctx = test_setup_context(system_models, NULL, in test_load_full()
643 assert(cmp_models(&system_models[0], m)); in test_load_full()
647 assert(cmp_models(&system_models[1], m)); in test_load_full()
[all …]