HomeSort by relevance Sort by last modified time
    Searched refs:commits (Results 1 - 7 of 7) 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/webkit/Tools/Scripts/
webkit-tools-completion.sh 84 post-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/qemu/block/
vvfat.c 350 array_t commits; member in struct:BDRVVVFATState
    [all...]
  /external/bluetooth/glib/
Makefile.am 34 README.commits \
  /external/llvm/
README.android 38 * See the 4 commits on 2011/6/17:
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 193 commits = self.local_commits()
194 if not len(commits):
197 error("Working directory has local commits, pass --force-clean to continue.")
304 # Subclasses must indicate if they support local commits,
314 error("Your source control manager does not support local commits.")
    [all...]

Completed in 154 milliseconds