HomeSort by relevance Sort by last modified time
    Searched defs:buf_ (Results 1 - 18 of 18) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.h 65 char* buf_; member in class:talk_base::AsyncUDPSocket
  /sdk/emulator/qtools/
decoder.h 25 uint8_t buf_[kBufSize]; member in class:Decoder
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.h 88 scoped_refptr<IOBuffer> buf_; member in class:net::ProxyScriptFetcherImpl
  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 41 char16 *buf_; member in class:ime_pinyin::DictList
  /external/webp/src/utils/
bit_writer.h 30 uint8_t* buf_; // internal buffer. Re-allocated regularly. Not owned. member in struct:VP8BitWriter
60 return bw->buf_;
74 uint8_t* buf_; member in struct:__anon16611
90 return bw->buf_;
bit_reader.h 45 const uint8_t* buf_; // next byte to be read member in struct:VP8BitReader
75 assert(br && br->buf_);
77 if (br->buf_ + sizeof(lbit_t) <= br->buf_end_) {
80 lbit_t in_bits = *(lbit_t*)br->buf_;
81 br->buf_ += (BITS) >> 3;
156 const uint8_t* buf_; member in struct:__anon16610
  /external/chromium/base/
dir_reader_linux.h 52 linux_dirent* dirent = reinterpret_cast<linux_dirent*>(&buf_[offset_]);
59 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
76 reinterpret_cast<const linux_dirent*>(&buf_[offset_]);
90 unsigned char buf_[512]; member in class:base::DirReaderLinux
  /external/chromium/net/base/
upload_data_stream.h 31 IOBuffer* buf() const { return buf_; }
91 scoped_refptr<IOBuffer> buf_; member in class:net::UploadDataStream
  /external/chromium/net/disk_cache/
file_posix.cc 30 buf_(buf), buf_len_(buf_len), offset_(offset) {
55 const void* buf_; member in class:__anon4430::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
103 bool rv = file_->Write(buf_, buf_len_, offset_);
in_flight_backend_io.h 128 scoped_refptr<net::IOBuffer> buf_; member in class:disk_cache::BackendIO
entry_impl.cc 38 : entry_(entry), callback_(callback), buf_(buffer),
51 scoped_refptr<net::IOBuffer> buf_; member in class:__anon4425::SyncCallback
76 buf_ = NULL;
    [all...]
  /external/chromium/net/url_request/
view_cache_helper.h 100 scoped_refptr<IOBuffer> buf_; member in class:net::ViewCacheHelper
url_request_test_util.h 181 scoped_refptr<net::IOBuffer> buf_; member in class:TestDelegate
  /external/flac/libFLAC/
md5.c 281 register FLAC__byte *buf_ = buf; local
286 FLAC__int16 *buf1_ = ((FLAC__int16*)buf_) + 1;
287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples);
292 FLAC__int16 *buf1_ = (FLAC__int16*)buf_;
302 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
303 *buf_++ = (FLAC__byte)a_word;
305 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
306 *buf_++ = (FLAC__byte)a_word;
312 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
313 *buf_++ = (FLAC__byte)a_word
    [all...]
  /external/chromium/net/spdy/
spdy_stream_unittest.cc 38 buf_(buf),
64 if (buf_) {
66 stream_->WriteStreamData(buf_.get(), buf_->size(),
95 scoped_refptr<IOBufferWithSize> buf_; member in class:net::__anon4625::TestSpdyStreamDelegate
  /external/chromium/chrome/browser/
process_singleton_linux.cc 510 char buf_[kMaxMessageLength]; member in class:ProcessSingleton::LinuxWatcher::SocketReader
672 while (bytes_read_ < sizeof(buf_)) {
674 read(fd, buf_ + bytes_read_, sizeof(buf_) - bytes_read_));
696 buf_[bytes_read_] = 0;
697 LOG(ERROR) << "Invalid socket message (wrong length):" << buf_;
701 std::string str(buf_, bytes_read_);
    [all...]
  /external/webp/src/dec/
idec.c 58 uint8_t* buf_; // We don't own this buffer in case WebPIUpdate() member in struct:__anon16562
90 if (br->buf_ != NULL) {
91 br->buf_ += offset;
102 const uint8_t* const new_base = mem->buf_ + mem->start_;
124 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_;
132 // Appends data to the end of MemBuffer->buf_. It expands the allocated memory
137 const uint8_t* const old_base = mem->buf_ + mem->start_;
153 free(mem->buf_);
154 mem->buf_ = new_buf;
160 memcpy(mem->buf_ + mem->end_, data, data_size)
    [all...]
  /external/chromium/net/http/
http_cache.cc 238 scoped_refptr<IOBuffer> buf_; member in class:net::HttpCache::MetadataWriter
257 buf_ = buf;
276 result = transaction_->WriteMetadata(buf_, buf_len_, &callback_);
    [all...]

Completed in 368 milliseconds