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

  /external/chromium/net/base/
gzip_header.h 11 // The model is that you call ReadMore() for each chunk of bytes
44 Status ReadMore(const char* inbuf,
gzip_header.cc 32 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, int inbuf_len,
gzip_filter.cc 163 header_status = gzip_header_->ReadMore(next_stream_data_, stream_data_len_,
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 367 readMore(request);
370 void SfDelegate::readMore(net::URLRequest *request) {
394 MY_LOGV("readMore pending read");
531 readMore(mURLRequest);
support.h 138 void readMore(net::URLRequest *request);
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 46 void readMore();
363 void MPEG2TSWriter::SourceInfo::readMore() {
381 readMore();
423 readMore();
695 source->readMore();
  /external/zlib/src/examples/
gzappend.c 190 local int readmore(file *in) function
196 #define read1(in) (in->left == 0 ? readmore(in) : 0, \
212 readmore(in);
298 readmore(&gz);
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 79 status_t readMore();
223 status_t ANetworkSession::Session::readMore() {
1090 status_t err = session->readMore();
1092 ALOGE("readMore on socket %d failed w/ error %d (%s)",
  /libcore/luni/src/main/java/java/util/
Scanner.java 346 readMore();
502 readMore();
842 readMore();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 597 boolean readMore = setViewLayout(type);
599 if (readMore) {
    [all...]

Completed in 373 milliseconds