Searched refs:sourceDir (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dshow-pretty-diff63 my $prettyPatchDir = sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/";
64 my $prettyPatchTool = sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
66 my $pathToPrettify = "ruby -I " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/ " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
H A Drun-webkit-tests79 push(@ARGV, sourceDir() . "/layout-test-results");
H A Dupdate-webkit-support-libs44 my $sourceDir = sourceDir();
47 my $zipDirectory = toUnixPath($ENV{'WEBKITSUPPORTLIBRARIESZIPDIR'}) || $sourceDir;
49 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
142 $sourceDir
H A Drun-webkit-websocketserver47 my $srcDir = sourceDir();
H A Dwebkitdirs.pm60 my $sourceDir;
89 return if $sourceDir;
90 $sourceDir = $FindBin::Bin;
91 $sourceDir =~ s|/+$||; # Remove trailing '/' as we would die later
95 until ((-d "$sourceDir/Source" && -d "$sourceDir/Source/WebCore" && -d "$sourceDir/Source/WebKit") || (-d "$sourceDir/Internal" && -d "$sourceDir/OpenSource"))
97 if ($sourceDir !~
354 sub sourceDir subroutine
[all...]
H A Drun-pageloadtest71 my $webkitPath = sourceDir();
H A Dupdate-webkit-dependency67 my $sourceDir = sourceDir();
70 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
H A Dupdate-iexploder-cssproperties61 my $path = File::Spec->abs2rel($filename, sourceDir());
112 $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
H A Dold-run-webkit-tests1284 my $leaksTool = sourceDir() . "/Tools/Scripts/run-leaks";
1401 my $execScript = File::Spec->catfile(sourceDir(), qw(Tools Scripts execAppWithEnv));
1604 # we have not chdir to sourceDir yet.
1605 system $perlInterpreter, File::Spec->catfile(sourceDir(), qw(Tools Scripts ensure-valid-python)), "--check-only";
2245 my $parseMallocHistoryTool = sourceDir() . "/Tools/Scripts/parse-malloc-history";
2650 '.srcpath "' . toWindowsPath(sourceDir()) . '"',
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-app52 my $sourceDir = sourceDir();
53 if (isSVNDirectory($sourceDir)) {
55 } elsif (isGitDirectory($sourceDir)) {
56 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
64 my $sourceDir = sourceDir();
66 if (isSVNDirectory($sourceDir)) {
67 my $svnInfo = `LC_ALL=C svn info $sourceDir | grep URL:`;
69 } elsif (isGitDirectory($sourceDir)) {
[all...]
/external/libffi/testsuite/
H A Drun-all-tests65 sourceDir=`pwd`
/external/icu4c/tools/ctestfw/
H A Duperf.cpp81 fileName(NULL), sourceDir("."),
97 fileName(NULL), sourceDir("."),
139 sourceDir = options[SOURCEDIR].value;
186 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
195 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h154 const char* sourceDir; member in class:UPerfTest
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl35 "--sourcedir=s" => \$sourceDir,
61 usage() unless defined $sourceDir;
66 $infile = $sourceDir."/".$srcFileName;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/icu4c/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp69 const char *getSourceDir() const { return sourceDir; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 439 milliseconds