Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 25 of 160) sorted by relevance

1234567

/external/zlib/src/examples/
Dgzlog.c316 #define HEAD sizeof(log_gzhead) /* should be 16 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
417 memcmp(buf, log_gzhead, HEAD)) { in log_head()
420 log->first = PULL8(buf + HEAD); in log_head()
421 log->last = PULL8(buf + HEAD + 8); in log_head()
422 log->ccrc = PULL4(buf + HEAD + 16); in log_head()
423 log->clen = PULL4(buf + HEAD + 20); in log_head()
424 log->tcrc = PULL4(buf + HEAD + 24); in log_head()
425 log->tlen = PULL4(buf + HEAD + 28); in log_head()
[all …]
/external/dtc/scripts/
Dsetlocalversion12 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
19 if git diff-index HEAD | read dummy; then
/external/bison/build-aux/
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=
/external/libvpx/libvpx/tools/
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
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/curl/tests/data/
Dtest145 HTTP HEAD
24 HTTP HEAD with Connection: close
37 HEAD /want/14 HTTP/1.1
Dtest485 HTTP HEAD
43 HEAD /48?foo=moo&moo=poo HTTP/1.1
47 HEAD /48?foo=moo&moo=poo HTTP/1.1
Dtest10325 HTTP HEAD
35 HTTP HEAD with --range
49 HEAD /1032 HTTP/1.1
Dtest11445 HTTP HEAD
46 HTTP HEAD, receive no headers only body
60 HEAD /1144 HTTP/1.1
Dtest5145 HTTP HEAD
36 First set options to POST and then to make HEAD
51 HEAD /514 HTTP/1.1
Dtest17025 HTTP HEAD
36 HTTP/2 HEAD with Upgrade:
52 HEAD /1702 HTTP/1.1
/external/mesa3d/bin/
Dget-extra-pick-list.sh13 latest_branchpoint=`git merge-base origin/master HEAD`
16 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
Dget-typod-pick-list.sh16 latest_branchpoint=`git merge-base origin/master HEAD`
19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
Dget-pick-list.sh12 latest_branchpoint=`git merge-base origin/master HEAD`
15 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
Dget-fixes-pick-list.sh13 latest_branchpoint=`git merge-base origin/master HEAD`
19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
/external/iw/
Dversion.sh6 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/vboot_reference/scripts/
Dgetversion.sh9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then
18 numcommits=$(git rev-list HEAD | wc -l)
/external/harfbuzz_ng/.ci/
Ddeploy-docs.sh12 REVISION=$(git rev-parse --short HEAD)
33 git push -q upstream HEAD:gh-pages
/external/llvm/utils/git-svn/
Dgit-svnrevert42 git reset --hard HEAD
58 git reset --hard HEAD
/external/swiftshader/third_party/subzero/
DMakefile36 SZ_COMMIT_COUNT := $(shell git -C $(SUBZERO_SRC_ROOT) rev-list --count HEAD)
37 SZ_GIT_HASH := $(shell git -C $(SUBZERO_SRC_ROOT) rev-parse HEAD)
DCMakeLists.txt53 execute_process(COMMAND git rev-parse HEAD
58 execute_process(COMMAND git rev-list --count HEAD
/external/llvm/cmake/modules/
DVersionFromVCS.cmake52 # Determine if the HEAD points directly at a subversion revision.
53 execute_process(COMMAND ${git_executable} svn find-rev HEAD
68 ${git_executable} rev-parse --short HEAD
/external/mesa3d/src/util/sha1/
DREADME19 At the time of checkout HEAD is 1.25 and 1.24 respectively.
21 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/hash/sha1.c?rev=HEAD
22 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/sha1.h?rev=HEAD
/external/deqp/framework/qphelper/
DCMakeLists.txt54 …EPENDS gen_release_info.py ${CMAKE_SOURCE_DIR}/.git/HEAD ${CMAKE_SOURCE_DIR}/.git/index) # \note H…
/external/python/cpython2/Lib/email/test/data/
Dmsg_15.txt30 <HEAD>
32 </HEAD>
/external/libvpx/
DREADME.android21 1. Update libvpx source tree. Look for "Current HEAD: <hash>" output to update
38 Current HEAD: <hash>

1234567