Searched refs:test_get_context (Results 1 – 22 of 22) sorted by relevance
37 struct xkb_context *context = test_get_context(0); in test_garbage_key()80 struct xkb_context *context = test_get_context(0); in test_keymap()
113 struct xkb_context *ctx = test_get_context(CONTEXT_ALLOW_ENVIRONMENT_NAMES); in main()192 ctx = test_get_context(0); in main()
68 test_get_context(enum test_context_flags flags);
43 struct xkb_context *ctx = test_get_context(0); in main()
32 struct xkb_context *ctx = test_get_context(0); in main()
37 struct xkb_context *ctx = test_get_context(0); in main()
81 ctx = test_get_context(0); in main()
40 struct xkb_context *ctx = test_get_context(0); in main()
98 ctx = test_get_context(0); in main()
94 ctx = test_get_context(0); in main()
316 struct xkb_context *context = test_get_context(0); in main()
232 test_get_context(enum test_context_flags test_flags) in test_get_context() function
523 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
715 struct xkb_context *context = test_get_context(0); in main()
42 ctx = test_get_context(0); in main()
47 ctx = test_get_context(0); in main()
45 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
65 ctx = test_get_context(0); in main()
173 def test_get_context(self): member in CodeContextTest
2189 def test_get_context(self): member in TestConnection