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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 115 $shell_command .
281 $shell_command = $src_dir . $object_dir .'/'. $js_exe;
283 $shell_command = $js_exe_full_path;
286 if ( !-e $shell_command ) {
287 die ("Could not find JavaScript shell executable $shell_command.\n" .
316 "$shell_command\n", "<p><tt>", "</tt></p>" );
jsDriver.pl 151 my ($test, $shell_command, $line, @output, $path);
173 # Append the shell.js files to the shell_command if they're there.
177 $shell_command = $opt_arch . " ";
179 $shell_command .= &xp_path($engine_command) . " -s ";
183 $shell_command .= $file_param . $path;
189 $shell_command .= $file_param . $path;
198 print ($shell_command . $file_param . $path . "\n");
199 &dd ("executing: " . $shell_command . $file_param . $path);
201 open (OUTPUT, $shell_command . $file_param . $path .
    [all...]

Completed in 180 milliseconds