/third_party/node/test/parallel/ |
H A D | test-socket-writes-before-passed-to-tls-socket.js | 8 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 D | test-double-tls-client.js | 10 const HEAD = 'XXXX'; 27 assert.strictEqual(chunk.toString(), HEAD); 38 down.write(HEAD, common.mustSucceed());
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 316 #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 D | gznorm.c | 98 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 D | mkhelp.pl | 87 print <<HEAD 93 HEAD 116 print <<HEAD 124 HEAD 196 print <<HEAD 200 HEAD
|
/third_party/node/tools/dep_updaters/ |
H A D | update-googletest.sh | 10 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 D | outcome-analysis.sh | 46 # 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 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/skia/third_party/externals/swiftshader/third_party/subzero/ |
H A 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/cups-filters/filter/braille/filters/ |
H A D | brftopagedbrf.in | 131 HEAD=${LINE%%$'\014'*} 132 [ $DOPRINT == 0 ] || printf %s "$HEAD"$'\014'
|
/third_party/skia/third_party/externals/swiftshader/tests/ |
H A 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/ |
H A D | write.rs | 5 const HEAD: &str = "\ consts 28 writeln!(out, "{}", HEAD); in output()
|
/third_party/mbedtls/scripts/ |
H A D | footprint.sh | 91 if git rev-parse HEAD >/dev/null; then 92 GIT_HEAD=$( git rev-parse HEAD | head -c 10 )
|
/third_party/curl/scripts/ |
H A D | cd2cd | 171 push @desc, sprintf <<HEAD 178 HEAD
|
/third_party/icu/icu4c/source/config/ |
H A D | dist.mk | 12 # 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 D | dist.mk | 12 # 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 D | llhttp.h | 206 XX(2, HEAD, HEAD) \ 260 XX(2, HEAD, HEAD) \
|
/third_party/spirv-tools/utils/ |
H A D | roll_deps.sh | 52 old_head=$(git rev-parse HEAD)
|
/third_party/icu/icu4j/perf-tests/ |
H A D | dateformatperf.pl | 82 <HEAD> 84 </HEAD>
|
H A D | normperf.pl | 131 <HEAD> 133 </HEAD>
|
H A D | decimalformatperf.pl | 78 <HEAD> 80 </HEAD>
|
H A D | converterperf.pl | 97 <HEAD> 99 </HEAD>
|
H A D | ucharacterperf.pl | 79 <HEAD> 81 </HEAD>
|
H A D | unicodesetperf.pl | 69 <HEAD> 71 </HEAD>
|
/third_party/node/deps/zlib/ |
H A D | inflate.h | 21 HEAD = 16180, /* i: waiting for magic header */ enumerator 61 HEAD -> (gzip) or (zlib) or (raw)
|