Searched refs:entry_count_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_parser.cc18 entry_count_(0),
37 entry_count_ = size / 4;
48 int num_entries = put_ < get_ ? entry_count_ - get_ : put_ - get_;
55 if (get_ == entry_count_)
H A Dcmd_parser.h40 if (get >= 0 && get < entry_count_) {
69 int32 entry_count_; member in class:gpu::CommandParser
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h254 int entry_count_; // Number of entries accessed lately. member in class:disk_cache::BackendImplV3
H A Dbackend_impl_v3.cc334 CACHE_UMA(COUNTS_10000, "EntryAccessRate", entry_count_);
338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
339 entry_count_ = 0;
458 entry_count_++;
549 entry_count_++;
1021 entry_count_ = byte_count_ = 0;
1122 entry_count_++;
1206 entry_count_++;
H A Dbackend_impl.h377 int entry_count_; // Number of entries accessed lately. member in class:disk_cache::BackendImpl
H A Dbackend_impl.cc210 entry_count_ = byte_count_ = 0;
494 entry_count_++;
586 entry_count_++;
1080 CACHE_UMA(COUNTS_10000, "EntryAccessRate", 0, entry_count_);
1084 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
1085 entry_count_ = 0;
1765 entry_count_++;
H A Dbackend_worker_v3.cc120 entry_count_ = byte_count_ = 0;

Completed in 1854 milliseconds