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

12 3

  /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.
  /ndk/build/tools/
download-toolchain-sources.sh 166 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD`
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 142 REVISION=`git rev-list -n 1 --until="$GIT_DATE" HEAD` &&
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 142 REVISION=`git rev-list -n 1 --until="$GIT_DATE" 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...]
  /device/common/
generate-blob-scripts.sh 294 git push ssh://$1:29418/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /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`;
VCSUtils.pm 223 chomp($gitBranch = `git symbolic-ref -q HEAD`);
    [all...]
  /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 92 public static final String HEAD = "HEAD";
559 if (method != HEAD
  /external/llvm/utils/TableGen/
TGParser.cpp 709 Code = UnOpInit::HEAD;
730 if (Code == UnOpInit::HEAD
749 if (Code == UnOpInit::HEAD
767 if (Code == UnOpInit::HEAD) {
779 if (Code == UnOpInit::HEAD) {
    [all...]
Record.cpp 613 case HEAD: {
673 case HEAD: Result = "!head"; break;
    [all...]
Record.h     [all...]
  /external/bluetooth/glib/tests/
queue-test.c 26 if (!queue->head)
29 g_assert (!queue->head);
33 for (list = queue->head; list != NULL; list = list->next)
51 g_assert (last == queue->head);
54 for (list = queue->head; list != NULL; list = list->next)
70 for (list = queue->head; list != NULL; list = list->next)
155 enum { OFF_QUEUE, HEAD, TAIL, MIDDLE, LAST } where;
160 where = g_random_int_range (HEAD, LAST);
168 case HEAD:
221 GList *head; member in struct:QueueInfo
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 466 svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 113 state->mode = HEAD;
117 state->head = Z_NULL;
589 case HEAD:
604 if (state->head != Z_NULL)
605 state->head->done = -1;
647 if (state->head != Z_NULL)
648 state->head->text = (int)((hold >> 8) & 1);
654 if (state->head != Z_NULL)
655 state->head->time = hold;
661 if (state->head != Z_NULL)
    [all...]
  /external/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...]

Completed in 2174 milliseconds

12 3