HomeSort by relevance Sort by last modified time
    Searched refs:tests_dir (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/perf/
vg_perf.in 86 chomp(my $tests_dir = `pwd`);
121 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
150 add_vgdir($tests_dir);
392 chdir($tests_dir);
  /external/valgrind/main/tests/
vg_regtest.in 37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
158 chomp(my $tests_dir = `pwd`);
160 my $valgrind_lib = "$tests_dir/.in_place";
219 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
524 (-x "$tests_dir/tests/arch_test") or die
532 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
533 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
535 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
627 chdir($tests_dir);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 277 tests_dir = self.layout_tests_dir()

Completed in 114 milliseconds