/external/webkit/JavaScriptCore/wtf/ |
FastMalloc.cpp | 692 void *tail; // Tail of chain of objects. [all...] |
/external/icu4c/data/unidata/ |
DerivedAge.txt | [all...] |
CaseFolding.txt | 286 024A; C; 024B; # LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL 421 048A; C; 048B; # CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 451 04C5; C; 04C6; # CYRILLIC CAPITAL LETTER EL WITH TAIL 453 04C9; C; 04CA; # CYRILLIC CAPITAL LETTER EN WITH TAIL 455 04CD; C; 04CE; # CYRILLIC CAPITAL LETTER EM WITH TAIL [all...] |
/external/guava/src/com/google/common/collect/ |
CustomConcurrentHashMap.java | 1013 E tail = head; local [all...] |
/external/opencore/doc/oscl_html/ |
classOscl__Linked__List__Base.html | 38 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a25">OsclAny</a> * </td><td valign=bottom><a class="el" href="classOscl__Linked__List__Base.html#n1">tail</a></td></tr> 614 <a name="n1" doxytag="Oscl_Linked_List_Base::tail"></a><p> 620 <td class="md" nowrap valign="top"> <a class="el" href="group__osclbase.html#a25">OsclAny</a>* Oscl_Linked_List_Base::tail<code> [protected]</code>
|
oscl__double__list_8h-source.html | 104 00104 <a class="code" href="group__osclbase.html#a82">OSCL_INLINE</a> T* <a class="code" href="classOsclDoubleList.html#a7">Tail</a>() <span class="keyword">const</span>; 117 00117 <a class="code" href="group__osclbase.html#a82">OSCL_INLINE</a> T* <a class="code" href="classOsclPriorityList.html#a6">Tail</a>() <span class="keyword">const</span>;
|
/external/v8/src/ia32/ |
codegen-ia32.h | 124 // splitting should be emitted in tail position (as the last thing 170 // should be emitted in tail position (as the last thing when 184 // Emit an unconditional jump in tail position, to the true target [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RunningServices.java | 299 int tail = si.mLabel.lastIndexOf('.'); local 300 if (tail >= 0) { 301 si.mLabel = si.mLabel.substring(tail+1, si.mLabel.length()); [all...] |
/bionic/libc/netbsd/isc/ |
ev_streams.c | 157 * there's ctx->strDone (head) and ctx->strLast (tail) which thread
|
/bionic/libm/src/ |
e_lgammaf_r.c | 42 /* tt = -(tail of tf) */
|
/dalvik/libcore/luni/src/main/java/java/util/ |
PriorityQueue.java | 30 * queue and the greatest element is stored at the tail of the queue.
|
/external/bison/lib/ |
bitset.h | 70 struct lbitset_elt_struct *tail; /* Last element in linked list. */ member in struct:bitset_union::lbitset_struct
|
/external/dnsmasq/src/ |
option.c | 878 unsigned char *q, *r, *tail; local 916 /* Now tail-compress using earlier names. */ 918 for (tail = p + len; *tail; tail += (*tail) + 1) 920 if (strcmp((char *)r, (char *)tail) == 0) 922 PUTSHORT((r - p) | 0xc000, tail); 923 newlen = tail - p; [all...] |
/external/icu4c/test/intltest/ |
idnaconf.cpp | 189 * and, of course, will shift tail elements.
|
/external/kernel-headers/original/linux/ |
tcp.h | 290 __u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
|
tty.h | 60 struct tty_buffer *tail; /* Active buffer */ member in struct:tty_bufhead
|
/external/qemu/hw/ |
usb-ohci.c | 193 uint32_t tail; member in struct:ohci_ed 640 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK, 1067 while ((ed.head & OHCI_DPTR_MASK) != ed.tail) { [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
RegexTest.java | 48 /* Pattern at the tail */
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
linux_osl.h | 243 #define PKTTAILROOM(osh, skb) ((((struct sk_buff*)(skb))->end)-(((struct sk_buff*)(skb))->tail))
|
/hardware/libhardware/include/hardware/ |
sensors.h | 159 * where the X axis is along the long side of the plane (tail to nose).
|
/system/core/init/ |
readme.txt | 30 the tail of a to-be-executed queue (unless it is already on the
|
/dalvik/libcore/icu/src/main/native/ |
NativeDecimalFormat.cpp | 333 // tail of the string, in order to keep strtod() happy: 336 // - The exponent "e" and the "\0" terminator is appended at the tail
|
/external/iptables/libiptc/ |
linux_list.h | 245 * list_move_tail - delete from one list and add as another's tail 506 * You lose the ability to access the tail in O(1).
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 583 // Simplify tail recursion calls. [all...] |
/external/skia/src/views/ |
SkListView.cpp | 141 rec->fTail.set(dom.findAttr(child, "tail")); 142 rec->fAltTail.set(dom.findAttr(child, "alt-tail"));
|