HomeSort by relevance Sort by last modified time
    Searched refs:HEAD (Results 126 - 150 of 209) sorted by null

1 2 3 4 56 7 8 9

  /external/strace/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
267 # types through head -n 1, so we only detect the type of CPU 0.
268 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/syslinux/com32/lib/zlib/
inflate.c 113 state->mode = HEAD;
117 state->head = Z_NULL;
624 case HEAD:
639 if (state->head != Z_NULL)
640 state->head->done = -1;
684 if (state->head != Z_NULL)
685 state->head->text = (int)((hold >> 8) & 1);
691 if (state->head != Z_NULL)
692 state->head->time = hold;
698 if (state->head != Z_NULL)
    [all...]
  /external/zlib/src/
inflate.c 115 state->mode = HEAD;
119 state->head = Z_NULL;
640 case HEAD:
655 if (state->head != Z_NULL)
656 state->head->done = -1;
700 if (state->head != Z_NULL)
701 state->head->text = (int)((hold >> 8) & 1);
707 if (state->head != Z_NULL)
708 state->head->time = hold;
714 if (state->head != Z_NULL)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 361 // POST, HEAD, etc. Does the internal redirect get the same
  /prebuilts/go/darwin-x86/src/net/http/
request.go 75 ErrMissingContentLength = &ProtocolError{"missing ContentLength in HEAD response"}
727 | "HEAD" ; Section 9.4
    [all...]
response.go 63 // is "HEAD", values >= 0 indicate that the given number of bytes may
fs.go 267 if r.Method != "HEAD" {
398 if r.Method != "GET" && r.Method != "HEAD" {
490 if r.Method == "GET" || r.Method == "HEAD" {
request_test.go 376 in: "HEAD / HTTP/1.1\r\nContent-Length:4\r\n\r\n",
380 in: "HEAD / HTTP/1.1\r\n\r\n",
409 in: "HEAD / HTTP/1.1\r\nContent-Length:0\r\nContent-Length: 0\r\n\r\n",
transport_test.go 615 if r.Method != "HEAD" {
616 panic("expected HEAD; got " + r.Method)
626 res, err := c.Head(ts.URL)
646 // on responses to HEAD requests.
650 if r.Method != "HEAD" {
651 panic("expected HEAD; got " + r.Method)
664 // calling Head again
669 res1, err := c.Head(ts.URL)
676 res2, err := c.Head(ts.URL)
683 t.Errorf("ip/ports differed between head requests: %q vs %q", v1, v2
    [all...]
clientserver_test.go 127 if _, err := cst.c.Head(cst.ts.URL); err != nil {
279 ReqFunc: (*Client).Head,
287 ReqFunc: (*Client).Head,
296 ReqFunc: (*Client).Head,
350 ReqFunc: (*Client).Head,
352 if r.Method != "HEAD" {
362 ReqFunc: (*Client).Head,
364 if r.Method != "HEAD" {
    [all...]
server.go 349 if cw.res.req.Method == "HEAD" {
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 361 // POST, HEAD, etc. Does the internal redirect get the same
  /prebuilts/go/linux-x86/src/net/http/
request.go 75 ErrMissingContentLength = &ProtocolError{"missing ContentLength in HEAD response"}
727 | "HEAD" ; Section 9.4
    [all...]
response.go 63 // is "HEAD", values >= 0 indicate that the given number of bytes may
fs.go 267 if r.Method != "HEAD" {
398 if r.Method != "GET" && r.Method != "HEAD" {
490 if r.Method == "GET" || r.Method == "HEAD" {
request_test.go 376 in: "HEAD / HTTP/1.1\r\nContent-Length:4\r\n\r\n",
380 in: "HEAD / HTTP/1.1\r\n\r\n",
409 in: "HEAD / HTTP/1.1\r\nContent-Length:0\r\nContent-Length: 0\r\n\r\n",
transport_test.go 615 if r.Method != "HEAD" {
616 panic("expected HEAD; got " + r.Method)
626 res, err := c.Head(ts.URL)
646 // on responses to HEAD requests.
650 if r.Method != "HEAD" {
651 panic("expected HEAD; got " + r.Method)
664 // calling Head again
669 res1, err := c.Head(ts.URL)
676 res2, err := c.Head(ts.URL)
683 t.Errorf("ip/ports differed between head requests: %q vs %q", v1, v2
    [all...]
clientserver_test.go 127 if _, err := cst.c.Head(cst.ts.URL); err != nil {
279 ReqFunc: (*Client).Head,
287 ReqFunc: (*Client).Head,
296 ReqFunc: (*Client).Head,
350 ReqFunc: (*Client).Head,
352 if r.Method != "HEAD" {
362 ReqFunc: (*Client).Head,
364 if r.Method != "HEAD" {
    [all...]
server.go 349 if cw.res.req.Method == "HEAD" {
    [all...]
  /toolchain/binutils/binutils-2.25/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/libpcap/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
264 # types through head -n 1, so we only detect the type of CPU 0.
265 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/tcpdump/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
264 # types through head -n 1, so we only detect the type of CPU 0.
265 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 721 case HEAD: {
723 assert(!LHSl->empty() && "Empty list in head");
761 case HEAD: Result = "!head"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 796 case HEAD: {
861 case HEAD: Result = "!head"; break;
    [all...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 

Completed in 708 milliseconds

1 2 3 4 56 7 8 9