/external/webkit/Tools/Scripts/webkitperl/ |
D | httpd.pm | 37 use File::Spec; 38 use File::Spec::Functions; 65 my $exclusiveLockFile = File::Spec->catfile($tmpDir, "WebKit.lock"); 66 my $httpdPidDir = File::Spec->catfile($tmpDir, "WebKit"); 67 my $httpdPidFile = File::Spec->catfile($httpdPidDir, "httpd.pid"); 99 my $httpdLockFile = File::Spec->catfile($httpdPidDir, "httpd.lock"); 100 my $httpdScoreBoardFile = File::Spec->catfile($httpdPidDir, "httpd.scoreboard"); 292 …my $currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRun… 296 …$currentLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getLockNumberForCurrentRunnin… 316 $myLockFile = File::Spec->catfile($tmpDir, "$httpdLockPrefix" . getNextAvailableLockNumber());
|
/external/webkit/Source/WebKit2/Scripts/ |
D | generate-forwarding-headers.pl | 34 use File::Spec::Functions; 36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../..")); 60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework)); 82 my $headerPath = substr($filePath, length(File::Spec->catfile($srcRoot, $framework)) + 1 ); 88 my $targetDirectory = File::Spec->catfile($outputDirectory, $framework); 95 my $forwardingHeaderPath = File::Spec->catfile($targetDirectory, $headerName);
|
/external/webkit/Tools/Scripts/ |
D | bisect-builds | 44 use File::Spec; 117 my $nightlyBuildsURLBase = $nightlyWebSite . File::Spec->catdir("/builds", $branch, "mac"); 118 my $nightlyFilesURLBase = $nightlyWebSite . File::Spec->catdir("/files", $branch, "mac"); 122 $safariPath = File::Spec->catdir($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#; 124 $nightlyDownloadDirectory = File::Spec->catdir($nightlyDownloadDirectory, $branch); 215 DIR => File::Spec->tmpdir(), 228 my $path = File::Spec->catfile($directory, $filename); 273 my $versionPlist = File::Spec->catdir(dirname(dirname($path)), "version.plist"); 291 … our $nightlyDownloadDirectory = File::Spec->catdir($ENV{HOME}, "Library/Caches/WebKit-Nightlies"); 294 my $rcfile = File::Spec->catdir($ENV{HOME}, ".bisect-buildsrc"); [all …]
|
D | update-webkit-support-libs | 37 use File::Spec; 48 my $pathToZip = File::Spec->catfile($zipDirectory, $zipFile); 51 my $pathToVersionFile = File::Spec->catfile($webkitLibrariesDir, $versionFile); 53 my $tmpAbsDir = File::Spec->rel2abs($tmpRelativeDir); 81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
|
D | old-run-webkit-tests | 61 use File::Spec; 62 use File::Spec::Functions; 166 my $testResultsDirectory = File::Spec->catdir($tmpDir, "layout-test-results"); 437 my $dumpTool = File::Spec->catfile($productDir, $dumpToolName); 453 my $testDirectory = File::Spec->rel2abs($layoutTestsName); 462 $testResultsDirectory = File::Spec->rel2abs($testResultsDirectory); 465 my $testResults = File::Spec->catfile($testResultsDirectory, "results.html"); 755 … if (open EXPECTEDHASH, File::Spec->catfile($expectedPixelDir, "$base-$expectedTag.checksum")) { 762 …} elsif (my $expectedHash = readChecksumFromPng(File::Spec->catfile($expectedPixelDir, "$base-$exp… 839 $expectedResultPaths{$base} = File::Spec->catfile($expectedDir, $expectedFileName); [all …]
|
D | update-iexploder-cssproperties | 42 use File::Spec; 61 my $path = File::Spec->abs2rel($filename, sourceDir()); 112 …$iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs… 113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
|
D | ensure-valid-python | 31 use File::Spec; 47 my $mountPoint = File::Spec->join($tempDirectory, "mount"); 102 my $localPath = File::Spec->join($downloadDirectory, $localFilename); 113 my $installerPackage = File::Spec->join($mountPoint, $macPythonInstallerName);
|
D | webkitdirs.pm | 37 use File::Spec; 143 …efaults read com.apple.Xcode PBXApplicationwideBuildSettings 2> " . File::Spec->devnull() . " |" o… 151 …open PRODUCT, "defaults read com.apple.Xcode PBXProductDirectory 2> " . File::Spec->devnull() . " … 318 …$configurationProductDir = File::Spec->catdir($baseProductDir, configurationForVisualStudio(), "bi… 704 my $devnull = File::Spec->devnull(); 713 chdir File::Spec->catfile(sourceDir(), "Source", "WebCore"); 1025 my $scriptDir = File::Spec->catpath("", File::Spec->abs2rel($FindBin::Bin, getcwd()), ""); 1169 $vsInstallDir = File::Spec->catdir($programFilesPath, "Microsoft Visual Studio 8"); 1172 $vcBuildPath = File::Spec->catfile($vsInstallDir, qw(Common7 IDE devenv.com)); 1176 $vcBuildPath = File::Spec->catfile(sourceDir(), qw(Tools Scripts pdevenv)) if isCygwin(); [all …]
|
D | run-api-tests | 139 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null"; 168 … my $apiTesterPath = File::Spec->catfile(productDir(), "TestWebKitAPI$apiTesterNameSuffix.exe"); 194 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null"; 227 … my $apiTesterPath = File::Spec->catfile(productDir(), "TestWebKitAPI$apiTesterNameSuffix.exe"); 255 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null";
|
D | svn-create-patch | 48 use File::Spec; 81 my $devNull = File::Spec->devnull(); 206 $sourceFile = File::Spec->abs2rel($1, $baseUrl); 218 my $file = File::Spec->catdir($prefix, $fileData->{path}); 270 …$diffFiles->{$path}->{isTestFile} = exists $testDirectories{(File::Spec->splitdir($path))[0]} ? 1 … 385 … die "can't handle absolute paths like \"$file\"\n" if File::Spec->file_name_is_absolute($file);
|
D | VCSUtils.pm | 38 use File::Spec; 197 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0; 251 return -d File::Spec->catdir($dir, ".svn"); 287 return File::Spec->abs2rel($previousDirectory, $newDirectory); 307 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die; 334 $path = File::Spec->catdir($parent, $path); 337 return File::Spec->rel2abs($last); 376 my $relativePath = File::Spec->abs2rel($file); 431 $file = File::Spec->canonpath($file); 435 foreach my $dir (File::Spec->splitdir($file)) { [all …]
|
D | update-webkit-dependency | 36 use File::Spec; 72 my $tmpAbsDir = File::Spec->rel2abs($tmpRelativeDir); 116 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/$prefixInZip");
|
D | test-webkitperl | 36 use File::Spec; 51 my $sourceRootDir = File::Spec->catfile($FindBin::Bin, "../..");
|
D | run-chromium-webkit-unit-tests | 31 use File::Spec; 37 my $sourceRootDir = File::Spec->catfile($FindBin::Bin, "../..");
|
D | run-webkit-tests | 44 use File::Spec; 83 my $harnessPath = File::Spec->catfile(relativeScriptsDir(), $harnessName);
|
D | run-jsc | 33 use File::Spec; 48 $jsc .= " 2> " . File::Spec->devnull() unless $verbose;
|
D | run-webkit-websocketserver | 35 use File::Spec; 49 my $testDirectory = File::Spec->rel2abs($layoutTestsName);
|
D | svn-apply | 65 use File::Spec; 164 my @dirs = File::Spec->splitdir($path); 167 $dir = File::Spec->catdir($dir, shift @dirs); 293 if (-d File::Spec->catdir($dir, $item)) { 296 next if (scmWillDeleteFile(File::Spec->catdir($dir, $item)));
|
D | show-pretty-diff | 42 DIR => File::Spec->tmpdir(), 57 DIR => File::Spec->tmpdir(),
|
D | run-pageloadtest | 37 use File::Spec; 62 my $safariResourcePath = File::Spec->catdir(dirname(dirname($safariExecutablePath)), "Resources");
|
D | resolve-ChangeLogs | 39 use File::Spec; 166 return File::Spec->abs2rel($absolutePath, Cwd::getcwd()); 248 my $file = File::Spec->catfile($_[0], "ChangeLog"); 375 open(PATCH, "| patch -p1 $file > " . File::Spec->devnull()) or die $!; 424 my $file = findChangeLog(canonicalRelativePath(File::Spec->catfile($baseDir, $ARGV[$i])));
|
/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
D | port.pl | 9 use File::Spec; 10 use File::Spec::Unix; 73 map { File::Spec->catfile($_, $filename) } 79 $resolved_file = File::Spec::Unix->canonpath($resolved_file);
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 14 use File::Spec; 68 my $grammar_file = File::Spec->catfile($tmpdir, "$grammar_name.g"); 72 my $test_program_file = File::Spec->catfile($tmpdir, 'test.pl'); 89 …my $g_result = run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_f…
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
D | perlcritic.t | 4 use File::Spec; 17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 215 Spec = &tables.specForUID(UID); in RecognizableInstr() 526 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand() 527 Spec->operands[operandIndex].type = in handleOperand() 534 Spec->operands[operandIndex].encoding = encodingFromString(typeName, in handleOperand() 536 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand() 546 Spec->name = Name; in emitInstructionSpecifier() 553 Spec->filtered = true; in emitInstructionSpecifier() 562 Spec->insnContext = insnContext(); in emitInstructionSpecifier() 955 Spec->modifierType = MODIFIER_MODRM; in emitDecodePath() 956 Spec->modifierBase = Opcode; in emitDecodePath() [all …]
|