Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Drulescomp.c111 struct xkb_context *ctx = test_get_context(CONTEXT_ALLOW_ENVIRONMENT_NAMES); in main()
190 ctx = test_get_context(0); in main()
Dcontext.c32 struct xkb_context *context = test_get_context(0); in main()
Dtest.h68 test_get_context(enum test_context_flags flags);
Drmlvo-to-kccgst.c64 ctx = test_get_context(0); in main()
Dx11.c30 struct xkb_context *ctx = test_get_context(0); in main()
Dfilecomp.c41 struct xkb_context *ctx = test_get_context(0); in main()
Dprint-compiled-keymap.c74 ctx = test_get_context(0); in main()
Dbuffercomp.c35 struct xkb_context *ctx = test_get_context(0); in main()
Dlog.c77 ctx = test_get_context(0); in main()
Dstringcomp.c35 struct xkb_context *ctx = test_get_context(0); in main()
Dx11comp.c38 struct xkb_context *ctx = test_get_context(0); in main()
Drules-file.c92 ctx = test_get_context(0); in main()
Dinteractive-x11.c349 ctx = test_get_context(0); in main()
Dcommon.c223 test_get_context(enum test_context_flags test_flags) in test_get_context() function
Dinteractive-evdev.c431 ctx = test_get_context(0); in main()
Dcompose.c513 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
Dkeyseq.c30 struct xkb_context *ctx = test_get_context(0); in main()
Dstate.c679 struct xkb_context *context = test_get_context(0); in main()
/external/libxkbcommon/xkbcommon/bench/
Drulescomp.c38 ctx = test_get_context(0); in main()
Drules.c43 ctx = test_get_context(0); in main()
Dcompose.c41 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
Dkey-proc.c61 ctx = test_get_context(0); in main()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_codecontext.py141 def test_get_context(self): member in CodeContextTest