/third_party/zlib/examples/ |
D | gzlog.c | 316 #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/ |
D | update-llvm-10.sh | 23 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/ |
D | check-generate-code.sh | 23 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/ |
D | git.js | 168 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/ |
D | git.md | 145 $ git diff HEAD ./src 146 Diffing HEAD..worktree ./src (color=auto) 148 $ git diff HEAD~~ -- HEAD 149 Diffing HEAD~~..worktree HEAD (color=auto)
|
D | git-derive.md | 147 $ 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/ |
D | git-pre-commit-hook | 3 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/ |
D | windows_boxstarter | 4 # 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/ |
D | tests3.test | 566 "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/ |
D | releasing.md | 3 * 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/ |
D | README_GENERATING_MODELS.md | 23 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/ |
D | README_GENERATING_MODELS.md | 23 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/ |
D | CODE_OF_CONDUCT.md | 3 * [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/ |
D | index.ts | 33 this.parser._insertFakeElement(TN.HEAD, $.HEAD);
|
/third_party/harfbuzz/.ci/ |
D | deploy-docs.sh | 9 REVISION=$(git rev-parse --short HEAD) 33 git push -q upstream HEAD:master
|
/third_party/jerryscript/tools/ |
D | check-signed-off.sh | 74 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/ |
D | deploy-docs.sh | 14 REVISION=$(git rev-parse --short HEAD) 36 git push -q upstream HEAD:master
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | Makefile | 36 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/ |
D | rpmbuild.sh | 8 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/ |
D | brftopagedbrf.in | 131 HEAD=${LINE%%$'\014'*} 132 [ $DOPRINT == 0 ] || printf %s "$HEAD"$'\014'
|
/third_party/mesa3d/src/util/sha1/ |
D | README | 19 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/ |
D | presubmit.sh | 30 if ! git diff --quiet HEAD; then 33 git --no-pager diff -p HEAD
|
/third_party/rust/crates/unicode-ident/generate/src/ |
D | write.rs | 5 const HEAD: &str = "\ constant 28 writeln!(out, "{}", HEAD); in output()
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_15.txt | 30 <HEAD> 32 </HEAD>
|
/third_party/rust/crates/clap/clap_lex/ |
D | Cargo.toml | 22 {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},
|