Searched refs:test_get_context (Results 1 – 23 of 23) sorted by relevance
111 struct xkb_context *ctx = test_get_context(CONTEXT_ALLOW_ENVIRONMENT_NAMES); in main()190 ctx = test_get_context(0); in main()
32 struct xkb_context *context = test_get_context(0); in main()
68 test_get_context(enum test_context_flags flags);
64 ctx = test_get_context(0); in main()
30 struct xkb_context *ctx = test_get_context(0); in main()
41 struct xkb_context *ctx = test_get_context(0); in main()
74 ctx = test_get_context(0); in main()
35 struct xkb_context *ctx = test_get_context(0); in main()
77 ctx = test_get_context(0); in main()
38 struct xkb_context *ctx = test_get_context(0); in main()
92 ctx = test_get_context(0); in main()
349 ctx = test_get_context(0); in main()
223 test_get_context(enum test_context_flags test_flags) in test_get_context() function
431 ctx = test_get_context(0); in main()
513 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
679 struct xkb_context *context = test_get_context(0); in main()
38 ctx = test_get_context(0); in main()
43 ctx = test_get_context(0); in main()
41 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
61 ctx = test_get_context(0); in main()
141 def test_get_context(self): member in CodeContextTest