HomeSort by relevance Sort by last modified time
    Searched full:head (Results 676 - 700 of 10285) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/res/res/raw-ru/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-ru-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-sr/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-sr-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-th/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-th-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-uk/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-uk-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-zh-rCN/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-zh-rCN-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-zh-rTW/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/core/res/res/raw-zh-rTW-xlarge/
incognito_mode_start_page.html 2 <head>
5 </head>
  /frameworks/base/docs/html/guide/samples/
index.html 2 <head>
5 </head>
  /frameworks/base/docs/html/tools/help/
ddms.html 2 <head>
5 </head>
  /libcore/dom/src/test/resources/
hc_nodtdstaff.html 1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>hc_nodtdstaff</title></head><body onload="parent.loadComplete()">
hc_nodtdstaff.xhtml 1 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>hc_nodtdstaff</title></head><body onload="parent.loadComplete()">
  /external/llvm/test/Transforms/LICM/
2007-10-01-PromoteSafeValue.ll 7 br label %loop.head
9 loop.head: ; preds = %cond.true, %entry
14 cond.true: ; preds = %loop.head
16 br label %loop.head
20 exit: ; preds = %loop.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/openssh/openbsd-compat/
sys-tree.h 79 #define SPLAY_ROOT(head) (head)->sph_root
80 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
83 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \
84 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
85 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
86 (head)->sph_root = tmp; \
89 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \
90 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field);
    [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...]
  /external/checkpolicy/
queue.c 21 q->head = q->tail = NULL;
40 if (q->head == NULL) {
41 q->head = q->tail = newnode;
64 if (q->head == NULL) {
65 q->head = q->tail = newnode;
67 newnode->next = q->head;
68 q->head = newnode;
82 if (q->head == NULL)
85 node = q->head;
86 q->head = q->head->next
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Map.h 46 node* head; member in class:Map
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 bool empty() const { return ( !head || !tail ); }
66 while(head)
68 node* temp(head);
69 head=head->next;
79 tmp = head;
94 tmp = head;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Map.h 45 node* head; member in class:Map
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 return ( !head || !tail );
68 while (head) {
69 node* temp(head);
70 head=head->next;
80 tmp = head;
96 tmp = head;
    [all...]
  /external/chromium_org/v8/tools/
profile_view.js 49 var head;
56 if (viewParent === head) {
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
66 head = viewNode;
70 var view = this.createView(head);
78 * @param {ProfileView.Node} head View head node.
81 ViewBuilder.prototype.createView = function(head) {
82 return new ProfileView(head);
95 * @param {ProfileView.Node} head Profile view head
    [all...]

Completed in 457 milliseconds

<<21222324252627282930>>