HomeSort by relevance Sort by last modified time
    Searched refs:HEAD (Results 26 - 50 of 65) sorted by null

12 3

  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 222 * Other HTTP methods ({@code OPTIONS}, {@code HEAD}, {@code PUT}, {@code
268 HttpEngine.HEAD,
  /prebuilts/devtools/
update_jars.sh 127 local SHA1=$( cd ../../tools/$repo ; git show-ref --head --hash HEAD )
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 24 branch=HEAD
feedPublish.emf.properties 24 branch=HEAD
feedPublish.uml2.properties 24 branch=HEAD
  /external/chromium/chrome/common/net/
url_fetcher.cc 295 // Some servers may treat HEAD requests as GET requests. To free up the
299 if (request_->status().is_success() && (request_type_ != HEAD))
342 // See comments re: HEAD requests in OnResponseStarted().
343 if (!request_->status().is_io_pending() || (request_type_ == HEAD)) {
399 case HEAD:
400 request_->set_method("HEAD");
  /external/smack/asmack-master/
build.bash 4 REV="${3:-HEAD}"
119 v=$(cd $d && git rev-parse HEAD)
131 v=$(git rev-parse HEAD)
136 v=$(git rev-parse HEAD)
  /bionic/libc/upstream-netbsd/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 65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
  /external/chromium/chrome/browser/
intranet_redirect_detector.cc 83 URLFetcher* fetcher = new URLFetcher(random_url, URLFetcher::HEAD, this);
  /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/icu4c/test/perf/perldriver/
Output.pm 207 <HEAD>
233 </HEAD>
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement59.js 80 Retrieve the lang attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
HTMLElement88.js 80 Retrieve the dir attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement59.js 80 Retrieve the lang attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
HTMLElement88.js 80 Retrieve the dir attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
  /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...]
  /external/webkit/Tools/Scripts/
bisect-builds 253 return $highIndex if uc($revision) eq 'HEAD' || $revision >= $nightlies->[$highIndex]->{rev};
407 if ($value =~ /^r?([0-9]+|HEAD):?$/i) {
410 } elsif ($value =~ /^r?([0-9]+):?r?([0-9]+|HEAD)$/i) {
svn-apply 382 my $gitOutput = `git diff-index --name-status HEAD -- $path`;
  /external/dhcpcd/
Makefile 48 GITREF?= HEAD
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 135 oHTTP.open("HEAD", strURL, true);
  /external/srec/srec/clib/
swicms.c 31 #define printf_vector(HEAD, FMT, PTR, NN) { int i; LCHAR buffer[256]; sprintf(buffer, HEAD); sprintf(buffer + LSTRLEN(buffer), " %x", (int)PTR); for (i=0; i<(NN); ++i) sprintf(buffer + LSTRLEN(buffer), FMT, PTR[i]); PLogMessage(buffer); }
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 95 public static final String HEAD = "HEAD";
592 // HEAD requests never yield a body regardless of the response headers.
593 if (method == HEAD) {
  /external/v8/tools/
push-to-trunk.sh 123 COMMITS=$(git log $LASTPUSH..HEAD --format=%H)
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 466 svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes

Completed in 930 milliseconds

12 3