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

1 2 3 4

  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 24 #define LIST(type) struct { type *head, *tail; }
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
39 #define HEAD(list) ((list).head)
41 #define EMPTY(list) ((list).head == NULL)
46 if ((list).head != NULL) \
47 (list).head->link.prev = (elt); \
51 (elt)->link.next = (list).head; \
52 (list).head = (elt); \
61 (list).head = (elt);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Request.java 69 static Action HEAD = new Action("HEAD");
78 if (s.equals("HEAD"))
79 return HEAD;
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Request.java 69 static Action HEAD = new Action("HEAD");
78 if (s.equals("HEAD"))
79 return HEAD;
  /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/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 23 public static final Tag HEAD = new TagImpl ("HEAD");
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 106 TestRequest.Head request = new TestRequest.Head();
107 assertEquals(request.getMethod(), Method.HEAD);
HurlStackTest.java 119 TestRequest.Head request = new TestRequest.Head();
120 assertEquals(request.getMethod(), Method.HEAD);
123 assertEquals("HEAD", mMockConnection.getRequestMethod());
  /frameworks/base/cmds/incidentd/tests/
FdBuffer_test.cpp 35 const std::string HEAD = "[OK]";
140 std::string expected = HEAD + testdata;
149 ASSERT_TRUE(WriteStringToFd(HEAD, c2pPipe.writeFd()));
162 AssertBufferReadSuccessful(HEAD.size() + testdata.size());
170 std::string expected = HEAD + testdata;
182 data = HEAD + data;
195 AssertBufferReadSuccessful(HEAD.size() + testdata.size());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/testng/src/main/java/org/testng/reporters/
TestHTMLReporter.java 197 private static String HEAD =
258 sb.append("<html>\n<head>\n")
261 .append(HEAD)
262 .append("</head>\n")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 21 HEAD = 16180, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
93 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
inflate.h 21 HEAD = 16180, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
93 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/syslinux/com32/lib/zlib/
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/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/zlib/src/
inflate.h 21 HEAD = 16180, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
93 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /toolchain/binutils/binutils-2.27/zlib/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...]
  /toolchain/binutils/binutils-2.27/zlib/
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/volley/src/main/java/com/android/volley/
Request.java 53 int HEAD = 4;
75 * Request method of this request. Currently supports GET, POST, PUT, DELETE, HEAD, OPTIONS,
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 56 * The <em>head</em> of the queue is that element that has been on the
61 * operations obtain elements at the head of the queue.
128 * head as well.
130 * Nodes that are reachable from head. CASing the item
132 * queue. Reachability of all elements from head must remain
134 * head to advance. A dequeued Node may remain in use
148 * self-link implicitly means to advance to head.
150 * Both head and tail are permitted to lag. In fact, failing to
154 * that is, we update head/tail when the current pointer appears
157 * Since head and tail are updated concurrently and independently
220 transient volatile Node<E> head; field in class:ConcurrentLinkedQueue
    [all...]
ConcurrentLinkedDeque.java 148 * The deque object has two node references, "head" and "tail".
149 * The head and tail are only approximations to the first and last
151 * following prev pointers from head; likewise for tail. However,
152 * it is permissible for head and tail to be referring to deleted
184 * head or tail.
203 * the nodes pointed at by head/tail never get gc-unlinked, since
204 * head/tail are needed to get "back on track" by other nodes that
219 * pointers from head), and p.next == null && p.prev == p means
254 * - the first node is always O(1) reachable from head via prev links
256 * - head != nul
263 private transient volatile Node<E> head; field in class:ConcurrentLinkedDeque
    [all...]
LinkedTransferQueue.java 56 * to any given producer. The <em>head</em> of the queue is that
112 * It maintains two pointer fields, "head", pointing to a
119 * head tail
125 * overhead limitations when maintaining (via CAS) these head and
162 * updates on head/tail fields.
165 * never versus always updating queue (head and tail) pointers.
172 * head tail
178 * between the value of "head" and the first unmatched node, and
186 * virtue of only sometimes updating head or tail pointers when
208 * be further reduced without increasing contention of head
560 transient volatile Node head; field in class:LinkedTransferQueue
    [all...]
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...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]

Completed in 3186 milliseconds

1 2 3 4