Searched refs:tests_dir (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py50 tests_dir = os.path.dirname(full_path) variable
51 tests_path = os.path.join(tests_dir, "tests.py")
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Drun_tests.py17 tests_dir = 'tests' variable
20 tests_path = rel_to_abs(tests_dir)
/external/valgrind/main/tests/
H A Dvg_regtest37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
164 chomp(my $tests_dir = `pwd`);
171 my $valgrind_lib = "$tests_dir/.in_place";
236 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
239 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
247 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
569 (-x "$tests_dir/tests/arch_test") or die
577 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
578 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
580 256 == system("sh $tests_dir/test
[all...]
H A Dvg_regtest.in37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
164 chomp(my $tests_dir = `pwd`);
171 my $valgrind_lib = "$tests_dir/.in_place";
236 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
239 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
247 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
569 (-x "$tests_dir/tests/arch_test") or die
577 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
578 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
580 256 == system("sh $tests_dir/test
[all...]
/external/valgrind/main/perf/
H A Dvg_perf106 chomp(my $tests_dir = `pwd`);
141 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
175 add_vgdir($tests_dir);
291 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
481 chdir($tests_dir);
H A Dvg_perf.in106 chomp(my $tests_dir = `pwd`);
141 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
175 add_vgdir($tests_dir);
291 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
481 chdir($tests_dir);

Completed in 761 milliseconds