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

<<31323334353637383940>>

  /external/webkit/WebCore/loader/icon/
IconFetcher.cpp 105 HTMLHeadElement* head = document->head(); local
106 if (!head)
111 for (Node* n = head; n; n = n->traverseNextNode()) {
  /external/webkit/WebKitTools/iExploder/htdocs/
htmltags.in 53 head
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilDocumentImpl.java 176 // HEAD, BODY, for which no specific types are defined.
201 // The head doesn't exist. Create a new one.
202 headElement = createElement("head");
266 // Find the layout element under <code>HEAD</code>
  /external/kernel-headers/original/linux/
genhd.h 44 unsigned char head; /* starting head */ member in struct:partition
48 unsigned char end_head; /* end head */
66 unsigned char head; /* starting head */ member in struct:partition
70 unsigned char end_head; /* end head */
311 __u32 d_headswitch; /* head switch time, usec */
rcupdate.h 52 void (*func)(struct rcu_head *head);
56 #define RCU_HEAD(head) struct rcu_head head = RCU_HEAD_INIT
280 extern void FASTCALL(call_rcu(struct rcu_head *head,
281 void (*func)(struct rcu_head *head)));
282 extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
283 void (*func)(struct rcu_head *head)));
fd.h 16 head, /* nr of heads */ member in struct:floppy_struct
33 spec1, /* stepping rate, head unload time */
67 unsigned int device,head,track; member in struct:format_descr
123 /* Spec2 is (HLD<<1 | ND), where HLD is head load time (1=2ms, 2=4 ms
127 unsigned long hlt; /* Head load/settle time, msec */
128 unsigned long hut; /* Head unload time (remnant of
  /external/iptables/
iptables.xslt 64 <!-- output the head of the rule, and any conditions -->
65 <xsl:template name="rule-head">
80 <!-- and a for-each to re-select the rule as the current node, to write the rule-head -->
82 <xsl:call-template name="rule-head"/>
90 <xsl:call-template name="rule-head"/>
  /hardware/ti/wlan/lib/
scanmerge.c 147 head - pointer to scan merge list head
151 static scan_merge_t *scan_add( SHLIST *head, scan_result_t *res_ptr )
164 shListInsLastItem(head, (void *)scan_ptr);
236 SHLIST *head = &(mydrv->scan_merge_list); local
243 item = shListGetFirstItem(head);
248 item = shListGetNextItem(head, item);
257 item = shListFindItem( head, res_ptr, scan_equal );
278 scan_add(head, res_ptr);
282 item = shListGetFirstItem( head ); /* Add/Remove missing items *
324 SHLIST *head = &(mydrv->scan_merge_list); local
    [all...]
  /system/wlan/ti/lib/
scanmerge.c 147 head - pointer to scan merge list head
151 static scan_merge_t *scan_add( SHLIST *head, scan_result_t *res_ptr )
164 shListInsLastItem(head, (void *)scan_ptr);
236 SHLIST *head = &(mydrv->scan_merge_list); local
243 item = shListGetFirstItem(head);
248 item = shListGetNextItem(head, item);
257 item = shListFindItem( head, res_ptr, scan_equal );
278 scan_add(head, res_ptr);
282 item = shListGetFirstItem( head ); /* Add/Remove missing items *
324 SHLIST *head = &(mydrv->scan_merge_list); local
    [all...]
  /external/qemu/hw/
usb-ohci.c 147 /* Flags in the head field of an Endpoint Desciptor. */
194 uint32_t head; member in struct:ohci_ed
621 addr = ed->head & OHCI_DPTR_MASK;
633 printf("--- ISO_TD ED head 0x%.8x tailp 0x%.8x\n"
640 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK,
658 ed->head &= ~OHCI_DPTR_MASK;
659 ed->head |= (iso_td.next & OHCI_DPTR_MASK);
824 ed->head &= ~OHCI_DPTR_MASK;
825 ed->head |= (iso_td.next & OHCI_DPTR_MASK);
853 addr = ed->head & OHCI_DPTR_MASK
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 550 for (pr = iph2->approval->head; pr != NULL;
558 for (pr = iph2->proposal->head; pr != NULL;
608 for (pr = iph2->proposal->head; pr != NULL; pr = pr->next)
752 for (pr = iph2->approval->head; pr != NULL;
758 for (pr = iph2->proposal->head; pr != NULL;
1199 if (alg->alg == approval->head->head->authtype)
1214 if (alg->alg != approval->head->head->trns_id){
1217 alg->alg, approval->head->head->trns_id)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h 104 // Head for the first type in the list, and Tail for the rest of the
114 typedef T1 Head;
119 typedef T1 Head;
125 typedef T1 Head;
131 typedef T1 Head;
137 typedef T1 Head;
144 typedef T1 Head;
151 typedef T1 Head;
158 typedef T1 Head;
165 typedef T1 Head;
    [all...]
gtest-type-util.h.pump 104 // Head for the first type in the list, and Tail for the rest of the
114 typedef T1 Head;
125 typedef T1 Head;
204 // Head for the selector of the first template in the list, and Tail
214 typedef TemplateSel<T1> Head;
225 typedef TemplateSel<T1> Head;
  /system/extras/showslab/
showslab.c 58 * Returns the head of the new list of slab_info structures, or NULL on error.
62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; local
100 head = NULL;
104 head = prev = p;
117 head = NULL;
153 return head;
  /external/astl/tests/
test_string.cpp 333 const char *text = "You spin my head right round.";
339 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
343 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
346 str3.append("my head right round.");
347 EXPECT_TRUE(str3 == "You spin my head right round.");
350 string str5("my head right round.");
352 EXPECT_TRUE(str4 == "You spin my head right round.");
374 EXPECT_TRUE(str10 == "You spin my head right round.");
377 str11.append("You spin my head right round.", 5, 11);
379 EXPECT_TRUE(str11 == "pin my head");
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 120 this._bottomUpProfileDataGridTree = new WebInspector.BottomUpProfileDataGridTree(this, this.profile.head);
127 this._topDownProfileDataGridTree = new WebInspector.TopDownProfileDataGridTree(this, this.profile.head);
145 this._topDownTree = WebInspector.TopDownTreeFactory.create(this.profile.head);
155 this._bottomUpTree = WebInspector.BottomUpTreeFactory.create(this.profile.head);
552 var head = this.profile.head;
553 head.parent = null;
554 head.head = null;
555 var nodesToTraverse = [ { parent: head, children: head.children } ]
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 21 head, member in struct:floppy_struct
58 unsigned int device,head,track; member in struct:format_descr
  /build/tools/
compare_fileslist.py 57 <head>
79 </head>
  /build/tools/droiddoc/templates/
todo.cs 2 <head>
29 </head>
  /cts/tools/dx-tests/
dx-tests.html 4 <head>
7 </head>
  /cts/tools/signature-tools/templates/
ClassOverviewPage.st 3 <head>
8 </head>
  /dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html 5 <head>
8 </head>
opcode-2d-cmp-kind.html 5 <head>
8 </head>
opcode-44-aget.html 5 <head>
8 </head>
opcode-52-iget.html 5 <head>
8 </head>

Completed in 403 milliseconds

<<31323334353637383940>>