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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/sql/
SQLiteStatement.cpp 64 const void* tail; local
66 int error = sqlite3_prepare16_v2(m_database.sqlite3Handle(), m_query.charactersWithNullTermination(), -1, &m_statement, &tail);
  /frameworks/base/include/utils/
List.h 206 /* add the object to the head or tail of the list */
298 * This node plays the role of "pointer to head" and "pointer to tail".
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 323 skb->tail = skb->data + len;
342 skb->tail = skb->data + len;
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 257 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictMissCache
265 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictCache
  /bionic/libm/src/
k_cos.c 22 * Input y is the tail of x.
k_tan.c 21 * Input y is the tail of x.
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 82 assertEquals("Tail for this SimpleFormatter should be empty", "", sf
  /dalvik/libcore/luni/src/test/java/java/net/
URLConnectionTest.java 54 // recycled connection doesn't get the unread tail of the first request's response.
  /external/blktrace/btt/
list.h 180 * list_move_tail - delete from one list and add as another's tail
  /external/bluetooth/glib/docs/reference/glib/tmpl/
queue.sgml 51 @tail: a pointer to the last element of the queue.
  /external/fdlibm/
k_cos.c 18 * Input y is the tail of x.
k_tan.c 17 * Input y is the tail of x.
  /external/kernel-headers/original/linux/
uinput.h 70 unsigned char tail; member in struct:uinput_device
  /external/libffi/src/
prep_cif.c 65 /* Structure size includes tail padding. This is important for
  /external/libpcap/
pcap-dos.h 123 int out_index; /* queue index tail */
  /external/opencore/pvmi/pvmf/src/
pvmf_sync_util.cpp 136 // In sync if beginning or tail end of data is within the sync window
  /external/proguard/docs/manual/
optimizations.html 106 <dd>Simplifies tail recursion calls, whenever possible.</dd>
  /external/qemu/slirp/
mbuf.c 178 /* Trim from tail */
  /external/qemu/slirp-android/
mbuf.c 178 /* Trim from tail */
  /external/skia/src/animator/
SkAnimator.cpp 649 const char* tail = strrchr(uri, '/'); local
650 if (tail) {
651 SkString prefix(uri, tail - uri + 1);
655 fMaker->fFileName.set(tail + 1);
  /external/skia/src/images/
SkImageRefPool.cpp 37 // if we purge, we purge from the tail
  /external/srec/srec/crec/
srec_stats.c 134 numb--; /* foreach tail, there is a head, remove the freelist head pointer */
  /external/srec/srec/include/
pre_desc.h 159 #if PARTIAL_DISTANCE_APPROX /* Gaussian tail approximation? */
  /external/webkit/WebKitTools/Scripts/
run-iexploder-tests 76 system "grep 'iexploder.cgi' $iExploderTestDirectory/access_log.txt | tail -n -5 | awk -F'[ =&\\?]' '{if (\$8 == \"lookup\") print \$11; else print \$9}'";
run-mangleme-tests 78 system "grep 'Mangle attempt' /tmp/WebKit/error_log.txt | tail -n -5 | awk ' {print \$4}'";

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 91011>>