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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
102 $commits = $props[13]; variable
103 /* parse commits */
104 while (preg_match($percommit_regex, $commits, $revs))
106 $commits = substr($commits, strlen($revs[0]) - 28); //leave the \-{28} in tact variable
109 wmysql_query("INSERT INTO `commits` SET `fid` = '$row[0]', `revision` = '$revs[1]', $q ON DUPLICATE KEY UPDATE $q");
  /external/chromium_org/build/git-hooks/
pre-commit 10 Submodule commits are not allowed. Please run:
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
svn-log.js 76 var commits = Array.prototype.map.call(responseXML.getElementsByTagName('entry'), function(logentry) {
96 return commits;
  /external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc 99 OrderedCommitSet commits(routes_);
100 commits.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
101 status.set_commit_set(commits);
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 84 commits = [
96 MakeChangeLogBody(commits))
102 commits = [
118 MakeChangeLogBody(commits, True))
push_to_trunk.py 126 commits = self.Git(args).strip()
134 ] for commit in commits.splitlines()
237 MESSAGE = ("Fetch straggler commits that sneaked in since this script was "
251 MESSAGE = "Squash commits into one."
  /external/qemu/block/
vvfat.c 350 array_t commits; member in struct:BDRVVVFATState
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py 874 """Returns a list of commits that modified this file.
882 Returns a list of commits that touched this file.
927 """Retrieves a list of all the commits between the bad revision and
941 # 2 (or more) commits will share the exact same timestamp, but it's
1003 commits = []
1010 commits = output
1011 commits = reversed(commits)
1017 commits = output
1021 for c in commits
    [all...]
  /external/llvm/
README.android 49 * See the 4 commits on 2011/6/17:

Completed in 282 milliseconds