/external/kernel-headers/original/linux/ |
skbuff.h | 204 * @cloned: Head may be cloned (check refcnt to be sure) 213 * @head: Head of buffer 214 * @data: Data head pointer 316 unsigned char *head, member in struct:sk_buff 410 * @list: queue head 563 * Returns %NULL for an empty list or a pointer to the head element. 630 * __skb_queue_after - queue a buffer at the list head 654 * __skb_queue_head - queue a buffer at the list head 696 * __skb_dequeue - remove from the head of the queu [all...] |
kexec.h | 63 kimage_entry_t head; member in struct:kimage
|
qic117.h | 141 /*13*/ {"seek head to track", 0x37, 0x25, motion, 0, required},\ 149 /*21*/ {"micro step head up", 0x02, 0x00, motion, 0, required},\ 150 /*22*/ {"micro step head down", 0x02, 0x00, motion, 0, required},\ 279 /*35*/ { "Head Positioning Failure", 1, },\
|
/external/webkit/JavaScriptCore/parser/ |
Grammar.y | 329 $$ = createNodeInfo<PropertyNode*>(makeGetterOrSetterPropertyNode(GLOBAL_DATA, *$1, *$2, $4.m_node.head, $7, GLOBAL_DATA->lexer->sourceCode($6, $8, @6.first_line)), $4.m_features | ClosureFeature, 0); 339 Property { $$.m_node.head = new (GLOBAL_DATA) PropertyListNode(GLOBAL_DATA, $1.m_node); 340 $$.m_node.tail = $$.m_node.head; 343 | PropertyList ',' Property { $$.m_node.head = $1.m_node.head; 352 | OPENBRACE PropertyList CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); } 354 | OPENBRACE PropertyList ',' CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); } 367 | '[' ElementList ']' { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ArrayNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); } 368 | '[' ElementList ',' ElisionOpt ']' { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ArrayNode(GLOBAL_DATA, $4, $2.m_node.head), $2.m_features, $4 ? $2.m_numConstants + 1 : $2.m_numConstants); } 372 ElisionOpt AssignmentExpr { $$.m_node.head = new (GLOBAL_DATA) ElementNode(GLOBAL_DATA, $1, $2.m_node) [all...] |
/external/bluetooth/bluez/compat/ |
sdp.c | 431 sdp_data_t *head, *pseq; local 434 for (p = 0, head = NULL; p < 2; p++) { 436 if (head) 437 sdp_seq_append(head, data); 439 head = data; 441 pseq = sdp_data_alloc(SDP_SEQ16, head);
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpfile.c | 498 L"HEAD", 507 _g_winhttp_set_error (error, GetLastError (), "HEAD request"); 519 _g_winhttp_set_error (error, GetLastError (), "HEAD request"); 524 if (!_g_winhttp_response (winhttp_file->vfs, request, error, "HEAD request")) 538 "HEAD request", 559 "HEAD request",
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 454 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) { 455 newRecord->fNext = *head; 456 *head = newRecord; 459 void SkSVGPaint::Pop(SkSVGPaint** head) { 460 SkSVGPaint* next = (*head)->fNext; 461 *head = next;
|
/external/srec/srec/include/ |
srec.h | 132 /* for each frame, head of a linked list of word tokens for that frame */ 146 wtokenID word_token_list; /* index of head token in queue - keep worst at end 207 stokenID active_fsmarc_tokens; /*head of list of state tokens for the next frame. Used during 238 stokenID fsmarc_token_freelist; /*index to head of state token freelist*/ 246 ftokenID fsmnode_token_freelist; /*index to head of fsmnode token freelist*/ 256 wtokenID word_token_freelist; /* index to head of word token freelist*/
|
/external/webkit/WebKit/chromium/src/js/ |
ProfilerProcessor.js | 54 devtools.profiler.WebKitViewBuilder.prototype.createViewNode = function(funcName, totalTime, selfTime, head) 56 return new devtools.profiler.WebKitViewNode(funcName, totalTime, selfTime, head); 69 * @param {devtools.profiler.ProfileView.Node} head Profile view head. 72 devtools.profiler.WebKitViewNode = function(internalFuncName, totalTime, selfTime, head) 74 devtools.profiler.ProfileView.Node.call(this, internalFuncName, totalTime, selfTime, head);
|
/frameworks/base/libs/binder/ |
MemoryDealer.cpp | 57 NODE const* head() const { return mFirst; } function in class:android::LinkedList 58 NODE* head() { return mFirst; } function in class:android::LinkedList 280 delete mList.remove(mList.head()); 313 chunk_t* cur = mList.head(); 366 chunk_t* cur = mList.head(); 429 chunk_t const* cur = mList.head();
|
/external/blktrace/btt/ |
devs.c | 188 LIST_HEAD(head); 192 dip_rb_fe(iop->dip, type, iop, fnc, &head); 193 list_for_each_safe(p, q, &head) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
partition.h | 65 // it current class and placing it at the head of the next class. 138 // increment size of split (set of element at head of chain) 147 // move to head of chain in same class
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/ |
CmdQueue.c | 129 pCmdQueue->Head = 0; 166 int first = pCmdQueue->Head; 206 pCmdQueue->Head = 0; 611 pHead = &pCmdQueue->CmdQueue[pCmdQueue->Head]; 675 pHead = &pCmdQueue->CmdQueue[pCmdQueue->Head]; 720 pHead = &pCmdQueue->CmdQueue[pCmdQueue->Head]; 733 pCmdQueue->Head ++; 734 if (pCmdQueue->Head >= CMDQUEUE_QUEUE_DEPTH) 735 pCmdQueue->Head = 0; 841 CmdQueue_CmdNode_T* pHead = &pCmdQueue->CmdQueue[pCmdQueue->Head]; [all...] |
/bionic/libc/kernel/common/linux/ |
skbuff.h | 158 unsigned char *head, member in struct:sk_buff
|
/bionic/libc/kernel/common/linux/sunrpc/ |
xprt.h | 74 #define rq_svec rq_snd_buf.head
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
XMLFormatterTest.java | 85 assertTrue("head string position should be more or equal zero", 87 assertTrue("dtd string position should be more head string position", 210 String head = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" standalone=\"no\"?>"; 214 int headPos = result.indexOf(head);
|
/external/bison/src/ |
vcg.h | 367 backarrowcolor is the color of the arrow head and of the backarrow 368 head. priority The positions of the nodes are mainly determined by 383 /* arrowsize, backarrowsize The arrow head is a right-angled, isosceles 393 appears at the target node (the normal arrow head), the other appears 394 at the source node (the backarrow head). Normal edges only have the 395 normal solid arrow head, while the backarrow head is not drawn, i.e. 396 it is none. Arrowstyle is the style of the normal arrow head, and 397 backarrowstyle is the style of the backarrow head. Styles are none, 398 i.e. no arrow head, solid, and line [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 486 magazine_count (ChunkLink *head) 489 if (!head) 491 while (head) 493 ChunkLink *child = head->data; 495 for (child = head->data; child; child = child->next) 497 head = head->next; 592 /* fixup list head if required */ 629 /* add magazine at head */ 658 ChunkLink *chunk, *head; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 93 chs->head = (abss / part->sects) % part->heads; 272 0, /* head */ 392 chs.head, 432 chs.head,
|
/external/grub/stage2/ |
start.S | 179 /* save head start */ 190 movw (%si), %ax /* get number of sectors per track/head */ 231 /* head number */ 242 * %dh = head
|
/external/iproute2/man/man8/ |
tc-bfifo.8 | 31 a list. When a packet needs to be sent out to the network, it is taken from the head of the list.
|
tc-pfifo.8 | 31 a list. When a packet needs to be sent out to the network, it is taken from the head of the list.
|
/external/ipsec-tools/src/racoon/ |
logger.h | 38 int head; member in struct:log
|
schedule.h | 41 /* the head is the nearest event. */
|
/external/openssl/ |
openssl.config | 38 ChangeLog.0_9_7-stable_not-in-head \
|