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

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeIODataStream.java 381 String tail = Integer.toHexString( local
383 if (tail.length() == 1) {
384 tail = "0" + tail;
386 outstream.print(prefix + tail + delimiter);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c 549 int base_mach, tail, copy, i; local
562 tail = mkstate( SYM_EPSILON );
567 tail = mkopt( link_machines( copy, tail ) );
570 mach = link_machines( mach, link_machines( base_mach, tail ) );
  /external/qemu/memcheck/
memcheck_proc_management.c 779 /* We cut part from the beginning. Add the tail back. */
784 /* We cut part from the tail. Add the beginning back. */
789 MMRangeDesc tail; local
790 tail.map_start = vend;
791 tail.map_end = desc.map_end;
792 tail.exec_offset = vend - desc.map_start + desc.exec_offset;
793 tail.path = qemu_malloc(strlen(desc.path) + 1);
794 strcpy(tail.path, desc.path);
795 mmrangemap_insert(&proc->mmrange_map, &tail, NULL);
  /external/opencore/doc/oscl_html/
classOsclPriorityList.html 28 <tr><td nowrap align=right valign=top>OSCL_INLINE T *&nbsp;</td><td valign=bottom><a class="el" href="classOsclPriorityList.html#a6">Tail</a> () const</td></tr>
231 <a name="a6" doxytag="OsclPriorityList::Tail"></a><p>
241 <td class="md" nowrap valign="top"> OSCL_INLINE T* OsclPriorityList&lt; T &gt;::Tail </td>
  /bionic/libc/bionic/
eabi.c 79 * This allows __aeabi_memclr to tail-call __aeabi_memset
  /bionic/libm/src/
k_sin.c 21 * Input y is the tail of x.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 77 // BB - 2 bytes for tail hash
78 // value generated on the base of the tail of encoding
267 // improve the hash value with info from the tail of encoding
327 // Returns the hash code built on the base of the tail of the encoded form
  /dalvik/vm/interp/
Jit.h 53 ShadowHeap* heapSpaceTail; /* tail pointer to heapSpace */
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 46 @ instead, we just replicate the tail end.
  /external/bluetooth/glib/glib/
gqueue.h 43 GList *tail; member in struct:_GQueue
  /external/fdlibm/
k_sin.c 17 * Input y is the tail of x.
  /external/iproute2/man/man8/
tc-sfq.8 49 at most 128 buckets of 1024 available. In case of overflow, tail-drop is performed
  /external/iproute2/tc/
m_ipt.c 390 struct rtattr *tail; local
492 tail = NLMSG_TAIL(n);
514 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
m_pedit.c 471 struct rtattr *tail; local
541 tail = NLMSG_TAIL(n);
544 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/kernel-headers/original/linux/
serial_core.h 395 #define uart_circ_empty(circ) ((circ)->head == (circ)->tail)
396 #define uart_circ_clear(circ) ((circ)->head = (circ)->tail = 0)
399 (CIRC_CNT((circ)->head, (circ)->tail, UART_XMIT_SIZE))
402 (CIRC_SPACE((circ)->head, (circ)->tail, UART_XMIT_SIZE))
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 49 00 ;tail strip of 1-15 pixels
  /external/skia/src/core/
SkString.cpp 537 size_t tail = size - offset - length; local
538 SkASSERT((int32_t)tail >= 0);
539 if (tail)
542 memcpy(dst + offset, src + offset + length, tail);
  /external/svox/pico/lib/
picokpr.h 102 extern picoos_bool picokpr_isEqualTail (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__12, picokpr_StrArrOffset tail);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-002.js 49 * Tail recursion test by Georgi Guninski
  /frameworks/base/tests/backup/
test_restore.sh 108 a shell cat /data/data/com.android.backuptest/files/3.txt | tail -n 3
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.h 134 int Tail;
  /dalvik/libcore/logging/src/main/java/java/util/logging/
XMLFormatter.java 193 * Returns the tail string for a set of log records formatted as XML
198 * @return the tail string for log records formatted as XML strings.
  /external/bluetooth/glib/docs/reference/gobject/
glib-mkenums.1 109 file\-tail,
113 value\-tail
glib-mkenums.xml 112 <literal>file-production</literal>, <literal>file-tail</literal>,
114 <literal>value-production</literal>, <literal>value-tail</literal> or
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 34 * This MemberVisitor simplifies tail recursion calls in all methods that it
76 * simplified tail recursions.

Completed in 503 milliseconds

1 2 3 4 5 6 78 91011>>