HomeSort by relevance Sort by last modified time
    Searched refs:HEAD (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /art/test/134-nodex2oat-nofallback/
check 17 # The head of the log.
18 HEAD=$(head -n 1 "$2")
25 if [[ "$HEAD" != "$EXPECTED_HEAD" || $MSG_FOUND -ne 0 ]] ; then
  /external/dtc/scripts/
setlocalversion 12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
14 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
15 printf '%s%s' -g `echo "$head" | cut -c1-8`
19 if git diff-index HEAD | read dummy; then
  /bionic/tools/
update_notice.sh 6 git diff --exit-code HEAD libc/NOTICE
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
build.properties 24 mapVersionTag=HEAD
31 # For example, when doing a nightly build out of HEAD,
32 # fetchTag=HEAD
  /external/llvm/utils/git-svn/
git-svnup 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
git-svnrevert 41 echo "Error! Failed to revert commit r$SVN. Resetting to head."
42 git reset --hard HEAD
57 echo "Error! Failed to commit reverting commit for commit r$SVN. Reverting to head."
58 git reset --hard HEAD
  /external/iw/
version.sh 6 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
15 if git diff-index --name-only HEAD | read dummy ; then
  /external/mesa3d/bin/
get-pick-list.sh 6 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/vboot_reference/scripts/
getversion.sh 9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then
18 numcommits=$(git rev-list HEAD | wc -l)
26 dirty=$(sh -c "[ '$(git diff-index --name-only HEAD)' ] \
  /external/bison/build-aux/
git-version-gen 154 && 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=
  /external/curl/scripts/
contributors.sh 26 # until HEAD and adds the contributors already mentioned in the existing
47 git log $start..HEAD | \
contrithanks.sh 25 # This script shows all mentioned contributors from <hash> until HEAD and
38 git log $start..HEAD | \
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 9 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)"
12 REVISION=$(git rev-parse --short HEAD)
33 git push -q upstream HEAD:gh-pages
  /art/tools/cpp-define-generator/
presubmit-check-files-up-to-date 55 echo "WARNING: Not running as a pre-upload hook. Assuming commit to check = 'HEAD'"
56 PREUPLOAD_COMMIT=HEAD
  /external/fio/
FIO-VERSION-GEN 15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
20 test -z "`git diff-index --name-only HEAD --`" ||
  /prebuilts/go/darwin-x86/src/net/http/
method.go 12 MethodHead = "HEAD"
  /prebuilts/go/linux-x86/src/net/http/
method.go 12 MethodHead = "HEAD"
  /external/libvpx/libvpx/tools/
ftfy.sh 9 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
110 if ! git diff --quiet HEAD; then
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do
  /external/zlib/src/examples/
gzlog.c 316 #define HEAD sizeof(log_gzhead) /* should be 16 */
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 + 20)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 21 HEAD, /* i: waiting for magic header */
59 HEAD -> (gzip) or (zlib)
86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 95 /** Bit position if this element type is a head element (i.e. H1, H2, etc.) */
96 static final int HEAD = (1 << 18);
107 /** Bit position if this element type is a header element (i.e. HEAD). */
  /external/pdfium/third_party/zlib_v128/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/syslinux/com32/lib/zlib/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8 9