Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgtestutils.c92 static GSList *test_paths = NULL; variable
291 test_paths = g_slist_prepend (test_paths, equal + 1); in parse_args()
295 test_paths = g_slist_prepend (test_paths, argv[i]); in parse_args()
1219 if (!test_paths) in g_test_run_suite()
1220 test_paths = g_slist_prepend (test_paths, ""); in g_test_run_suite()
1221 while (test_paths) in g_test_run_suite()
1223 const char *rest, *path = test_paths->data; in g_test_run_suite()
1225 test_paths = g_slist_delete_link (test_paths, test_paths); in g_test_run_suite()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dprinting_unittest.py143 test_paths = [self._port._filesystem.join(self._port.layout_tests_dir(), test) for
146 self._port, test_paths, expectations_str,
150 rs = result_summary.ResultSummary(expectations, test_paths)
151 return test_paths, rs, expectations
/external/bluetooth/glib/tests/
Dtestglib.c783 test_paths (void) in test_paths() function
1541 g_test_add_func ("/testglib/File Paths", test_paths); in main()