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

  /external/valgrind/main/tests/
vg_regtest 37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
127 chomp(my $tests_dir = `pwd`);
129 my $valgrind_lib = "$tests_dir/.in_place";
185 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
400 (-x "$tests_dir/tests/arch_test") or die
408 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
409 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
411 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
500 chdir($tests_dir);
vg_regtest.in 37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
127 chomp(my $tests_dir = `pwd`);
129 my $valgrind_lib = "$tests_dir/.in_place";
185 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
400 (-x "$tests_dir/tests/arch_test") or die
408 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
409 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
411 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
500 chdir($tests_dir);
  /external/valgrind/main/perf/
vg_perf 86 chomp(my $tests_dir = `pwd`);
121 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
150 add_vgdir($tests_dir);
392 chdir($tests_dir);
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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 277 tests_dir = self.layout_tests_dir()

Completed in 254 milliseconds