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

  /system/core/libcutils/
record_stream.c 39 unsigned char *unconsumed; member in struct:RecordStream
57 ret->unconsumed = ret->buffer;
99 record_end = getEndOfRecord (p_rs->unconsumed, p_rs->read_end);
103 record_start = p_rs->unconsumed + HEADER_SIZE;
104 p_rs->unconsumed = record_end;
143 if (p_rs->unconsumed == p_rs->buffer
153 if (p_rs->unconsumed != p_rs->buffer) {
157 toMove = p_rs->read_end - p_rs->unconsumed;
159 memmove(p_rs->buffer, p_rs->unconsumed, toMove);
163 p_rs->unconsumed = p_rs->buffer
    [all...]
  /external/chromium/net/base/
io_buffer.h 75 // to the first unconsumed byte.
78 // Returns the number of unconsumed bytes.
  /packages/apps/Contacts/res/values/
colors.xml 37 <!-- Color of the text describing an unconsumed missed call. -->
40 <!-- Color of the text describing an unconsumed voicemail. -->
  /external/flac/libFLAC/include/private/
bitwriter.h 66 unsigned FLAC__bitwriter_get_input_bits_unconsumed(const FLAC__BitWriter *bw); /* can be called anytime, returns total # of bits unconsumed */
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 208 // No unconsumed data in the buffer, simply reset the indexes.
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 284 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed";
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeIODataStream.java 38 * started if there is unconsumed data in another pipe. It is
  /external/flac/libFLAC/
bitreader.c 214 /* first shift the unconsumed buffer data toward the front as much as possible */
1001 unsigned ucbits; /* keep track of the number of unconsumed bits in the buffer */
    [all...]
  /external/chromium/net/socket/
socket_test_util.cc 233 EXPECT_TRUE(reads_.empty()) << "Unconsumed read: " << reads_.front().data;
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c     [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 622 * Anything we consume from here on must be unconsumed.
    [all...]
  /external/jpeg/
libjpeg.doc     [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 2135 milliseconds