Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dcommon.c157 test_get_path(const char *path_rel) in test_get_path() function
185 path = test_get_path(path_rel); in test_read_file()
245 path = test_get_path(""); in test_get_context()
262 path = test_get_path(path_rel); in test_compile_file()
Dx11comp.c110 xkb_path = test_get_path("keymaps/host.xkb"); in main()
111 search_path = test_get_path(""); in main()
Dcompose.c180 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_seqs()
354 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_state()
411 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_XCOMPOSEFILE()
478 path = test_get_path("compose/en_US.UTF-8/Compose"); in test_include()
Dtest.h57 test_get_path(const char *path_rel);
Dbuffercomp.c57 test_get_path(DATA_PATH)); in main()
Dstringcomp.c57 test_get_path(DATA_PATH)); in main()
/external/libxkbcommon/xkbcommon/bench/
Dcompose.c44 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.py188 def test_get_path(self): member in HelperFunctionsTests