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

1 2 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
build.properties 24 mapVersionTag=HEAD
31 # For example, when doing a nightly build out of HEAD,
32 # fetchTag=HEAD
  /external/bison/build-aux/
git-version-gen 154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
do-release-commit-and-tag 139 case $(git diff-index --name-only HEAD) in
145 curr_br=$(git rev-parse --symbolic-full-name HEAD)
170 git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed'
  /external/linux-tools-perf/util/
PERF-VERSION-GEN 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
20 test -z "$(git diff-index --name-only HEAD --)" ||
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
49 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
58 git commit -a -C HEAD > /dev/null
110 if ! git diff --quiet HEAD; then
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \
  /external/zlib/src/examples/
gzlog.c 316 #define HEAD sizeof(log_gzhead) /* should be 16 */
318 /* initial gzip extra field content (52 == HEAD + EXTRA + 1) */
413 unsigned char buf[HEAD + EXTRA];
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA ||
417 memcmp(buf, log_gzhead, HEAD)) {
420 log->first = PULL8(buf + HEAD);
421 log->last = PULL8(buf + HEAD + 8);
422 log->ccrc = PULL4(buf + HEAD + 16);
423 log->clen = PULL4(buf + HEAD + 20)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 95 /** Bit position if this element type is a head element (i.e. H1, H2, etc.) */
96 static final int HEAD = (1 << 18);
107 /** Bit position if this element type is a header element (i.e. HEAD). */
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 21 HEAD, /* i: waiting for magic header */
59 HEAD -> (gzip) or (zlib)
86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/srec/tools/test_swiarb/
test_swiarb.c 45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) printf(FMT, PTR[iI]); printf("\n"); }
  /external/dhcpcd/mk/
dist.mk 4 GITREF?= HEAD
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 192 mapsCheckoutTag=HEAD
206 # For example fetchTag=CVS=HEAD, SVN=v20050101
207 # fetchTag=HEAD
  /sdk/eclipse/buildConfig/
build.properties 169 mapsCheckoutTag=HEAD
183 # For example fetchTag=CVS=HEAD, SVN=v20050101
184 # fetchTag=HEAD
  /device/common/
generate-blob-lists.sh 120 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
130 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 6 set mapVersionTag=HEAD
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 23 public static final Tag HEAD = new TagImpl ("HEAD");
  /external/ceres-solver/scripts/
make_release 55 GIT_COMMIT=$(git log -1 HEAD |grep commit)
  /external/chromium/chrome/common/net/
url_fetcher.h 67 HEAD,
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement01.js 80 Retrieve the id attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("idLink","Test-HEAD",vid);
HTMLElement117.js 80 Retrieve the class attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("classNameLink","HEAD-class",vclassname);
HTMLElement30.js 80 Retrieve the title attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("titleLink","HEAD Element",vtitle);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement01.js 80 Retrieve the id attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("idLink","Test-HEAD",vid);
HTMLElement117.js 80 Retrieve the class attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("classNameLink","HEAD-class",vclassname);
HTMLElement30.js 80 Retrieve the title attribute of the HEAD element and examine its value.
99 nodeList = doc.getElementsByTagName("head");
104 assertEquals("titleLink","HEAD Element",vtitle);
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.cc 62 URLFetcher::HEAD, this));

Completed in 3140 milliseconds

1 2 3