HomeSort by relevance Sort by last modified time
    Searched refs:HEAD (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 119 * The deque object has two node references, "head" and "tail".
120 * The head and tail are only approximations to the first and last
122 * following prev pointers from head; likewise for tail. However,
123 * it is permissible for head and tail to be referring to deleted
155 * head or tail.
174 * the nodes pointed at by head/tail never get gc-unlinked, since
175 * head/tail are needed to get "back on track" by other nodes that
190 * pointers from head), and p.next == null && p.prev == p means
225 * - the first node is always O(1) reachable from head via prev links
227 * - head != nul
234 private transient volatile Node<E> head; field in class:ConcurrentLinkedDeque
    [all...]
LinkedTransferQueue.java 27 * to any given producer. The <em>head</em> of the queue is that
83 * It maintains two pointer fields, "head", pointing to a
90 * head tail
96 * overhead limitations when maintaining (via CAS) these head and
133 * updates on head/tail fields.
136 * never versus always updating queue (head and tail) pointers.
143 * head tail
149 * between the value of "head" and the first unmatched node, and
157 * virtue of only sometimes updating head or tail pointers when
179 * be further reduced without increasing contention of head
531 transient volatile Node head; field in class:LinkedTransferQueue
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 52 * Head of the wait queue, lazily initialized. Except for
54 * If head exists, its waitStatus is guaranteed not to be
57 private transient volatile Node head; field in class:AbstractQueuedLongSynchronizer
158 * Sets head of queue to be node, thus dequeuing. Called only by
165 head = node;
205 * to calling unparkSuccessor of head if it needs signal.)
211 * way of trying to unparkSuccessor of head if it needs
220 Node h = head;
232 if (h == head) // loop if head change
    [all...]
AbstractQueuedSynchronizer.java 292 * tail. To dequeue, you just set the head field.
295 * head | | <---- | | <---- | | tail
302 * involves only updating the "head". However, it takes a bit
336 * is constructed and head and tail pointers are set upon first
389 * nodes. This is set (for head node only) in
412 * because the head node is never cancelled: A node becomes
413 * head only as a result of successful acquire. A
474 /** Establishes initial head or SHARED marker. */
521 * Head of the wait queue, lazily initialized. Except for
523 * If head exists, its waitStatus is guaranteed not to b
526 private transient volatile Node head; field in class:AbstractQueuedSynchronizer
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 748 else if (!last && tn === $.HEAD) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 259 safe means that the client is only doing a \code{GET} or \code{HEAD} on the
276 safe means that the client is only doing a \code{GET} or \code{HEAD} on the
294 'if-match' for PUT or 'if-none-match' when GET or HEAD requests are made. This
  /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)
  /external/jetty/src/java/org/eclipse/jetty/client/
AbstractHttpConnection.java 213 _parser.setHeadResponse(HttpMethods.HEAD.equalsIgnoreCase(method));
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ResourceHandler.java 383 if(!HttpMethods.HEAD.equals(request.getMethod()))
  /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.
168 toys/posix/head.c \
217 toybox_sha := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)
276 head \
  /prebuilts/sdk/tools/
jack-admin 335 -X HEAD \
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
foreign_content.js 163 EXITS_FOREIGN_CONTENT[$.HEAD] = true;
  /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 797 Code = UnOpInit::HEAD;
818 if (Code == UnOpInit::HEAD ||
837 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
854 Type = (Code == UnOpInit::HEAD) ? Itemt->getType()
863 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [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/jemalloc/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/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/opencv3/3rdparty/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...]
  /external/pcre/dist/
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...]
  /external/zlib/src/
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...]
  /toolchain/binutils/binutils-2.25/
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/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js 300 EXITS_FOREIGN_CONTENT[$.HEAD] = true;
473 HEAD: 'head',
605 SPECIAL_ELEMENTS[NS.HTML][$.HEAD] = true;
    [all...]

Completed in 1169 milliseconds

1 2 34 5 6 7