Searched refs:test_paths (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gtestutils.c | 92 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/ |
D | printing_unittest.py | 143 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/ |
D | testglib.c | 783 test_paths (void) in test_paths() function 1541 g_test_add_func ("/testglib/File Paths", test_paths); in main()
|