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

12 3 4 5 6 7 8 9

  /external/curl/src/
mkhelp.pl 139 print <<HEAD
146 HEAD
149 print <<HEAD
157 HEAD
232 print <<HEAD
236 HEAD
  /prebuilts/qemu-kernel/
update_emu_kernels.sh 51 sort -nr | head -n 1`
74 head -n 1`
78 head -n 1`
82 head -n 1`
97 git log --oneline HEAD...${last_3_4_commit} >> ../emu_kernel.commitmsg
102 git log --oneline HEAD...${last_3_10_commit} >> ../emu_kernel.commitmsg
107 git log --oneline HEAD...${last_3_18_commit} >> ../emu_kernel.commitmsg
  /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
  /external/icu/icu4j/eclipse-build/pdebuild/
build.properties 159 mapsCheckoutTag=HEAD
173 # For example fetchTag=CVS=HEAD, SVN=v20050101
174 # fetchTag=HEAD
  /external/nanopb-c/tools/
make_linux_package.sh 16 git archive HEAD | tar x -C $DEST
make_mac_package.sh 18 git archive HEAD | tar x -C $DEST
  /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 117 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
127 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /external/bison/build-aux/
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/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/pcre/pcrecpp/include/
pcrecpparg.h 183 template<typename HEAD, typename ... TAIL>
184 struct Args<HEAD, TAIL...> {
190 inline static void arrayify(Arg * ptr, _HEAD && head, _TAIL && ... tail) {
191 *ptr++ = wrap_arg(head);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 143 run git tag revision-$REVISION HEAD
183 run git tag android-0 HEAD
  /external/syslinux/gpxe/src/util/
diffsize.pl 4 # by default <old rev> is HEAD and <new rev> is the working tree
17 $oldname = "HEAD";
46 $lastrev = `git name-rev --name-only HEAD`;
  /external/v8/tools/
v8-rolls.sh 102 START=HEAD
  /device/linaro/hikey/uefi-tools/
uefi-build.sh 308 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
309 FIRMWARE_VER=`git rev-parse --short HEAD`
310 if ! git diff-index --quiet HEAD --; then
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 61 * <em>head</em> of the queue is the element that the first queued
164 * old head pointers), but references in Queue nodes must be
302 /** The head (top) of the stack */
303 volatile SNode head; field in class:SynchronousQueue.TransferStack
306 return h == head &&
307 U.compareAndSwapObject(this, HEAD, h, nh);
314 * and CASes of head and to avoid surges of garbage when CASes
354 SNode h = head;
367 if ((h = head) != null && h.next == s)
422 * to be at the head of the stack, calls to park ar
595 transient volatile QNode head; field in class:SynchronousQueue.TransferQueue
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
comment_test.go 165 {"http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD", `<a href="http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD">http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD</a>`},
  /prebuilts/go/linux-x86/src/go/doc/
comment_test.go 165 {"http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD", `<a href="http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD">http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD</a>`},
  /external/ltp/testscripts/build/
build_test_function.sh 65 cvs -z3 export -f -r HEAD ltp && srcdir="$PWD/ltp"
  /external/volley/src/test/java/com/android/volley/mock/
TestRequest.java 137 /** Test example of a HEAD request in the new style. */
138 public static class Head extends Base {
139 public Head() {
140 super(Method.HEAD, TEST_URL, null);
  /prebuilts/devtools/
update_jars.sh 52 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

Completed in 865 milliseconds

12 3 4 5 6 7 8 9