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

  /external/webkit/WebKitTools/Scripts/
run-webkit-app 37 my $productDir = productDir();
45 print "Start $ARGV[0] with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
46 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
gdb-safari 38 my $productDir = productDir();
48 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
51 print "Starting Safari under gdb with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
run-launcher 40 my $productDir = productDir();
41 my $launcherPath = productDir();
49 my $libDir = catdir(productDir(), 'lib');
71 $ENV{LD_LIBRARY_PATH} = $ENV{LD_LIBRARY_PATH} ? "$productDir:$ENV{LD_LIBRARY_PATH}" : $productDir;
run-pageloadtest 80 my $productDir = productDir();
83 print "Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
84 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
run-javascriptcore-tests 103 my $productDir = jscProductDir();
104 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
109 my ($productDir) = @_;
112 return "$productDir/$jscName";
118 chdir($productDir) or die;
119 my $testapiResult = system testapiPath($productDir);
127 printf "Running: jsDriver.pl -e squirrelfish -s %s -f actual.html %s\n", jscPath($productDir), join(" ", @jsArgs);
128 my $result = system "perl", "jsDriver.pl", "-e", "squirrelfish", "-s", jscPath($productDir), "-f", "actual.html", @jsArgs;
sunspider-compare-results 86 my ($productDir) = @_;
87 print "Starting sunspider-compare-results with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
88 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
94 my ($productDir) = @_;
97 return "$productDir/$jscName";
116 my $productDir = jscProductDir();
118 setupEnvironmentForExecution($productDir);
119 return pathToBuiltJSC($productDir);
run-webkit-httpd 65 my $productDir = productDir();
run-sunspider 103 my ($productDir) = @_;
104 print "Starting sunspider with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
105 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
114 my $productDir = jscProductDir();
116 setupEnvironmentForExecution($productDir);
117 my @args = ("--shell", jscPath($productDir), "--runs", $testRuns);
run-iexploder-tests 61 my $productDir = productDir();
webkit-build-directory 64 print productDir() . "\n";
webkitdirs.pm 45 @EXPORT = qw(&chdirWebKit &baseProductDir &productDir &XcodeOptions &XcodeOptionString &XcodeOptionStringNoConfig &passedConfiguration &setConfiguration &safariPath &checkFrameworks &currentSVNRevision);
230 my ($productDir) = @_;
233 return "$productDir/$jscName";
317 sub productDir
325 my $productDir = productDir();
326 $productDir .= "/JavaScriptCore" if isQt();
327 $productDir .= "/$configuration" if (isQt() && isWindows());
328 $productDir .= "/Programs" if isGtk();
330 return $productDir;
    [all...]
make-script-test-wrappers 56 my $productDir = productDir();
run-mangleme-tests 60 my $productDir = productDir();
build-webkit 239 my $productDir = productDir();
289 my $lib = "$productDir/" . $libName;
299 my $header = "$productDir/usr/local/include/WebKitSystemInterface.h";
302 system "mkdir", "-p", "$productDir/usr/local/include";
307 my $headerDir = "$productDir/WebCoreSQLite3";
run-webkit-tests 335 my $productDir = productDir();
336 $productDir .= "/bin" if isQt();
337 $productDir .= "/Programs" if isGtk();
374 my $dumpTool = "$productDir/$dumpToolName";
375 die "can't find executable $dumpToolName (looked in $productDir)\n" unless -x $dumpTool;
377 my $imageDiffTool = "$productDir/ImageDiff";
379 die "can't find executable $imageDiffTool (looked in $productDir)\n" if $pixelTests && !-x $imageDiffTool;
384 push @INC, $productDir;
    [all...]
  /dalvik/tools/
dex-preopt 75 productDir=''
125 productDir="${value}"
235 if [ "x${productDir}" = 'x' ]; then
236 productDir="`ls target/product`"
240 elif [ `expr -- "${productDir}" : ".* "` != '0' ]; then
244 productDir="target/product/${productDir}"
248 if [ ! '(' -d "${productDir}" -a -w "${productDir}" ')' ]; then
249 echo "product-dir is not a writable directory: ${productDir}" 1>&
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg 40 my $nightlyLauncherStagingPath = productDir() . "/WebKit.app";
41 my $droseraStagingPath = productDir() . "/DroseraLauncher.app";
51 my $productDir = productDir();
52 $nightlyLauncherDiskImagePath = productDir() . "/WebKit-SVN-r$revision.dmg";
build-launcher-app 40 my $nightlyLauncherStagingPath = productDir() . "/WebKit.app";
109 system("ditto", productDir() . "/$framework.framework", "$nightlyLauncherStagingPath/Contents/Resources/$framework.framework") == 0 or die "Failed copying $framework.framework into $nightlyLauncherStagingPath";

Completed in 68 milliseconds