HomeSort by relevance Sort by last modified time
    Searched full:tail (Results 201 - 225 of 586) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js 104 // Schedule tail highlight if necessary.
128 // Schedule tail highlight if necessary.
  /external/webkit/WebCore/platform/
Arena.cpp 199 * Free tail arenas linked after head, which may not be the true list head.
200 * Reset pool->current to point to head in case it pointed at a tail arena.
  /external/wpa_supplicant/
todo.txt 62 * reallocate buffer (add head and/or tail room)
64 * add data (to tail): re-alloc more tailroom if needed and copy new data
  /frameworks/base/core/java/android/os/
FileUtils.java 151 * @param max length (positive for head, negative of tail, 0 for no limit)
168 } else if (max < 0) { // "tail" mode: keep the last N
  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 95 put another postDelayed at the tail of the mUpdateTimeTask run()
140 is pressed, thus interrupting the tail iteration.</p>
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 19 * queue the longest time. The <em>tail</em> of the queue is that
21 * are inserted at the tail of the queue, and the queue retrieval
197 * Inserts the specified element at the tail of this queue if it is
212 * Inserts the specified element at the tail of this queue if it is
237 * Inserts the specified element at the tail of this queue, waiting
263 * Inserts the specified element at the tail of this queue, waiting
LinkedBlockingQueue.java 22 * The <em>tail</em> of the queue is that element that has been on the
24 * are inserted at the tail of the queue, and the queue retrieval
81 /** Tail of linked list */
229 * Inserts the specified element at the tail of this queue, waiting if
272 * Inserts the specified element at the tail of this queue, waiting if
316 * Inserts the specified element at the tail of this queue if it is
  /external/blktrace/
blkiomon.c 257 struct dstat *dstat, *tail = NULL; local
265 tail = dstat;
267 return tail;
273 struct dstat *head, *tail; local
296 tail = blkiomon_output(head, &wake);
299 tail->next = vacant_dstats_list;
  /external/bluetooth/glib/gobject/
glib-mkenums.in 147 print " --vtail <text> Value tail, produced after iterating over enum values\n";
173 my $vtail = ""; # value tail, produced after iterating over enum values
181 'file-tail', $ftail,
185 'value-tail', $vtail,
212 $ftail = $tmpl{'file-tail'};
216 $vtail = $tmpl{'value-tail'};
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 190 * Initialize the Circular Buffer data. The Tail and Head pointers are NULL.
204 *Restart the Circular Buffer. The tail points to the same node as the head. The
245 * Will move the Tail of the Cirular Buffer to the next element. In the tail resides the last buffer to enter
247 * the pBufferHeader and write it in the node. Then it will move the Tail to the next element.
295 *between the nodes, and restart the CircularBuffer. The Tail and Head will point to the same
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 170 PKTSETLINK(q->tail, p);
174 q->tail = p;
199 q->tail = p;
227 q->tail = NULL;
251 for (prev = NULL; p != q->tail; p = PKTLINK(p))
259 q->tail = prev;
284 q->tail = NULL;
302 q->tail = NULL;
310 if (q->tail == pktbuf)
311 q->tail = p
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 505 String tail = Integer.toHexString(0x00ff & data[i]); local
506 if (tail.length() == 1) {
507 tail = "0" + tail; //$NON-NLS-1$
509 result += tail + " "; //$NON-NLS-1$
    [all...]
  /bionic/libc/regex/
engine.c 299 char *tail; /* string unmatched by rest of RE */ local
353 tail = slow(m, rest, stop, es, stopst);
354 if (tail == stop)
377 tail = slow(m, rest, stop, es, stopst);
378 if (tail == stop)
413 tail = slow(m, rest, stop, es, stopst);
414 if (tail == stop)
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TreeMapTest.java 740 Map tail = tm.tailMap(objArray[900].toString()); local
741 assertTrue("Returned map of incorrect size : " + tail.size(), tail
744 assertTrue("Map contains incorrect entries", tail
772 assertTrue(tail instanceof Serializable);
  /external/srec/portable/src/
pstream.c 943 const char *tail; local
951 tail = PortFile->filename + (lenny - 11);
953 tail = PortFile->filename;
954 /* printf( "8.3 filename is %s.\n", tail ); */
961 return PortSaveFileToDisk(PortFile, "/CFC", tail);
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 600 SortedSet<EntryFile> tail = mAllFiles.contents.tailSet(new EntryFile(t + 10000)); local
602 if (!tail.isEmpty()) {
603 future = tail.toArray(new EntryFile[tail.size()]);
604 tail.clear(); // Remove from mAllFiles
  /external/webkit/JavaScriptCore/parser/
Grammar.y 340 $$.m_node.tail = $$.m_node.head;
344 $$.m_node.tail = new (GLOBAL_DATA) PropertyListNode(GLOBAL_DATA, $3.m_node, $1.m_node.tail);
373 $$.m_node.tail = $$.m_node.head;
378 $$.m_node.tail = new (GLOBAL_DATA) ElementNode(GLOBAL_DATA, $1.m_node.tail, $3, $4.m_node);
474 $$.m_node.tail = $$.m_node.head;
478 $$.m_node.tail = new (GLOBAL_DATA) ArgumentListNode(GLOBAL_DATA, $1.m_node.tail, $3.m_node);
    [all...]
Nodes.h 1569 ElementNode* tail; member in struct:JSC::ElementList
1574 PropertyListNode* tail; member in struct:JSC::PropertyList
1579 ArgumentListNode* tail; member in struct:JSC::ArgumentList
1584 ConstDeclNode* tail; member in struct:JSC::ConstDeclList
1589 ParameterNode* tail; member in struct:JSC::ParameterList
1594 ClauseListNode* tail; member in struct:JSC::ClauseList
    [all...]
  /external/opencore/doc/oscl_html/
classOsclDoubleList.html 29 <tr><td nowrap align=right valign=top>OSCL_INLINE T *&nbsp;</td><td valign=bottom><a class="el" href="classOsclDoubleList.html#a7">Tail</a> () const</td></tr>
265 <a name="a7" doxytag="OsclDoubleList::Tail"></a><p>
275 <td class="md" nowrap valign="top"> OSCL_INLINE T* OsclDoubleList&lt; T &gt;::Tail </td>
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1008 if (tail == NULL) {
1009 clients = tail = entry;
1011 tail->next = entry;
1012 tail = entry;
  /bionic/libm/src/
e_powf.c 51 cp_l = 4.7017383622e-06, /* 0x369dc3a0 =tail of cp_h */
54 ivln2_l = 7.0526075433e-06; /* 0x36eca570 =1/ln2 tail*/
  /dalvik/docs/
prettify.js 567 var tail = sourceCode; variable
569 while (tail.length) {
574 var patternParts = shortcuts[tail.charAt(0)];
576 match = tail.match(patternParts[1]);
587 match = tail.match(patternParts[1]);
597 token = tail.substring(0, 1);
603 tail = tail.substring(token.length);
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
StreamHandler.java 165 * output stream, the tail string of the associated formatter will be
253 * Closes this handler. The tail string of the formatter associated with
  /external/kernel-headers/original/linux/sunrpc/
svc.h 68 * a tail) and means we can share some client side routines.
72 * list. xdr_buf.tail points to the end of the first page.
  /external/openssl/crypto/engine/
eng_list.c 136 /* We are adding to the tail of an existing list. */
182 /* Correct our head/tail if necessary. */

Completed in 105 milliseconds

1 2 3 4 5 6 7 891011>>