/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 53 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon1810
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1280 struct cam_list *head = NULL; local 1442 struct cam_list *head = NULL; local 1471 struct cam_list *head = NULL; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 1209 struct cam_list *head = NULL; local 1239 struct cam_list *head = NULL; local 1270 struct cam_list *head = NULL; local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 140 TemplateSubPatternAssociation head = local 143 while (null != head) 145 System.out.print("(" + head.getTargetString() + ", " 146 + head.getPattern() + ")"); 148 head = head.getNext(); 154 TemplateSubPatternAssociation head = m_wildCardPatterns; local 158 while (null != head) 160 System.out.print("(" + head.getTargetString() + ", " 161 + head.getPattern() + ")") 188 TemplateSubPatternAssociation head = local 356 TemplateSubPatternAssociation head = isWildCard local 434 TemplateSubPatternAssociation head; local 502 TemplateSubPatternAssociation head; local 601 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm); local 666 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm); local [all...] |
/external/bison/lib/ |
bitset.h | 70 struct lbitset_elt_struct *head; /* First element in linked list. */ member in struct:bitset_union::lbitset_struct
|
/external/blktrace/btreplay/ |
btrecord.c | 47 * @head: Used to link up on input_files 55 struct list_head head; member in struct:ifile_info 293 list_del(&iip->head); 322 list_add_tail(&iip->head, &input_files); 335 struct ifile_info *iip = list_entry(p, struct ifile_info, head); 786 process(list_entry(p, struct ifile_info, head));
|
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.cc | 292 WebElement head = document.isNull() ? WebElement() : document.head(); local 302 if (!head.isNull()) { 303 WebNodeList children = head.childNodes(); 612 WebElement head = frame->document().head(); 613 if (head.isNull() || !head.hasChildNodes()) 619 WebNodeList children = head.childNodes();
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
pm_manifest_file_test.cc | 298 WorkRequest *head = queue_head_; local 300 if (head != NULL) { 301 queue_head_ = head->next; 306 return head;
|
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.c | 294 node_t head; /* False tree root */ local 302 t = &head; 360 root = head.link[1]; 374 node_t head = { { NULL } }; /* False tree root */ local 383 q = &head; 451 root = head.link[1];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 160 DLList() : head(0) { } 169 item->prev = &head; 170 item->next = head.next; 171 head.next->prev = item; 172 head.next = item; 181 DLLIST_ADDTAIL(&head, item); 191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), 192 term(head) { } 229 Item head; member in class:nv50_ir::DLList [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGlyphCache.cpp | 660 const SkGlyphCache* head = fHead; local 661 while (head != NULL) { 662 computedBytes += head->fMemoryUsed; 664 head = head->fNext;
|
SkTLList.h | 94 iterator refers to a NULL location then the new element is added at the head */ 99 /** Convenience methods for getting an iterator initialized to the head/tail of the list. */ 103 T* head() { return Iter(*this, Iter::kHead_IterStart).get(); } function in class:SkTLList 105 const T* head() const { return Iter(*this, Iter::kHead_IterStart).get(); } function in class:SkTLList 110 Node* node = fList.head(); 119 Node* node = fList.head(); 176 //!< Start the iterator at the head of the list. 227 Node* node = fFreeList.head();
|
/external/chromium_org/third_party/zlib/ |
inflate.h | 21 HEAD, /* i: waiting for magic header */ 61 HEAD -> (gzip) or (zlib) or (raw) 90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 129 private transient Node<K, V> head; // the head for all keys field in class:LinkedListMultimap 132 private transient Map<K, Node<K, V>> keyToKeyHead; // the head for a given key 192 if (head == null) { // empty list 193 head = tail = node; 213 if (nextSibling.previousSibling == null) { // nextSibling was key head 218 if (nextSibling.previous == null) { // nextSibling was head 219 head = node; 238 } else { // node was head 239 head = node.next [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedListMultimap.java | 125 private transient Node<K, V> head; // the head for all keys field in class:LinkedListMultimap 128 private transient Map<K, Node<K, V>> keyToKeyHead; // the head for a given key 188 if (head == null) { // empty list 189 head = tail = node; 209 if (nextSibling.previousSibling == null) { // nextSibling was key head 214 if (nextSibling.previous == null) { // nextSibling was head 215 head = node; 234 } else { // node was head 235 head = node.next [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Descriptor.java | 162 int head = 0; local 170 newdesc.append(desc.substring(head, j)); 174 head = i = j + oldname.length() + 2; 183 if (head == 0) 187 if (head < len) 188 newdesc.append(desc.substring(head, len)); 207 int head = 0; local 222 newdesc.append(desc.substring(head, j)); 226 head = i; 230 if (head == 0 [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
Letters.java | 14 private final LetterQuad head;
field in class:Letters 28 head = new LetterQuad(font, rightToLeft);
37 head.setNext(tail);
38 tail.setPrevious(head);
39 current = head;
41 LetterQuad l = head;
67 return head;
75 LetterQuad l = head;
243 current = head;
247 invalidate(head);
[all...] |
/external/libsepol/src/ |
conditional.c | 271 cond_expr_t *cur, *head, *tail, *new_expr; local 272 tail = head = NULL; 283 if (!head) 284 head = new_expr; 290 return head; 293 while (head) { 294 tail = head->next; 295 free(head); 296 head = tail; 621 cond_av_list_t *head; member in struct:cond_insertf_data [all...] |
/external/libvpx/libvpx/vpx_mem/ |
vpx_mem_tracker.c | 98 struct mem_block *head, member in struct:memory_tracker 156 Allocates the head of the list 160 if ((memtrack.head = (struct mem_block *) 164 MEM_TRACK_MEMSET(memtrack.head, 0, sizeof(struct mem_block)); 166 memtrack.tail = memtrack.head; 193 MEM_TRACK_FREE(memtrack.head); 194 memtrack.head = NULL; 215 struct mem_block *p = memtrack.head, 216 * p2 = memtrack.head; 227 memtrack.head = NULL [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 160 DLList() : head(0) { } 169 item->prev = &head; 170 item->next = head.next; 171 head.next->prev = item; 172 head.next = item; 181 DLLIST_ADDTAIL(&head, item); 191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), 192 term(head) { } 229 Item head; member in class:nv50_ir::DLList [all...] |
/external/oprofile/module/ |
oprofile.c | 276 struct op_buffer_head head; local 281 head.cpu_nr = cpu_nr; 282 head.count = check_buffer_amount(cpu_nr); 283 head.state = state; 287 if (copy_to_user(buf, &head, sizeof(struct op_buffer_head))) 290 if (head.count) { 291 size_t const size = head.count * sizeof(struct op_sample);
|
/external/qemu/slirp-android/ |
misc.c | 74 register struct quehead *head = (struct quehead *) b; local 75 element->qh_link = head->qh_link; 76 head->qh_link = (struct quehead *)element; 77 element->qh_rlink = (struct quehead *)head;
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 660 const SkGlyphCache* head = fHead; local 661 while (head != NULL) { 662 computedBytes += head->fMemoryUsed; 664 head = head->fNext;
|
SkTLList.h | 94 iterator refers to a NULL location then the new element is added at the head */ 99 /** Convenience methods for getting an iterator initialized to the head/tail of the list. */ 103 T* head() { return Iter(*this, Iter::kHead_IterStart).get(); } function in class:SkTLList 105 const T* head() const { return Iter(*this, Iter::kHead_IterStart).get(); } function in class:SkTLList 110 Node* node = fList.head(); 119 Node* node = fList.head(); 176 //!< Start the iterator at the head of the list. 227 Node* node = fFreeList.head();
|
/external/svox/pico/lib/ |
picoacph.c | 70 - headx : array for extended item heads of fixed size (head plus 119 - number of items unchanged, content unchanged, only head info changes 125 picodata_itemhead_t head; member in struct:__anon26751 184 acph->headx[i].head.type = 0; 185 acph->headx[i].head.info1 = 0; 186 acph->headx[i].head.info2 = 0; 187 acph->headx[i].head.len = 0; 336 for (i = 0; i < acph->headx[ind].head.len; i++) { 361 if ((acph->headx[i].head.type == PICODATA_ITEM_WORDPHON)) { 362 val = acph->headx[i].head.info1 [all...] |