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

  /external/e2fsprogs/tests/
test_script.in 37 for test_dir in $TESTS
39 test_name=`echo $test_dir | sed -e 's;.*/;;'`
40 if [ -f $test_dir ] ; then
43 if [ ! -d $test_dir ] ; then
47 if [ -z "`ls $test_dir`" ]; then
50 if [ -f $test_dir/name ]; then
51 test_description=`cat $test_dir/name`
56 if [ -f $test_dir/script ]; then
57 . $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/webkit/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/chromium/net/ftp/
ftp_directory_listing_buffer_unittest.cc 50 FilePath test_dir; local
51 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir);
52 test_dir = test_dir.AppendASCII("net");
53 test_dir = test_dir.AppendASCII("data");
54 test_dir = test_dir.AppendASCII("ftp");
62 EXPECT_TRUE(file_util::ReadFileToString(test_dir.AppendASCII(test_files[i]),
71 test_dir.AppendASCII(std::string(test_files[i]) + ".expected")
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 69 test_dir = self._port_obj.layout_tests_dir()
70 js_test_resources_dir = self._cygwin_safe_join(test_dir, "fast", "js",
72 mime_types_path = self._cygwin_safe_join(test_dir, "http", "conf",
74 cert_file = self._cygwin_safe_join(test_dir, "http", "conf",
78 document_root = self._cygwin_safe_join(test_dir, "http", "tests")
85 '-f', self._get_apache_config_file_path(test_dir, output_dir),
143 def _get_apache_config_file_path(self, test_dir, output_dir):
146 test_dir: absolute path to the LayoutTests directory.
  /external/e2fsprogs/tests/defaults/
e_script 6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
  /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/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 98 for test_dir in TEST_DIRS:
99 current_root = join(self.root, 'data', test_dir)

Completed in 193 milliseconds