Searched refs:HEAD (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/tools/git/
H A Dpost-merge9 if git diff-tree ORIG_HEAD HEAD | grep -qs $'\tDEPS$'; then
H A Dpost-checkout9 old_ref=$1 # Previous HEAD.
10 new_ref=$2 # Current HEAD.
14 if ! git diff-index --quiet HEAD $(git rev-parse --show-cdup)DEPS; then
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
H A Dbuild.properties24 mapVersionTag=HEAD
31 # For example, when doing a nightly build out of HEAD,
32 # fetchTag=HEAD
/external/llvm/utils/git-svn/
H A Dgit-svnup10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
H A Dgit-svnrevert30 git reset --hard HEAD
46 git reset --hard HEAD
/external/chromium_org/third_party/mesa/src/bin/
H A Dget-pick-list.sh6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
/external/mesa3d/bin/
H A Dget-pick-list.sh6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
/external/bison/build-aux/
H A Dgit-version-gen154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
H A Ddo-release-commit-and-tag139 case $(git diff-index --name-only HEAD) in
145 curr_br=$(git rev-parse --symbolic-full-name HEAD)
170 git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed'
/external/chromium_org/build/git-hooks/
H A Dpre-commit3 submods=$(git diff-index --cached --ignore-submodules=dirty HEAD | grep -e '^:160000' -e '^:...... 160000' | xargs)
16 git diff-index --cached --ignore-submodules=dirty HEAD
26 if test "$(git diff-index --cached HEAD .gitmodules)"; then
/external/chromium_org/build/
H A Dtree_truth.sh18 # Return the sha1 of HEAD, or ""
21 ( cd $1 && git log HEAD -n1 --format='%H' | cat )
24 # For the given repo, set tag to HEAD.
46 # List the commits between the given tag and HEAD.
48 # If the tag is at HEAD, list nothing.
67 ( cd $1 && git log -n 500 $2..HEAD --stat | cat)
/external/linux-tools-perf/util/
H A DPERF-VERSION-GEN15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
20 test -z "$(git diff-index --name-only HEAD --)" ||
/external/libvpx/libvpx/tools/
H A Dftfy.sh9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
59 git commit -a -C HEAD > /dev/null
111 if ! git diff --quiet HEAD; then
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do
/external/zlib/src/examples/
H A Dgzlog.c316 #define HEAD sizeof(log_gzhead) /* should be 16 */ macro
318 /* initial gzip extra field content (52 == HEAD + EXTRA + 1) */
413 unsigned char buf[HEAD + EXTRA];
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA ||
417 memcmp(buf, log_gzhead, HEAD)) {
420 log->first = PULL8(buf + HEAD);
421 log->last = PULL8(buf + HEAD + 8);
422 log->ccrc = PULL4(buf + HEAD + 16);
423 log->clen = PULL4(buf + HEAD
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java96 static final int HEAD = (1 << 18); field in class:ElemDesc
107 /** Bit position if this element type is a header element (i.e. HEAD). */
/external/chromium_org/third_party/zlib/
H A Dinflate.h21 HEAD, /* i: waiting for magic header */ enumerator in enum:__anon14909
61 HEAD -> (gzip) or (zlib) or (raw)
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h21 HEAD, /* i: waiting for magic header */ enumerator in enum:__anon25550
59 HEAD -> (gzip) or (zlib)
/external/zlib/src/
H A Dinflate.h21 HEAD, /* i: waiting for magic header */ enumerator in enum:__anon29823
61 HEAD -> (gzip) or (zlib) or (raw)
/external/srec/tools/test_swiarb/
H A Dtest_swiarb.c45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) printf(FMT, PTR[iI]); printf("\n"); }
/external/dhcpcd/mk/
H A Ddist.mk4 GITREF?= HEAD
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties192 mapsCheckoutTag=HEAD
206 # For example fetchTag=CVS=HEAD, SVN=v20050101
207 # fetchTag=HEAD
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat6 set mapVersionTag=HEAD
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java23 public static final Tag HEAD = new TagImpl ("HEAD"); field in class:Tag
/external/ceres-solver/scripts/
H A Dmake_release56 GIT_COMMIT=$(git log -1 HEAD |grep commit)
/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py66 HEAD = """// Copyright %d The Chromium Authors. All rights reserved.
209 head = HEAD % (datetime.now().year, opts.schema, description_filename)

Completed in 1253 milliseconds

123