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

1 2 3 45 6 7 8 9

  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 81 * Head of the wait queue, lazily initialized. Except for
83 * If head exists, its waitStatus is guaranteed not to be
86 private transient volatile Node head; field in class:AbstractQueuedLongSynchronizer
187 * Sets head of queue to be node, thus dequeuing. Called only by
194 head = node;
234 * to calling unparkSuccessor of head if it needs signal.)
240 * way of trying to unparkSuccessor of head if it needs
249 Node h = head;
261 if (h == head) // loop if head change
    [all...]
AbstractQueuedSynchronizer.java 320 * tail. To dequeue, you just set the head field.
323 * head | | <---- | | <---- | | tail
330 * involves only updating the "head". However, it takes a bit
364 * is constructed and head and tail pointers are set upon first
417 * nodes. This is set (for head node only) in
440 * because the head node is never cancelled: A node becomes
441 * head only as a result of successful acquire. A
502 /** Establishes initial head or SHARED marker. */
549 * Head of the wait queue, lazily initialized. Except for
551 * If head exists, its waitStatus is guaranteed not to b
554 private transient volatile Node head; field in class:AbstractQueuedSynchronizer
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 712 Code = UnOpInit::HEAD;
733 if (Code == UnOpInit::HEAD
752 if (Code == UnOpInit::HEAD
770 if (Code == UnOpInit::HEAD) {
782 if (Code == UnOpInit::HEAD) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 158 // Only probe the Request.Body for GET/HEAD/DELETE/etc
181 // * the method doesn't usually have a body (GET, HEAD, DELETE, ...)
227 return requestMethod == "HEAD"
245 if t.Method == "GET" || t.Method == "HEAD" {
449 if isResponse && t.RequestMethod == "HEAD" {
sniff.go 57 htmlSig("<HEAD"),
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 158 // Only probe the Request.Body for GET/HEAD/DELETE/etc
181 // * the method doesn't usually have a body (GET, HEAD, DELETE, ...)
227 return requestMethod == "HEAD"
245 if t.Method == "GET" || t.Method == "HEAD" {
449 if isResponse && t.RequestMethod == "HEAD" {
sniff.go 57 htmlSig("<HEAD"),
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 125 revision + '..HEAD',
194 @param rev: return all manifest files from |rev| up to HEAD.
323 return self._QueryManifestsSince(git_rev + '..HEAD', board)
  /prebuilts/sdk/tools/
jack-admin 353 -X HEAD \
  /system/extras/simpleperf/
Android.mk 18 simpleperf_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 275 precise = true // tag denotes HEAD
314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD"))
327 // Tag does not point at HEAD; add hash and date to version.
328 tag += chomp(run(goroot, CheckExit, "git", "log", "-n", "1", "--format=format: +%h %cd", "HEAD"))
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 275 precise = true // tag denotes HEAD
314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD"))
327 // Tag does not point at HEAD; add hash and date to version.
328 tag += chomp(run(goroot, CheckExit, "git", "log", "-n", "1", "--format=format: +%h %cd", "HEAD"))
  /system/core/adb/
Android.mk 11 adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
  /external/llvm/lib/TableGen/
TGParser.cpp 792 Code = UnOpInit::HEAD;
813 if (Code == UnOpInit::HEAD ||
832 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
849 Type = (Code == UnOpInit::HEAD) ? Itemt->getType()
858 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /external/toybox/
Android.mk 29 # git push aosp HEAD:refs/for/master # Push to gerrit for review.
30 # git push aosp HEAD:master # Push directly, avoiding gerrit.
172 toys/posix/head.c \
223 toybox_sha := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)
292 head \
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 115 state->mode = HEAD;
119 state->head = Z_NULL;
640 case HEAD:
655 if (state->head != Z_NULL)
656 state->head->done = -1;
700 if (state->head != Z_NULL)
701 state->head->text = (int)((hold >> 8) & 1);
707 if (state->head != Z_NULL)
708 state->head->time = hold;
714 if (state->head != Z_NULL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/ImageMagick/config/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/google-breakpad/autotools/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/libmicrohttpd/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/libnetfilter_conntrack/build-aux/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/pcre/dist2/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
250 # types through head -n 1, so we only detect the type of CPU 0.
251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.c 115 state->mode = HEAD;
119 state->head = Z_NULL;
640 case HEAD:
655 if (state->head != Z_NULL)
656 state->head->done = -1;
700 if (state->head != Z_NULL)
701 state->head->text = (int)((hold >> 8) & 1);
707 if (state->head != Z_NULL)
708 state->head->time = hold;
714 if (state->head != Z_NULL)
    [all...]

Completed in 2610 milliseconds

1 2 3 45 6 7 8 9