Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dkeymap.c37 struct xkb_context *context = test_get_context(0); in test_garbage_key()
80 struct xkb_context *context = test_get_context(0); in test_keymap()
Drulescomp.c113 struct xkb_context *ctx = test_get_context(CONTEXT_ALLOW_ENVIRONMENT_NAMES); in main()
192 ctx = test_get_context(0); in main()
Dtest.h68 test_get_context(enum test_context_flags flags);
Dfilecomp.c43 struct xkb_context *ctx = test_get_context(0); in main()
Dx11.c32 struct xkb_context *ctx = test_get_context(0); in main()
Dbuffercomp.c37 struct xkb_context *ctx = test_get_context(0); in main()
Dlog.c81 ctx = test_get_context(0); in main()
Dstringcomp.c37 struct xkb_context *ctx = test_get_context(0); in main()
Dx11comp.c40 struct xkb_context *ctx = test_get_context(0); in main()
Drules-file-includes.c98 ctx = test_get_context(0); in main()
Drules-file.c94 ctx = test_get_context(0); in main()
Dcontext.c316 struct xkb_context *context = test_get_context(0); in main()
Dcommon.c232 test_get_context(enum test_context_flags test_flags) in test_get_context() function
Dcompose.c523 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
Dkeyseq.c32 struct xkb_context *ctx = test_get_context(0); in main()
Dstate.c715 struct xkb_context *context = test_get_context(0); in main()
/external/libxkbcommon/bench/
Drulescomp.c42 ctx = test_get_context(0); in main()
Drules.c47 ctx = test_get_context(0); in main()
Dcompose.c45 ctx = test_get_context(CONTEXT_NO_FLAG); in main()
Dkey-proc.c65 ctx = test_get_context(0); in main()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_codecontext.py173 def test_get_context(self): member in CodeContextTest
/external/python/pyopenssl/tests/
Dtest_ssl.py2189 def test_get_context(self): member in TestConnection