/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
genhd.h | 44 unsigned char head; member in struct:partition
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
ReportGenerator.java | 81 final IItem head = (IItem) m_queue.removeFirst(); local 82 head.accept(this, null);
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 75 final IItem head = (IItem) m_queue.removeFirst (); local 77 head.accept (this, null);
|
/bionic/libc/bionic/ |
malloc_debug_common.cpp | 166 uint8_t* head = *info; local 173 memset(head + entrySize, 0, *infoSize - entrySize); 178 memcpy(head, &(entry->size), entrySize); 179 head += *infoSize;
|
/development/tools/recovery_l10n/src/com/android/recovery_l10n/ |
Main.java | 172 Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } }; local 175 head = new TextCapture(loc, prev, head); 178 final Runnable fhead = head;
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 48 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon2152
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreenodestream.h | 251 /// lookAhead[head] is the first symbol of lookahead, LT(1). 253 ANTLR3_UINT32 head; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct 256 /// end of the lookahead buffer so tail could be less than head. 328 ANTLR3_UINT32 head; member in struct:ANTLR3_TREE_WALK_STATE_struct
|
/external/bison/src/ |
reader.c | 84 merger_list head; 90 head.next = merge_functions; 91 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1) 102 merge_functions = head.next; 82 merger_list head; local
|
/external/chromium/net/base/ |
nss_memio.c | 28 int head; /* where to take next byte out of buf */ member in struct:memio_buffer 88 mb->head = 0; 99 mb->head = 0; 106 return (((mb->tail >= mb->head) ? mb->tail : mb->bufsize) - mb->head); 112 return (mb->tail >= mb->head) ? 0 : mb->tail; 118 if (mb->head > mb->tail) return mb->head - mb->tail - 1; 119 return mb->bufsize - mb->tail - (mb->head == 0); 165 memcpy(buf, &mb->buf[mb->head], len) [all...] |
/external/chromium/net/socket/ |
transport_client_socket_pool.cc | 34 const struct addrinfo* ai = addrlist.head(); 49 DCHECK(addrlist.head()); 50 for (const struct addrinfo* ai = addrlist.head(); ai; ai = ai->ai_next) { 156 if (addrlist->head()->ai_family != AF_INET6) 159 for (const struct addrinfo* ai = addrlist->head(); ai; ai = ai->ai_next) { 168 struct addrinfo* head = CreateCopyOfAddrinfo(addrlist->head(), true); local 169 struct addrinfo* tail = head; 172 char* canonname = head->ai_canonname; 173 head->ai_canonname = NULL [all...] |
/external/chromium/third_party/libevent/ |
evrpc.c | 106 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) 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 = &base->out_hooks [all...] |
/external/chromium_org/chrome/renderer/translate/ |
translate_helper.cc | 272 WebElement head = document->head(); local 273 if (head.isNull() || !head.hasChildNodes()) 282 WebNodeList children = head.childNodes();
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_host_tcp.cc | 391 char* head = read_buffer_->StartOfBuffer(); // Purely a convenience. local 394 int consumed = ProcessInput(head + pos, read_buffer_->offset() - pos); 400 // bytes to the head of the buffer and set offset to reflect this. 402 memmove(head, head + pos, read_buffer_->offset() - pos);
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
browser.c | 65 int head = XRayFrameGetHead(capture); local 67 while(frame != head) {
|
symtable.c | 43 struct XRaySymbolPoolNode* head; member in struct:XRaySymbolPool 92 sympool->head = node; 100 struct XRaySymbolPoolNode* n = pool->head;
|
/external/chromium_org/net/base/ |
nss_memio.c | 28 int head; /* where to take next byte out of buf */ member in struct:memio_buffer 92 mb->head = 0; 103 mb->head = 0; 110 return (((mb->tail >= mb->head) ? mb->tail : mb->bufsize) - mb->head); 116 return (mb->tail >= mb->head) ? 0 : mb->tail; 122 if (mb->head > mb->tail) return mb->head - mb->tail - 1; 123 return mb->bufsize - mb->tail - (mb->head == 0); 169 memcpy(buf, &mb->buf[mb->head], len) [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 195 void CodeGen::JoinInstructions(Instruction* head, Instruction* tail) { 199 if (BPF_CLASS(head->code) == BPF_JMP) { 200 if (BPF_OP(head->code) == BPF_JA) { 201 if (head->jt_ptr) { 204 head->jt_ptr = tail; 206 if (!head->jt_ptr && head->jf_ptr) { 207 head->jt_ptr = tail; 208 } else if (!head->jf_ptr && head->jt_ptr) 360 Instruction* head = instructions; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ImageDocument.cpp | 188 RefPtr<HTMLHeadElement> head = HTMLHeadElement::create(*this); local 192 head->appendChild(meta); 211 rootElement->appendChild(head);
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.h | 177 Element* head() const { return m_head->element(); } function in class:WebCore::HTMLConstructionSite
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDocument.cpp | 145 WebElement WebDocument::head() function in class:blink::WebDocument 147 return WebElement(unwrap<Document>()->head());
|
/external/chromium_org/third_party/freetype/include/freetype/ |
fttypes.h | 565 FT_ListNode head; member in struct:FT_ListRec_ [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftrfork.c | 57 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[7] ) [all...] |
/external/chromium_org/third_party/libevent/ |
evrpc.c | 106 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) 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 = &base->out_hooks [all...] |