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

  /external/llvm/
Makefile 241 SVN = svn
242 SVN-UPDATE-OPTIONS =
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
245 | LC_ALL=C xargs $(SVN) info 2>/dev/null \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) updat
    [all...]
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
62 my $SVN = "svn";
181 open STAT, "-|", $SVN, "status", $file or die $!;
192 open INFO, "-|", $SVN, "info", $file or die $!;
259 $statCommand = "$SVN stat | grep '^C'";
283 print; # error output from svn stat
464 system($SVN, "resolved", $file);
479 system($SVN, "status", $file);
svn-apply 35 # Handles added files (does a svn add with logic to handle local changes).
36 # Handles added directories (does a svn add).
37 # Handles removed files (does a svn rm with logic to handle local changes).
39 # (does a svn rm).
40 # Has mode where it will roll back to svn version numbers in the patch file so svn
46 # Handles binary files (requires patches made by svn-create-patch).
47 # Handles copied and moved files (requires patches made by svn-create-patch).
53 # Handle copied and moved directories (would require patches made by svn-create-patch).
110 '.svn' => 1
    [all...]
prepare-ChangeLog 46 # Add SVN version numbers for commit (can't do that until
141 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n";
156 my $SVN = "svn";
340 # Get the latest ChangeLog files from svn.
347 print STDERR " Running 'svn update' to update ChangeLog files.\n";
348 open ERRORS, "-|", $SVN, "update", @logs
349 or die "The svn update of ChangeLog files failed: $!.\n";
    [all...]
VCSUtils.pm 154 system("svn", "move", $source, $destination);
177 system("svn", "propset", "svn:executable", "on", $path) == 0 or die "Failed to run 'svn propset svn:executable on $path'.";
188 system("svn", "propdel", "svn:executable", $path) == 0 or die "Failed to run 'svn propdel svn:executable $path'.";
213 # if you're in a git-svn checkout. The best suggestions seen so fa
    [all...]
bisect-builds 309 if ($file =~ /^WebKit-SVN-r([0-9]+)\.dmg$/) {
old-run-webkit-tests 322 --use-remote-links-to-tests Link to test files within the SVN repository in the results.
500 my %ignoredLocalDirectories = map { $_ => 1 } qw(.svn _svn resources script-tests);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 30 # Python module for interacting with an SCM system (like SVN or Git)
84 if SVN.in_working_directory(absolute_path):
85 return SVN(cwd=absolute_path, patch_directories=patch_directories)
323 # A mixin class that represents common functionality for SVN and Git-SVN.
334 class SVN(SCM, SVNRepository):
336 svn_server_host = "svn.webkit.org"
337 svn_server_realm = "<http://svn.webkit.org:80> Mac OS Forge"
352 return os.path.isdir(os.path.join(path, '.svn'))
362 svn_info_args = ['svn', 'info', path
    [all...]
scm_unittest.py 48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm
90 return _make_diff("svn", *args)
97 # Exists to share svn repository creation code between the git and svn tests
101 run_command(["svn", "add", path])
105 run_command(["svn", "commit", "--quiet", "--message", message])
119 # svn-apply fails to remove directories in Git, see:
140 # svn does not seem to update after commit as I would expect.
141 run_command(['svn', 'update'])
145 # Create an test SVN repositor
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 444 const ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N);
447 ID.AddInteger(SVN->getMaskElt(i));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 188 milliseconds