/external/volley/src/main/java/com/android/volley/toolbox/ |
HurlStack.java | 146 return requestMethod != Request.Method.HEAD 255 case Method.HEAD: 256 connection.setRequestMethod("HEAD");
|
HttpClientStack.java | 137 case Method.HEAD:
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
list.h | 24 #define LIST(type) struct { type *head, *tail; } 26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0) 39 #define HEAD(list) ((list).head) 41 #define EMPTY(list) ((list).head == NULL) 46 if ((list).head != NULL) \ 47 (list).head->link.prev = (elt); \ 51 (elt)->link.next = (list).head; \ 52 (list).head = (elt); \ 61 (list).head = (elt); [all...] |
/external/blktrace/ |
Makefile | 68 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLDocument.java | 32 super.add (m_head = IElement.Factory.create (Tag.HEAD)); 136 * Adds a <LINK> to the head.
|
/external/iputils/ |
Makefile | 117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
|
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/ |
ctxhttp_pre17.go | 100 // Head issues a HEAD request via the Do function. 101 func Head(ctx context.Context, client *http.Client, url string) (*http.Response, error) { 102 req, err := http.NewRequest("HEAD", url, nil)
|
/external/bcc/src/lua/bcc/ |
run.lua | 32 progname, rawget(_G, "BCC_VERSION") or "HEAD",
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 211 <HEAD> 237 </HEAD>
|
/external/icu/icu4j/perf-tests/perldriver/ |
Output.pm | 209 <HEAD> 235 </HEAD>
|
/external/libnl/ |
configure.ac | 17 m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
|
/external/testng/src/main/java/org/testng/reporters/ |
TestHTMLReporter.java | 197 private static String HEAD = 258 sb.append("<html>\n<head>\n") 261 .append(HEAD) 262 .append("</head>\n")
|
/external/u-boot/cmd/ |
fdc.c | 58 #define HEAD 3 126 unsigned int head; /* nr of heads */ member in struct:__anon47155 131 unsigned char spec1; /* stepping rate, head unload time */ 133 unsigned char hlt; /* head load time */ 251 unsigned long head,track,sect,timeout; local 252 track = pCMD->blnr / (pFG->sect * pFG->head); /* track nr */ 253 sect = pCMD->blnr % (pFG->sect * pFG->head); /* remaining blocks */ 254 head = sect / pFG->sect; /* head nr */ 257 PRINTF("Cmd 0x%02x Track %ld, Head %ld, Sector %ld, Drive %d (blnr %ld)\n" [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToHTMLStream.java | 183 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 186 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 189 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 192 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 195 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 198 new ElemDesc(0 | ElemDesc.HEAD | ElemDesc.BLOCK)); 270 "HEAD", 401 elemDesc = (ElemDesc) m_elementFlags.get("head"); [all...] |
/build/kati/testcase/ |
parse_benchcmp.go | 84 curBranch := output("git", "symbolic-ref", "--short", "HEAD")
|
/external/ImageMagick/scripts/ |
format_c_api_docs | 246 s|<HEAD>|<HEAD>
|
/external/curl/lib/ |
checksrc.pl | 714 # their last commit. Removing the `git rev-list origin/master..HEAD` 723 elsif (`git rev-list --count origin/master..HEAD -- $file` !~ /^0/) { 724 my $grl = `git rev-list --max-count=1 --timestamp HEAD -- $file`;
|
/external/libyuv/files/tools_libyuv/autoroller/ |
roll_deps.py | 226 - If it's a Chromium sub-directory, roll it to the HEAD revision (notice 229 - If it's another DEPS entry (not shared with Chromium), roll it to HEAD 249 # Use the HEAD of the deps repo. 251 'HEAD']) 361 ['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0] 417 'Chromium HEAD revision if omitted.')) 453 stdout, _ = _RunCommand(['git', 'ls-remote', CHROMIUM_SRC_URL, 'HEAD']) 455 logging.info('No revision specified. Using HEAD: %s', head_rev)
|
/external/syzkaller/dashboard/app/ |
email_test.go | 52 HEAD commit: 111111111111 kernel_commit_title1 150 HEAD commit: 111111111111 kernel_commit_title1 202 HEAD commit: 111111111111 kernel_commit_title1 278 HEAD commit: 222222222222 a really long title, longer than 80 chars, re..
|
/external/webrtc/tools/autoroller/ |
roll_chromium_revision.py | 314 ['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0] 376 'Chromium HEAD revision if omitted.')) 412 stdout, _ = _RunCommand(['git', 'ls-remote', CHROMIUM_SRC_URL, 'HEAD']) 414 logging.info('No revision specified. Using HEAD: %s', head_rev)
|
/external/libvpx/libvpx/test/ |
tools_common.sh | 90 git rev-parse --short HEAD)
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpHeadRequestTest.java | 56 invokeServer("HEAD " + HttpServerTest.URI + "?foo&bar= HTTP/1.1"); 66 invokeServer("HEAD " + HttpServerTest.URI + "?foo=bar&foo=baz&zot&zim= HTTP/1.1"); 80 invokeServer("HEAD " + HttpServerTest.URI + "?foo=bar&foo=baz&zot&zim= HTTP/1.1"); 89 invokeServer("HEAD " + HttpServerTest.URI + "?foo=bar&baz=zot HTTP/1.1"); 101 invokeServer("HEAD " + HttpServerTest.URI + "?foo&baz=zot HTTP/1.1"); 112 invokeServer("HEAD " + HttpServerTest.URI + "?foo=bar&foo=baz HTTP/1.1"); 121 invokeServer("HEAD " + HttpServerTest.URI + " HTTP/1.1"); 130 ByteArrayOutputStream outputStream = invokeServer("HEAD " + HttpServerTest.URI + " HTTP/1.1"); 146 invokeServer("HEAD " + HttpServerTest.URI + "?foo=bar&baz=zot HTTP/1.1"); 153 invokeServer("HEAD " + HttpServerTest.URI + "?foo=&baz=zot HTTP/1.1") [all...] |
/external/syzkaller/pkg/vcs/ |
vcs.go | 21 // Returns hash of the HEAD commit in the specified branch. 33 // HeadCommit returns info about the HEAD commit of the current branch of git repository.
|
/external/tensorflow/tensorflow/tools/git/ |
gen_git_source.py | 37 """Given a filename of a .git/HEAD file return ref path. 39 In particular, if git is in detached head state, this will 40 return None. If git is in attached head, it will return 41 the branch reference. E.g. if on 'master', the HEAD will 45 Example: parse_branch_ref(".git/HEAD") 47 filename: file to treat as a git HEAD file 49 None if detached head, otherwise ref subpath 51 RuntimeError: if the HEAD file is unparseable. 61 raise RuntimeError("Git directory has unparseable HEAD") 94 link_map = {"head": None, "branch_ref": None [all...] |
/external/volley/src/test/java/com/android/volley/toolbox/ |
HttpClientStackTest.java | 114 TestRequest.Head request = new TestRequest.Head(); 115 assertEquals(request.getMethod(), Method.HEAD);
|