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

  /external/bison/build-aux/
git-version-gen 174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
175 || { commit_list=failed;
177 numcommits=`echo "$commit_list" | wc -l`
179 test "$commit_list" = failed && v=UNKNOWN
  /external/strace/
git-version-gen 178 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
179 || { commit_list=failed;
181 numcommits=`echo "$commit_list" | wc -l`
183 test "$commit_list" = failed && v=UNKNOWN
  /external/selinux/libsemanage/src/
database_activedb.h 20 int (*commit_list) (semanage_handle_t * handle, member in struct:record_activedb_table
database_activedb.c 96 if (ratable->commit_list(handle, records, rcount) < 0)
booleans_activedb.c 146 .commit_list = bool_commit_list,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
git-release-notes.py 26 commit_list = [] variable
41 commit_list.append([commit, message])
50 for commit, message in commit_list:

Completed in 116 milliseconds