Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/zlib/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-llvm-10.sh23 SWIFTSHADER_HEAD=`git rev-parse HEAD`
26 if ! git diff --quiet HEAD; then
44 LLVM_HEAD=`git log HEAD -n 1 --pretty=format:'%h'`
80 MERGE_SOURCE=`git log HEAD -n 1 --pretty=format:'%h'`
/third_party/flatbuffers/scripts/
Dcheck-generate-code.sh23 git checkout HEAD -- tests/monster_test.bfbs
24 git checkout HEAD -- tests/arrays_test.bfbs
25 git checkout HEAD -- samples/monster.bfbs
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js168 if (revs.refs.HEAD) {
169 const HEAD = revs.refs.HEAD
171 if (v.sha === HEAD.sha) {
172 revs['dist-tags'].HEAD = v
174 revs['dist-tags'].latest = revs.refs.HEAD
283 const HEAD = 'HEAD'
289 : ref.endsWith(HEAD)
/third_party/rust/crates/clap/examples/
Dgit.md145 $ git diff HEAD ./src
146 Diffing HEAD..worktree ./src (color=auto)
148 $ git diff HEAD~~ -- HEAD
149 Diffing HEAD~~..worktree HEAD (color=auto)
Dgit-derive.md147 $ git-derive diff HEAD ./src
148 Diffing HEAD..worktree ./src (color=auto)
150 $ git-derive diff HEAD~~ -- HEAD
151 Diffing HEAD~~..worktree HEAD (color=auto)
/third_party/libsnd/Scripts/
Dgit-pre-commit-hook3 if git rev-parse --verify HEAD >/dev/null 2>&1 ; then
4 against=HEAD
37 files=$(git diff-index --name-status --cached HEAD | grep -v ^D | sed -E "s/^[A-Z]+[A-Z0-9]*[ \t]+/…
/third_party/node/tools/bootstrap/
Dwindows_boxstarter4 # http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bo…
9 # Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/win…
12 # https://github.com/nodejs/node/blob/HEAD/tools/bootstrap/README.md
/third_party/parse5/test/data/parser-feedback/
Dtests3.test566 "description": "<!DOCTYPE html><HTML><META><HEAD></HEAD></HTML>",
567 "input": "<!DOCTYPE html><HTML><META><HEAD></HEAD></HTML>",
603 "description": "<!DOCTYPE html><HTML><HEAD><head></HEAD></HTML>",
604 "input": "<!DOCTYPE html><HTML><HEAD><head></HEAD></HTML>",
/third_party/benchmark/docs/
Dreleasing.md3 * Make sure you're on main and synced to HEAD
8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
9 commits between the last annotated tag and HEAD
/third_party/skia/tools/skqp/
DREADME_GENERATING_MODELS.md23 python tools/skqp/cut_release.py HEAD~10 HEAD
39 git push origin HEAD:refs/for/skqp/dev
40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD)
52 tools/skqp/upload_apk HEAD (LOCATION)/skqp-universal-debug.apk
/third_party/flutter/skia/tools/skqp/
DREADME_GENERATING_MODELS.md23 python tools/skqp/cut_release.py HEAD~10 HEAD
39 git push origin HEAD:refs/for/skqp/dev
40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD)
52 tools/skqp/upload_apk HEAD (LOCATION)/skqp-universal-debug.apk
/third_party/node/
DCODE_OF_CONDUCT.md3 * [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
4 * [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md)
/third_party/parse5/packages/parse5-plain-text-conversion-stream/lib/
Dindex.ts33 this.parser._insertFakeElement(TN.HEAD, $.HEAD);
/third_party/harfbuzz/.ci/
Ddeploy-docs.sh9 REVISION=$(git rev-parse --short HEAD)
33 git push -q upstream HEAD:master
/third_party/jerryscript/tools/
Dcheck-signed-off.sh74 parent_hashes=(`git show -s --format=%p HEAD | head -1`)
78 commit_hash=`git show -s --format=%h HEAD | head -1`
/third_party/flutter/skia/third_party/externals/harfbuzz/.ci/
Ddeploy-docs.sh14 REVISION=$(git rev-parse --short HEAD)
36 git push -q upstream HEAD:master
/third_party/skia/third_party/externals/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)
/third_party/ninja/misc/packaging/
Drpmbuild.sh8 REL=$(git rev-parse --short HEAD)git
14 git archive --format=tar --prefix=ninja-${VER}-${REL}/ HEAD | gzip -c > $RPMTOPDIR/SOURCES/ninja-${…
/third_party/cups-filters/filter/braille/filters/
Dbrftopagedbrf.in131 HEAD=${LINE%%$'\014'*}
132 [ $DOPRINT == 0 ] || printf %s "$HEAD"$'\014'
/third_party/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
/third_party/skia/third_party/externals/swiftshader/tests/
Dpresubmit.sh30 if ! git diff --quiet HEAD; then
33 git --no-pager diff -p HEAD
/third_party/rust/crates/unicode-ident/generate/src/
Dwrite.rs5 const HEAD: &str = "\ constant
28 writeln!(out, "{}", HEAD); in output()
/third_party/python/Lib/test/test_email/data/
Dmsg_15.txt30 <HEAD>
32 </HEAD>
/third_party/rust/crates/clap/clap_lex/
DCargo.toml22 {file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
25 …xt-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", exactly=1},

12345678910>>...14