/packages/apps/Email/tests/src/com/android/email/mail/ |
MessageTestUtils.java | 40 * String text2 = new TextBuilder("<html>").text("<head></head>") 42 * String text2 = new TextBuilder("<html>").text("<head></head>")
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILDocument.java | 35 * i.e. the <code>HEAD</code> element.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ElemDesc.java | 95 /** Bit position if this element type is a head element (i.e. H1, H2, etc.) */ 96 static final int HEAD = (1 << 18); 107 /** Bit position if this element type is a header element (i.e. HEAD). */
|
/external/blktrace/btt/ |
trace_complete.c | 54 LIST_HEAD(head); 66 dip_foreach_list(c_iop, IOP_Q, &head); 67 list_for_each_safe(p, q, &head) {
|
/external/gtest/samples/ |
sample3-inl.h | 106 QueueNode<E> * Head() { return head_; } 107 const QueueNode<E> * Head() const { return head_; } 130 // Removes the head of the queue and returns it. Returns NULL if
|
/external/kernel-headers/original/linux/ |
textsearch.h | 37 * @get_pattern: return head of pattern 72 * head of the next block of data to &*dst and return the length 132 * textsearch_get_pattern - return head of the pattern
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 21 HEAD, /* i: waiting for magic header */ 59 HEAD -> (gzip) or (zlib) 86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
|
/external/v8/src/ |
global-handles.h | 151 static Node* head() { return head_; } function in class:v8::internal::GlobalHandles 162 // |head|. Those deallocated nodes are additionally linked 164 // 1st deallocated head
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileNode.h | 69 ProfileNode* head() const { return m_head; } function in class:JSC::ProfileNode 70 void setHead(ProfileNode* head) { m_head = head; }
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-192465.js | 111 var head = {}; 112 var cursor = head; 127 return head.toSource();
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
scm_unittest.py | 522 self.assertEqual(len(scm.commit_ids_from_commitish_arguments(['HEAD~2'])), 1) 523 self.assertEqual(len(scm.commit_ids_from_commitish_arguments(['HEAD', 'HEAD~2'])), 2) 526 self.assertRaises(ScriptError, scm.commit_ids_from_commitish_arguments, ['trunk...HEAD']) 531 commit_range = 'HEAD~3..HEAD' 541 patch = self._create_patch(run_command(['git', 'diff', 'HEAD..HEAD^'])) 547 patch = self._create_patch(run_command(['git', 'diff', 'HEAD~2..HEAD'])) [all...] |
/external/zlib/ |
inflate.h | 21 HEAD, /* i: waiting for magic header */ 59 HEAD -> (gzip) or (zlib) 86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
|
/external/bison/lib/ |
lbitset.c | 87 #define LBITSET_HEAD(X) ((X)->l.head) 405 lbitset_elt *head; local 407 head = LBITSET_HEAD (bset); 408 if (!head) 411 /* Clear a bitset by freeing the linked list at the head element. */ 412 lbitset_prune (bset, head); 448 lbitset_elt *head; local 457 head = LBITSET_HEAD (src); 458 if (!head) 462 for (elt = head; elt; elt = elt->next 670 lbitset_elt *head; local [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
FilePermission.java | 170 int actionInt = 0, head = 0, tail = 0; local 172 tail = actionNames.indexOf(",", head); //$NON-NLS-1$ 173 String action = tail > 0 ? actionNames.substring(head, tail).trim() 174 : actionNames.substring(head).trim(); 187 head = tail + 1;
|
/dalvik/libcore/luni/src/main/java/java/util/ |
PriorityQueue.java | 29 * The least element of the specified ordering is stored at the head of the 198 * Gets and removes the head of the queue. 200 * @return the head of the queue or null if the queue is empty. 212 * Gets but does not remove the head of the queue. 214 * @return the head of the queue or null if the queue is empty.
|
/external/opencore/doc/oscl_html/ |
classOsclPriorityList.html | 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 5 </head><body> 27 <tr><td nowrap align=right valign=top>OSCL_INLINE T * </td><td valign=bottom><a class="el" href="classOsclPriorityList.html#a5">Head</a> () const</td></tr> 100 <a name="a5" doxytag="OsclPriorityList::Head"></a><p> 110 <td class="md" nowrap valign="top"> OSCL_INLINE T* OsclPriorityList< T >::Head </td>
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 80 SMILElement head = smilDoc.getHead(); local 81 if (head == null) { 82 // No 'head' element 85 NodeList children = head.getChildNodes(); 87 // The 'head' element should have only one child.
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdQueue.c | 149 pCmdQueue->head = 0; 209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 294 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 307 pCmdQueue->head ++; 308 if (pCmdQueue->head >= CMDQUEUE_QUEUE_DEPTH) 309 pCmdQueue->head = 0; 572 TI_UINT32 first = pCmdQueue->head; 616 pCmdQueue->head = 0; 796 TCmdQueueNode* pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 896 TI_UINT32 first = pCmdQueue->head; [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdQueue.c | 149 pCmdQueue->head = 0; 209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 294 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 307 pCmdQueue->head ++; 308 if (pCmdQueue->head >= CMDQUEUE_QUEUE_DEPTH) 309 pCmdQueue->head = 0; 572 TI_UINT32 first = pCmdQueue->head; 616 pCmdQueue->head = 0; 796 TCmdQueueNode* pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head]; 896 TI_UINT32 first = pCmdQueue->head; [all...] |
/external/svox/pico/lib/ |
picosig.c | 636 * @param item : pointer to current item head 645 picodata_itemhead_t head; local 648 head.type = item[0]; 649 head.info1 = item[1]; 650 head.info2 = item[2]; 651 head.len = item[3]; 652 switch (head.type) { 658 if ((head.info1 == PICODATA_ITEMINFO1_CMD_PLAY) || (head.info1 659 == PICODATA_ITEMINFO1_CMD_SAVE) || (head.info 688 picodata_itemhead_t head; local [all...] |
/frameworks/base/libs/audioflinger/ |
AudioResamplerSinc.cpp | 148 * ^ ^ head 231 int16_t* head = impulse + halfNumCoefs*CHANNELS; local 232 head[0] = in[inputIndex*CHANNELS + 0]; 234 head[1] = in[inputIndex*CHANNELS + 1]; 297 int16_t* head = impulse + halfNumCoefs*CHANNELS; local 298 head[0] = in[inputIndex*CHANNELS + 0]; 300 head[1] = in[inputIndex*CHANNELS + 1];
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
bcmutils.c | 169 if (q->head) 172 q->head = p; 198 if (q->head == NULL) 201 PKTSETLINK(p, q->head); 202 q->head = p; 223 if ((p = q->head) == NULL) 226 if ((q->head = PKTLINK(p)) == NULL) 248 if ((p = q->head) == NULL) 257 q->head = NULL; 274 p = q->head; [all...] |
/sdk/emulator/qtools/ |
trace_reader.cpp | 25 DexSymList *head, int num_symbols); 176 printf("head: 0x%x, bb_num: %lld start: %d diff %d repeat %d next %u\n", 187 // The head is earlier. 196 // Remove the head element from the list 213 // The nextrec is earlier (or there was no head) 244 // Remove the head element from the list 818 DexSymList *head, int num_symbols) 833 for (DexSymList *sym = head; sym; sym = next_sym) { 931 DexSymList *head = NULL; local 944 CopyDexSymbolsToArray(dexfile, head, num_symbols) [all...] |
/external/openssl/ssl/ |
ssl_ciph.c | 428 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, 432 if (curr == *head) 433 *head=curr->next; 564 CIPHER_ORDER *head) 573 ciph_curr = head; 607 CIPHER_ORDER *head, *tail, *curr, *curr2, *tail2; local 617 curr = head = *head_p; 618 curr2 = head; 685 ll_append_tail(&head, curr, &tail); 695 ll_append_tail(&head, curr, &tail) 964 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local [all...] |
/external/blktrace/btreplay/ |
btreplay.c | 59 * @head: Linked on to map_devs 64 struct list_head head; member in struct:map_dev 71 * @head: Linked onto input_devs 75 struct list_head head; member in struct:dev_info 82 * @head: Used to link up on input_files 105 struct list_head head, free_iocbs, used_iocbs; member in struct:thr_info 121 * @head: Linked onto file_list.free_iocbs or file_list.used_iocbs 127 struct list_head head; member in struct:iocb_pkt 568 dip = list_entry(p, struct dev_info, head); 575 list_add_tail(&dip->head, &input_devs) [all...] |