/external/e2fsprogs/tests/ |
test_script.in | 42 for test_dir in $TESTS 44 test_name=`echo $test_dir | sed -e 's;.*/;;'` 45 if [ -f $test_dir ] ; then 48 if [ ! -d $test_dir ] ; then 52 if [ -z "`ls $test_dir`" ]; then 55 if [ -f $test_dir/name ]; then 56 test_description=`cat $test_dir/name` 61 if [ -f $test_dir/script ]; then 62 . $test_dir/script
|
/dalvik/tests/ |
run-test | 117 test_dir=`basename "$oldwd"` 119 test_dir="$1" 122 if [ '!' -d "$test_dir" ]; then 123 td2=`echo ${test_dir}-*` 125 echo "${test_dir}: no such test directory" 1>&2 128 test_dir="$td2" 167 cd "$test_dir" 168 test_dir=`pwd` 170 td_info="${test_dir}/${info}" 171 td_expected="${test_dir}/${expected} [all...] |
/external/chromium/chrome/browser/net/ |
url_request_mock_link_doctor_job.cc | 16 FilePath test_dir; local 17 bool success = PathService::Get(chrome::DIR_TEST_DATA, &test_dir); 19 return test_dir.AppendASCII("mock-link-doctor.html");
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 67 FilePath test_dir; local 68 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir); 69 test_dir = test_dir.AppendASCII("net"); 70 test_dir = test_dir.AppendASCII("data"); 71 test_dir = test_dir.AppendASCII("ftp"); 86 EXPECT_TRUE(file_util::ReadFileToString(test_dir.AppendASCII(test_files[i]), 96 test_dir.AppendASCII(std::string(test_files[i]) + ".expected") [all...] |
/external/chromium/chrome/browser/ |
popup_blocker_browsertest.cc | 28 FilePath test_dir(kTestDir); 29 GURL url(ui_test_utils::GetTestUrl(test_dir, file_name));
|
media_uitest.cc | 116 FilePath test_dir; local 119 InitializeForLayoutTest(test_dir, media_test_dir, kNoHttpPort); 124 test_dir, media_test_dir.AppendASCII(kResources[i]));
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
runtests.pl | 35 foreach $suite ( &get_subdirs( $test_dir )) { 36 foreach $subdir (&get_subdirs( $suite, $test_dir )) { 73 $current_test_dir = $test_dir ."/". $suite . "/" .$test_subdir; 116 " -f $test_dir/$suite/shell.js " . 117 " -f $test_dir/$suite/$subdir/$js_test"; 125 $test_path = $test_dir ."/" . $suite ."/". $test_subdir ."/". $js_test; 221 $test_dir = $ENV{"JS_TEST_DIR"}; 224 if ( !$test_dir ) { 225 $test_dir = $moz_src . '/mozilla/js/tests/'; 229 if ( ! -e $test_dir ) { [all...] |
mklistpage.pl | 148 local ($test_dir_path, $test_dir, $suite, $prev_href, $next_href) = @_; 150 @test_list = sort(&get_js_files ($test_dir_path . $test_dir)); 152 $javascript .= "suites[\"$suite\"].testDirs[\"$test_dir\"] = {tests: {}};\n"; 154 $html .= " <a name='TESTDIR_$suite$test_dir'></a>\n"; 155 $html .= " <dt><big><b>$test_dir (" . ($#test_list + 1) . 158 "onclick='selectAll(\"$suite\", \"$test_dir\");'>\n"; 160 "onclick='selectNone(\"$suite\", \"$test_dir\");'> "; 174 &process_test ($test_dir_path . $test_dir, $test); 201 $javascript .= "suites[\"$suite\"].testDirs[\"$test_dir\"].tests" . 205 "<a href='$lxr_url$suite/$test_dir/$test' target='other_window'>" [all...] |
jsDriver.pl | 160 my ($suite, $test_dir, $test_file) = split($path_sep, $test); 174 # (only check for their existance if the suite or test_dir has changed 176 if ($last_suite ne $suite || $last_test_dir ne $test_dir) { 187 $test_dir . "/shell.js"); 193 $last_test_dir = $test_dir; 929 # lines in the form suite_dir/[*] or suite_dir/test_dir/[*] are expanded 991 # Entry is in the form suite_dir/test_dir[/*] 1010 my $test_dir; 1012 foreach $test_dir (@test_dirs) { 1014 $path_sep . $test_dir); [all...] |
/external/e2fsprogs/tests/defaults/ |
e_script | 6 if [ -f $test_dir/setup ]; then 7 . $test_dir/setup
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
apache_http_server.py | 75 test_dir = self._port_obj.layout_tests_dir() 76 js_test_resources_dir = self._cygwin_safe_join(test_dir, "fast", "js", 78 media_resources_dir = self._cygwin_safe_join(test_dir, "media") 79 mime_types_path = self._cygwin_safe_join(test_dir, "http", "conf", 81 cert_file = self._cygwin_safe_join(test_dir, "http", "conf", 85 document_root = self._cygwin_safe_join(test_dir, "http", "tests") 93 '-f', "\"%s\"" % self._get_apache_config_file_path(test_dir, output_dir), 152 def _get_apache_config_file_path(self, test_dir, output_dir): 155 test_dir: absolute path to the LayoutTests directory.
|
/external/chromium/chrome/common/ |
zip_unittest.cc | 45 FilePath test_dir; local 46 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir)); 47 test_dir = test_dir.AppendASCII("zip"); 48 TestUnzipFile(test_dir.Append(filename), expect_hidden_files);
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 19 my $test_dir = "Tests"; 26 "testdir=s" => \$test_dir, 37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; } 45 foreach my $testfile (glob "$test_dir/*.text") {
|
/external/chromium/chrome/browser/policy/ |
config_dir_policy_provider_unittest.cc | 36 const FilePath file_path(test_dir().AppendASCII(file_name)); 40 const FilePath& test_dir() { return test_dir_.path(); } function in class:policy::ConfigDirPolicyProviderTestBase 53 ConfigDirPolicyProviderDelegate loader(test_dir()); 62 FilePath non_existent_dir(test_dir().Append(FILE_PATH_LITERAL("not_there"))); 75 ConfigDirPolicyProviderDelegate loader(test_dir()); 97 ConfigDirPolicyProviderDelegate loader(test_dir()); 193 test_dir()); 204 test_dir()); 215 test_dir());
|
/external/chromium/chrome/browser/extensions/ |
extension_icon_manager_unittest.cc | 102 FilePath test_dir; local 103 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir)); 104 FilePath manifest_path = test_dir.AppendASCII(
|
user_script_listener_unittest.cc | 153 FilePath test_dir; local 154 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir)); 155 FilePath extension_path = test_dir
|
/external/wpa_supplicant/ |
driver_test.c | 37 char *test_dir; member in struct:wpa_driver_test_data 102 if (drv->test_socket >= 0 && drv->test_dir) 103 wpa_driver_scan_dir(drv, drv->test_dir); 181 if (drv->test_dir && params->bssid) { 187 drv->test_dir, MAC2STR(params->bssid)); 517 os_free(drv->test_dir); 601 pos = os_strstr(param, "test_dir="); 604 os_free(drv->test_dir); 605 drv->test_dir = os_strdup(pos + 9); 606 if (drv->test_dir == NULL [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
browser_harness.rb | 36 def initialize(port, config_path, log_dir, test_dir, watchdog_timer, scan_timer) 43 @test_dir = test_dir 208 testcase_path = "#{@test_dir}/#{testcase_name}" 344 :test_dir => File.dirname($0) + '/../output', 358 opts.on( '-d', '--testdir PATH', 'Use PATH to save testcases (/tmp)' ) { |path| options[:test_dir] = path } 383 options[:test_dir],
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_test.c | 54 char *test_dir; member in struct:wpa_driver_test_data 162 if (drv->test_socket >= 0 && drv->test_dir) 163 wpa_driver_scan_dir(drv, drv->test_dir); 268 if (drv->test_dir && params->bssid) { 274 drv->test_dir, MAC2STR(params->bssid)); 643 os_free(drv->test_dir); 783 pos = os_strstr(param, "test_dir="); 786 os_free(drv->test_dir); 787 drv->test_dir = os_strdup(pos + 9); 788 if (drv->test_dir == NULL [all...] |
/external/v8/test/mozilla/ |
testcfg.py | 97 for test_dir in TEST_DIRS: 98 current_root = join(self.root, 'data', test_dir)
|
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 85 char *test_dir; member in struct:wpa_driver_test_data 237 if (drv->test_socket < 0 || drv->test_dir == NULL) { 239 "test_dir=%p)", 240 __func__, drv->test_socket, drv->test_dir); 262 dir = opendir(drv->test_dir); 282 drv->test_dir, dent->d_name); 336 " test_dir=%p)", 339 drv->test_dir); 367 if (drv->test_dir == NULL) { 368 wpa_printf(MSG_DEBUG, "%s: test_dir == NULL", __func__) [all...] |