HomeSort by relevance Sort by last modified time
    Searched refs:head (Results 526 - 550 of 3044) sorted by null

<<21222324252627282930>>

  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ReportPage.java 77 head(doc.head());
83 * Creates the elements within the head element.
85 * @param head
86 * head tag of the page
90 protected void head(final HTMLElement head) throws IOException { method in class:ReportPage
91 head.meta("Content-Type", "text/html;charset=UTF-8");
92 head.link("stylesheet",
95 head.link("shortcut icon"
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
snprintf_default.c 17 l3proto2str[ct->head.orig.l3protonum] == NULL ?
18 "unknown" : l3proto2str[ct->head.orig.l3protonum],
19 ct->head.orig.l3protonum));
27 proto2str[ct->head.orig.protonum] == NULL ?
28 "unknown" : proto2str[ct->head.orig.protonum],
29 ct->head.orig.protonum));
379 if (test_bit(ATTR_TIMEOUT, ct->head.set)) {
384 if (test_bit(ATTR_TCP_STATE, ct->head.set)) {
389 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) {
394 if (test_bit(ATTR_DCCP_STATE, ct->head.set))
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
misc.h 40 struct rcu_head head; member in struct:rcu_synchronize
44 void wakeme_after_rcu(struct rcu_head *head);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_slab.h 62 struct list_head head; member in struct:pb_slab_entry
74 struct list_head head; member in struct:pb_slab
  /external/okhttp/okio/okio/src/main/java/okio/
AsyncTimeout.java 46 * <p>Head's 'next' points to the first element of the linked list. The first
48 * head is null until the watchdog thread is started.
50 private static AsyncTimeout head; field in class:AsyncTimeout
74 // Start the watchdog thread and create the head node when the first timeout is scheduled.
75 if (head == null) {
76 head = new AsyncTimeout();
95 for (AsyncTimeout prev = head; true; prev = prev.next) {
99 if (prev == head) {
117 for (AsyncTimeout prev = head; prev != null; prev = prev.next) {
300 * Removes and returns the node at the head of the list, waiting for it t
    [all...]
  /external/python/cpython2/Lib/
commands.py 69 def mk2arg(head, x):
71 return mkarg(os.path.join(head, x))
dircache.py 37 def annotate(head, list):
40 if os.path.isdir(os.path.join(head, list[i])):
  /external/sonic/
mkorig 6 version=`head -1 debian/changelog | sed 's/.*(//
  /external/toolchain-utils/
compiler-test.sh 47 at_producer=`readelf --debug-dump=info $f | head -25 | grep AT_producer `;
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 2 <head>
4 </head>
  /external/zopfli/src/zopfli/
hash.c 33 h->head = (int*)malloc(sizeof(*h->head) * 65536);
37 h->head[i] = -1; /* -1 indicates no head so far. */
67 free(h->head);
101 if (h->head[h->val] != -1 && h->hashval[h->head[h->val]] == h->val) {
102 h->prev[hpos] = h->head[h->val];
105 h->head[h->val] = hpos;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 69 def mk2arg(head, x):
71 return mkarg(os.path.join(head, x))
dircache.py 37 def annotate(head, list):
40 if os.path.isdir(os.path.join(head, list[i])):
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 69 def mk2arg(head, x):
71 return mkarg(os.path.join(head, x))
dircache.py 37 def annotate(head, list):
40 if os.path.isdir(os.path.join(head, list[i])):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 69 def mk2arg(head, x):
71 return mkarg(os.path.join(head, x))
dircache.py 37 def annotate(head, list):
40 if os.path.isdir(os.path.join(head, list[i])):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 69 def mk2arg(head, x):
71 return mkarg(os.path.join(head, x))
dircache.py 37 def annotate(head, list):
40 if os.path.isdir(os.path.join(head, list[i])):
  /development/ndk/platforms/android-21/arch-arm64/include/asm/
sigcontext.h 40 struct _aarch64_ctx head; member in struct:fpsimd_context
  /external/curl/lib/
llist.h 38 struct curl_llist_element *head; member in struct:curl_llist
  /external/e2fsprogs/tests/f_boundscheck/
script 14 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
21 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/f_super_bad_csum/
script 14 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
21 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum2_32bit/
script 13 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
20 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 13 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
20 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2

Completed in 944 milliseconds

<<21222324252627282930>>