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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_packet.cc 17 : max_bytes_(size),
30 max_bytes_ = len;
39 if (cur_bytes_ > max_bytes_)
42 return max_bytes_ - cur_bytes_;
46 return cur_bytes_ >= max_bytes_;
fifo_packet.h 51 uint32_t max_bytes_; member in class:nacl_io::FIFOPacket
  /external/chromium_org/net/disk_cache/
cache_creator.cc 46 int max_bytes_; member in class:__anon8984::CacheCreator
68 max_bytes_(max_bytes),
88 new disk_cache::SimpleBackendImpl(path_, max_bytes_, type_,
97 new_cache->SetMaxSize(max_bytes_);
  /external/chromium_org/third_party/libwebp/utils/
bit_writer.c 209 if (bw->max_bytes_ > 0 && size_required <= bw->max_bytes_) return 1;
210 allocated_size = (3 * bw->max_bytes_) >> 1;
222 bw->max_bytes_ = allocated_size;
272 if ((bw->bit_pos_ >> 3) > (bw->max_bytes_ - 8)) {
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_;
bit_writer.h 78 size_t max_bytes_; member in struct:__anon12137
  /external/webp/src/utils/
bit_writer.c 209 if (bw->max_bytes_ > 0 && size_required <= bw->max_bytes_) return 1;
210 allocated_size = (3 * bw->max_bytes_) >> 1;
222 bw->max_bytes_ = allocated_size;
272 if ((bw->bit_pos_ >> 3) > (bw->max_bytes_ - 8)) {
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_;
bit_writer.h 78 size_t max_bytes_; member in struct:__anon28584
  /external/chromium/net/http/
http_cache.cc 75 max_bytes_(max_bytes),
89 DCHECK_GE(max_bytes_, 0);
90 return disk_cache::CreateCacheBackend(type_, path_, max_bytes_, true,
    [all...]
http_cache.h 115 int max_bytes_; member in class:net::HttpCache::DefaultBackend
  /external/chromium_org/net/http/
http_cache.cc 63 max_bytes_(max_bytes),
78 DCHECK_GE(max_bytes_, 0);
82 max_bytes_,
    [all...]
http_cache.h 119 int max_bytes_; member in class:net::HttpCache::DefaultBackend
  /external/chromium/net/disk_cache/
backend_impl.cc 194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
214 int max_bytes_; member in class:__anon2719::CacheCreator
229 cache_->SetMaxSize(max_bytes_);
    [all...]

Completed in 122 milliseconds