HomeSort by relevance Sort by last modified time
    Searched full:peeked (Results 1 - 11 of 11) sorted by null

  /packages/apps/Email/src/com/android/email/
PeekableInputStream.java 25 * and a subsequent read will still return the peeked byte.
76 return String.format("PeekableInputStream(in=%s, peeked=%b, peekedByte=%d)",
  /external/speex/include/speex/
speex_bits.h 136 * @return Value of the bits peeked, interpreted as unsigned
144 * @return Value of the bit peeked (one bit only)
  /external/bluetooth/glib/gio/
gdatainputstream.c 642 gsize start, end, peeked; local
661 peeked = end - start;
663 for (i = 0; checked < available && i < peeked; i++)
822 gsize start, end, peeked; local
838 peeked = end - start;
840 for (i = 0; checked < available && i < peeked; i++)
    [all...]
gbufferedinputstream.c 583 * Returns: a #gsize of the number of bytes peeked, or %-1 on error.
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
scanner.sgml 278 return whatever was peeked before, regardless of any symbols that may
500 scanner's current token (not the peeked token) to construct part
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/guava/src/com/google/common/collect/
Iterators.java 972 checkState(!hasPeeked, "Can't remove after you've peeked at next");
    [all...]
  /external/libpcap/
pcap-dos.c 1301 * Release buffer we peeked at above.
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 795 working--; // return the peeked character
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 176 milliseconds