Home
last modified time | relevance | path

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

123

/third_party/node/test/parallel/
H A Dtest-socket-writes-before-passed-to-tls-socket.js8 const HEAD = Buffer.alloc(1024 * 1024, 0);
17 // Check that HEAD is followed by a client hello
18 if (recvLen > HEAD.length) {
19 const clientHelloFstByte = Buffer.concat(recv).subarray(HEAD.length, HEAD.length + 1);
32 socket.write(HEAD.subarray(0, HEAD.length / 2), common.mustSucceed());
37 socket.write(HEAD.subarray(HEAD.length / 2), common.mustSucceed());
H A Dtest-double-tls-client.js10 const HEAD = 'XXXX';
27 assert.strictEqual(chunk.toString(), HEAD);
38 down.write(HEAD, common.mustSucceed());
/third_party/zlib/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]; 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 in log_head()
[all...]
H A Dgznorm.c98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... in gzip_normalize()
100 HEAD, // reading a gzip header in gzip_normalize() enumerator
175 state = HEAD; in gzip_normalize()
176 // Fall through to HEAD when some or all of the header is in gzip_normalize()
179 case HEAD: in gzip_normalize()
/third_party/curl/src/
H A Dmkhelp.pl87 print <<HEAD
93 HEAD
116 print <<HEAD
124 HEAD
196 print <<HEAD
200 HEAD
/third_party/node/tools/dep_updaters/
H A Dupdate-googletest.sh10 NEW_UPSTREAM_SHA1=$(git ls-remote "https://github.com/google/googletest.git" HEAD | awk '{print $1}')
20 git diff HEAD:deps/googletest/LICENSE "$NEW_UPSTREAM_SHA1:LICENSE"
21 git diff-tree HEAD:deps/googletest/include "$NEW_UPSTREAM_SHA1:googletest/include"
22 git diff-tree HEAD:deps/googletest/src "$NEW_UPSTREAM_SHA1:googletest/src"
/third_party/mbedtls/docs/architecture/psa-migration/
H A Doutcome-analysis.sh46 # save current HEAD.
48 # HEAD=$(git branch --show-current)
50 HEAD=$(git rev-parse --abbrev-ref HEAD)
54 git checkout $(git merge-base HEAD development)
65 git checkout $HEAD
/third_party/jerryscript/tools/
H A 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/skia/third_party/externals/swiftshader/third_party/subzero/
H A 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/cups-filters/filter/braille/filters/
H A Dbrftopagedbrf.in131 HEAD=${LINE%%$'\014'*}
132 [ $DOPRINT == 0 ] || printf %s "$HEAD"$'\014'
/third_party/skia/third_party/externals/swiftshader/tests/
H A Dpresubmit.sh30 if ! git diff --quiet HEAD; then
33 git --no-pager diff -p HEAD
/third_party/rust/crates/unicode-ident/generate/src/
H A Dwrite.rs5 const HEAD: &str = "\ consts
28 writeln!(out, "{}", HEAD); in output()
/third_party/mbedtls/scripts/
H A Dfootprint.sh91 if git rev-parse HEAD >/dev/null; then
92 GIT_HEAD=$( git rev-parse HEAD | head -c 10 )
/third_party/curl/scripts/
H A Dcd2cd171 push @desc, sprintf <<HEAD
178 HEAD
/third_party/icu/icu4c/source/config/
H A Ddist.mk12 # also note that `make dist` does NOT reflect any local modifications, but pulls from HEAD.
29 GITVER=$(shell (cd $(ICU4CTOP) && (git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)) || echo 'unknown')
68 ( cd $(ICU4CTOP)/.. && git archive --format=tar --prefix=icu/ HEAD:icu4c/ ) | ( cd "$(DISTY_TMP)" && tar xf - )
/third_party/skia/third_party/externals/icu/source/config/
H A Ddist.mk12 # also note that `make dist` does NOT reflect any local modifications, but pulls from HEAD.
29 GITVER=$(shell (cd $(ICU4CTOP) && (git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)) || echo 'unknown')
68 ( cd $(ICU4CTOP)/.. && git archive --format=tar --prefix=icu/ HEAD:icu4c/ ) | ( cd "$(DISTY_TMP)" && tar xf - )
/third_party/node/deps/llhttp/include/
H A Dllhttp.h206 XX(2, HEAD, HEAD) \
260 XX(2, HEAD, HEAD) \
/third_party/spirv-tools/utils/
H A Droll_deps.sh52 old_head=$(git rev-parse HEAD)
/third_party/icu/icu4j/perf-tests/
H A Ddateformatperf.pl82 <HEAD>
84 </HEAD>
H A Dnormperf.pl131 <HEAD>
133 </HEAD>
H A Ddecimalformatperf.pl78 <HEAD>
80 </HEAD>
H A Dconverterperf.pl97 <HEAD>
99 </HEAD>
H A Ducharacterperf.pl79 <HEAD>
81 </HEAD>
H A Dunicodesetperf.pl69 <HEAD>
71 </HEAD>
/third_party/node/deps/zlib/
H A Dinflate.h21 HEAD = 16180, /* i: waiting for magic header */ enumerator
61 HEAD -> (gzip) or (zlib) or (raw)

Completed in 11 milliseconds

123