Home
last modified time | relevance | path

Searched refs:test_uris (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/tests/
Dsimple-proxy.c32 test_uris (void) in test_uris() function
288 g_test_add_func ("/static-proxy/uri", test_uris); in main()
Dresources.c271 } test_uris[] = { in test_resource_file_path() local
290 for (i = 0; i < G_N_ELEMENTS (test_uris); i++) in test_resource_file_path()
295 file = g_file_new_for_uri (test_uris[i].input); in test_resource_file_path()
301 g_assert_cmpstr (uri, ==, test_uris[i].expected); in test_resource_file_path()