Searched defs:head (Results 126 - 150 of 455) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.cc123 WebElement head = document.head(); local
124 if (head.isNull()) {
131 WebNodeList children = head.childNodes();
/external/chromium_org/crypto/
H A Drsa_private_key_nss.cc159 SECMODModuleList* head = SECMOD_GetDefaultModuleList(); local
160 for (SECMODModuleList* item = head; item != NULL; item = item->next) {
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c65 int head = XRayFrameGetHead(capture); local
67 while(frame != head) {
H A Dreport.c104 int head = XRayFrameGetHead(capture); local
116 while (frame != head) {
175 int head = XRayFrameGetHead(capture); local
180 while (frame != head) {
H A Dsymtable.c43 struct XRaySymbolPoolNode* head; member in struct:XRaySymbolPool
92 sympool->head = node;
100 struct XRaySymbolPoolNode* n = pool->head;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp76 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*this); local
77 html->parserAppendChild(head);
H A DImageDocument.cpp191 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*this); local
195 head->appendChild(meta);
214 rootElement->appendChild(head);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.h147 void setRenderQuoteHead(RenderQuote* head) { m_renderQuoteHead = head; } argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dctx.c77 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool
239 p->head = p->current = p->tail = NULL;
244 while (p->head) {
246 BIGNUM *bn = p->head->vals;
254 p->current = p->head->next;
255 OPENSSL_free(p->head);
256 p->head = p->current;
278 if (!p->head) {
279 p->head = p->current = p->tail = item;
293 p->current = p->head;
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_rc4.c98 MD5_CTX head, tail, md; member in struct:aead_rc4_md5_tls_ctx
142 MD5_Init(&rc4_ctx->head);
143 MD5_Update(&rc4_ctx->head, hmac_key, sizeof(hmac_key));
206 memcpy(&md, &rc4_ctx->head, sizeof(MD5_CTX));
299 memcpy(&md, &rc4_ctx->head, sizeof(MD5_CTX));
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h559 /* head :: The head (first element) of doubly-linked list. */
565 FT_ListNode head; member in struct:FT_ListRec_
573 #define FT_IS_EMPTY( list ) ( (list).head == 0 )
/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c57 unsigned char head[16], head2[16]; local
69 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 );
73 *rdata_pos = rfork_offset + ( ( head[0] << 24 ) |
74 ( head[1] << 16 ) |
75 ( head[2] << 8 ) |
76 head[3] );
77 map_pos = rfork_offset + ( ( head[4] << 24 ) |
78 ( head[5] << 16 ) |
79 ( head[6] << 8 ) |
80 head[
[all...]
/external/chromium_org/third_party/libevent/
H A Devrpc.c106 struct evrpc_hook_list *head = NULL; local
110 head = &base->in_hooks;
113 head = &base->out_hooks;
124 TAILQ_INSERT_TAIL(head, hook, next);
130 evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle) argument
133 TAILQ_FOREACH(hook, head, next) {
135 TAILQ_REMOVE(head, hook, next);
152 struct evrpc_hook_list *head = NULL; local
155 head = &base->in_hooks;
158 head
168 evrpc_process_hooks(struct evrpc_hook_list *head, struct evhttp_request *req, struct evbuffer *evbuf) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c64 if (xmlStrEqual(cur->name, BAD_CAST"head"))
76 * Search the head
80 if (xmlStrEqual(cur->name, BAD_CAST"head"))
163 htmlNodePtr cur, meta = NULL, head = NULL; local
190 if (xmlStrcasecmp(cur->name, BAD_CAST"head") == 0)
202 * Search the head
206 if (xmlStrcasecmp(cur->name, BAD_CAST"head") == 0)
209 head = cur->parent;
218 head = cur;
267 if ((encoding != NULL) && (head !
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c70 struct list_head head; member in struct:pb_cache_buffer
112 LIST_DEL(&buf->head);
122 * Free as many cache buffers from the list head as possible.
136 buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
162 LIST_ADDTAIL(&buf->head, &mgr->delayed);
280 curr_buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
297 curr_buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
312 LIST_DEL(&buf->head);
367 buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
H A Dpb_bufmgr_debug.c84 struct list_head head; member in struct:pb_debug_buffer
239 LIST_DEL(&buf->head);
351 buf = LIST_ENTRY(struct pb_debug_buffer, curr, head);
424 LIST_ADDTAIL(&buf->head, &mgr->list);
H A Dpb_bufmgr_pool.c90 struct list_head head; member in struct:pool_buffer
114 LIST_ADD(&pool_buf->head, &pool->free);
220 pool_buf = LIST_ENTRY(struct pool_buffer, item, head);
307 LIST_ADDTAIL(&pool_buf->head, &pool->free);
H A Dpb_bufmgr_slab.c65 struct list_head head; member in struct:pb_slab_buffer
83 struct list_head head; member in struct:pb_slab
200 struct list_head *list = &buf->head;
212 if (slab->head.next == &slab->head)
213 LIST_ADDTAIL(&slab->head, &mgr->slabs);
217 list = &slab->head;
337 LIST_INITHEAD(&slab->head);
354 LIST_ADDTAIL(&buf->head, &slab->freeBuffers);
360 LIST_ADDTAIL(&slab->head,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c95 const struct cmd_block *head = bin->head; local
100 while (head) {
101 for (i = 0; i < head->count; i++, j++) {
102 if (head->cmd[i] == LP_RAST_OP_SET_STATE)
103 state = head->arg[i].state;
106 cmd_name(head->cmd[i]),
107 is_blend(state, head, i) ? "blended" : "");
109 head = head
[all...]
H A Dlp_scene.h80 struct cmd_block *head; member in struct:cmd_block_list
99 struct cmd_block *head; member in struct:cmd_bin
116 struct data_block *head; member in struct:data_block_list
206 struct data_block *block = list->head;
240 struct data_block *block = list->head;
271 assert(list->head && list->head->used >= size);
272 list->head->used -= size;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c36 struct list_head head; member in struct:mm_slab
138 LIST_INITHEAD(&slab->head);
144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
178 slab = LIST_ENTRY(struct mm_slab, bucket->used.next, head);
183 slab = LIST_ENTRY(struct mm_slab, bucket->free.next, head);
185 LIST_DEL(&slab->head);
186 LIST_ADD(&slab->head, &bucket->used);
198 LIST_DEL(&slab->head);
199 LIST_ADD(&slab->head, &bucket->full);
218 LIST_DEL(&slab->head);
260 nouveau_mm_free_slabs(struct list_head *head) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h28 * Each doubly-linked list has a sentinel head and tail node. These nodes
29 * contain no data. The head sentinel can be identified by its \c prev
33 * A list is empty if either the head sentinel's \c next pointer points to the
34 * tail sentinel or the tail sentinel's \c prev poiner points to the head
43 * - A \c head pointer that represents the \c next pointer of the
44 * head sentinel node.
45 * - A \c tail pointer that represents the \c prev pointer of the head
51 * Therefore, if \c head->next is \c NULL or \c tail_prev->prev is \c NULL,
191 * Is this the sentinel at the head of the list?
283 struct exec_node *head; member in struct:exec_list
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c455 void *head; local
488 head = (rmesa->swtcl.bo->ptr + rmesa->dma.current_vertexptr);
491 return head;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c455 void *head; local
488 head = (rmesa->swtcl.bo->ptr + rmesa->dma.current_vertexptr);
491 return head;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd'); member in class:sfntly::Tag
75 Tag::head,
87 Tag::head,

Completed in 2594 milliseconds

1234567891011>>