HomeSort by relevance Sort by last modified time
    Searched full:head (Results 76 - 100 of 3883) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector-wrappers/
console-alert-document-body.html 2 <head>
10 </head>
console-alert-object.html 2 <head>
10 </head>
console-alert-this.html 2 <head>
13 </head>
console-str-alert-object.html 2 <head>
11 </head>
inspector-treeElementIdentifier.html 2 <head>
4 </head>
  /external/webkit/WebCore/manual-tests/qt/
unload-alert.html 2 <head>
3 </head>
main.html 2 <head>
  /external/webkit/WebCore/manual-tests/
textarea-onpaste.html 2 <head>
3 </head>
title-internal-whitespace.html 2 <head>
8 </head>
  /external/webkit/WebKit/qt/tests/qwebframe/resources/
testiframe2.html 3 <head>
17 </head>
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
test.html 3 <head>
5 </head>
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
test.html 3 <head>
5 </head>
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
test.html 3 <head>
5 </head>
  /frameworks/base/docs/html/guide/topics/data/
index.html 2 <head>
5 </head>
  /frameworks/base/docs/html/guide/topics/drawing/
index.html 2 <head>
5 </head>
  /frameworks/base/docs/html/guide/topics/intents/
index.html 2 <head>
5 </head>
  /frameworks/base/location/java/android/location/
package.html 2 <head>
5 </head>
  /external/e2fsprogs/lib/blkid/
list.h 56 * @head: list head to add it after
58 * Insert a new entry after the specified head.
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
63 __list_add(add, head, head->next);
69 * @head: list head to add it before
71 * Insert a new entry before the specified head.
74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
    [all...]
  /external/skia/src/core/
SkDeque.cpp 22 struct SkDeque::Head {
23 Head* fNext;
24 Head* fPrev;
48 if (storageSize >= sizeof(Head) + elemSize) {
49 fFront = (Head*)storage;
58 Head* head = fFront; local
59 Head* initialHead = (Head*)fInitialStorage;
61 while (head) {
    [all...]
  /external/kernel-headers/original/linux/
list.h 55 * @head: list head to add it after
57 * Insert a new entry after the specified head.
60 static inline void list_add(struct list_head *new, struct list_head *head)
62 __list_add(new, head, head->next);
68 * @head: list head to add it before
70 * Insert a new entry before the specified head.
73 static inline void list_add_tail(struct list_head *new, struct list_head *head)
    [all...]
plist.h 34 * |HEAD |
102 * @head: struct plist_head variable name
104 #define PLIST_HEAD_INIT(head, _lock) \
106 .prio_list = LIST_HEAD_INIT((head).prio_list), \
107 .node_list = LIST_HEAD_INIT((head).node_list), \
126 * @head: &struct plist_head pointer
129 plist_head_init(struct plist_head *head, spinlock_t *lock)
131 INIT_LIST_HEAD(&head->prio_list);
132 INIT_LIST_HEAD(&head->node_list);
134 head->lock = lock
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
Deque.java 49 int head = mHead; local
51 if (head != tail) {
54 array[head] = null;
55 head = (head + 1) & mask;
56 } while (head != tail);
72 int head = (mHead - 1) & (array.length - 1); local
73 mHead = head;
74 array[head] = e;
75 if (head == mTail)
93 int head = mHead; local
119 int head = mHead; local
    [all...]
  /external/bluetooth/hcidump/parser/
rfcomm.c 53 static void print_rfcomm_hdr(long_frame_head* head, uint8_t *ptr, int len)
55 address_field addr = head->addr;
56 uint8_t ctr = head->control;
57 uint16_t ilen = head->length.bits.len;
74 long_frame_head *head, mcc_long_frame_head *mcc_head)
77 print_rfcomm_hdr(head, ptr, len);
81 long_frame_head *head, mcc_long_frame_head *mcc_head)
84 print_rfcomm_hdr(head, ptr, len);
89 long_frame_head *head, mcc_long_frame_head *mcc_head)
92 print_rfcomm_hdr(head, ptr, len)
306 long_frame_head head; local
    [all...]
  /external/quake/quake/src/QW/server/
move.txt 12 head = submerged test
16 if (head == water)
28 if (head == water)
  /dalvik/libcore/dom/src/test/resources/
hc_nodtdstaff.xml 1 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_nodtdstaff</title></head><body onload="parent.loadComplete()">

Completed in 288 milliseconds

1 2 34 5 6 7 8 91011>>