Searched refs:total_size_ (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/base/ |
D | diskcache.cc | 62 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) { in DiskCache() 75 ASSERT(0 == total_size_); in Initialize() 105 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource() 134 total_size_ -= previous_size; in WriteResource() 209 total_size_ -= entry->size; in DeleteResource() 221 ASSERT(cache_size == total_size_); in CheckLimit() 226 while (total_size_ > max_cache_) { in CheckLimit() 337 this2->total_size_ += new_size; in ReleaseResource()
|
D | diskcache_win32.cc | 48 total_size_ += find_data.nFileSizeLow; in InitializeEntries()
|
D | diskcache.h | 87 size_t max_cache_, total_size_; variable
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 244 int total_size_; variable 521 int total_size_; 979 total_size_(0), 986 total_size_(0), 1000 total_size_(0), 1009 total_size_(0), 1028 InternalDeallocate(rep_, total_size_); 1051 return total_size_; 1056 GOOGLE_DCHECK_LT(current_size_, total_size_); 1062 GOOGLE_DCHECK_LT(current_size_, total_size_); [all …]
|
D | repeated_field.cc | 48 if (total_size_ >= new_size) { in InternalExtend() 56 std::max(total_size_ * 2, new_size)); in InternalExtend() 69 total_size_ = new_size; in InternalExtend()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_parser_unittest.cpp | 28 if (offset < 0 || offset + size > total_size_) in ReadBlock() 35 FX_FILESIZE GetSize() override { return (FX_FILESIZE)total_size_; }; in GetSize() 39 : buffer_(buffer_in), total_size_(buf_size) {} in CFX_TestBufferRead() 42 size_t total_size_; member in CFX_TestBufferRead
|
/external/v8/src/profiler/ |
D | allocation-tracker.h | 36 unsigned allocation_size() const { return total_size_; } in allocation_size() 46 unsigned total_size_; variable
|
D | allocation-tracker.cc | 18 total_size_(0), in AllocationTraceNode() 51 total_size_ += size; in AddAllocation() 57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' '); in Print()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2823 total_size_(0), in HStatistics() 2857 size_t total_size_; variable
|
D | hydrogen.cc | 12984 double size_percent = static_cast<double>(size) * 100 / total_size_; in Print() 13002 total.InMillisecondsF(), total_size_); in Print() 13012 ? static_cast<double>(total_size_) / 1024 / source_size_in_kb in Print() 13021 total_size_ += size; in SaveTiming()
|