Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dcommon.c166 test_get_path(const char *path_rel) in test_get_path() function
194 path = test_get_path(path_rel); in test_read_file()
254 path = test_get_path(""); in test_get_context()
273 path = test_get_path(path_rel); in test_compile_file()
Dcompose.c182 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_seqs()
356 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_state()
413 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_XCOMPOSEFILE()
489 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_include()
Dtest.h57 test_get_path(const char *path_rel);
Dbuffercomp.c59 test_get_path(DATA_PATH)); in main()
Dstringcomp.c59 test_get_path(DATA_PATH)); in main()
Dx11comp.c120 xkb_path = test_get_path("keymaps/host.xkb"); in main()
/external/libxkbcommon/bench/
Dcompose.c48 path = test_get_path("compose/en_US.UTF-8/Compose"); in main()
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py99 def test_get_path(self): member in TestSysConfig
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py97 def test_get_path(self): member in TestSysConfig
Dtest_site.py190 def test_get_path(self): member in HelperFunctionsTests