Searched refs:get_subdirs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/
H A Dmklistpage.pl57 @suite_list = sort(&get_subdirs ($suite_path));
111 @test_dir_list = sort(&get_subdirs ($test_home . $suite));
219 sub get_subdirs { subroutine
H A Druntests.pl35 foreach $suite ( &get_subdirs( $test_dir )) {
36 foreach $subdir (&get_subdirs( $suite, $test_dir )) {
46 sub get_subdirs{ subroutine
H A DjsDriver.pl1045 my @test_dirs = &get_subdirs ($opt_suite_path . $suite);
1075 my @suite_list = &get_subdirs($suite_path);
1080 my @test_dir_list = get_subdirs ($suite_path . $suite);
1243 sub get_subdirs { subroutine

Completed in 61 milliseconds