/external/chromium_org/cc/scheduler/ |
rolling_time_delta_history.h | 37 size_t max_size_; member in class:cc::RollingTimeDeltaHistory
|
/art/runtime/ |
reference_table.h | 60 size_t max_size_; member in class:art::ReferenceTable
|
reference_table.cc | 33 : name_(name), max_size_(max_size) { 43 if (entries_.size() == max_size_) { 45 << "overflowed (" << max_size_ << " entries)"; local
|
/external/chromium/net/disk_cache/ |
eviction.h | 75 int max_size_; member in class:disk_cache::Eviction
|
mem_backend_impl.h | 108 int32 max_size_; // Maximum data size for this instance. member in class:disk_cache::MemBackendImpl
|
backend_impl.h | 349 int32 max_size_; // Maximum data size for this instance. member in class:disk_cache::BackendImpl
|
/external/chromium_org/net/disk_cache/ |
eviction.h | 75 int max_size_; member in class:disk_cache::Eviction
|
mem_backend_impl.h | 110 int32 max_size_; // Maximum data size for this instance. member in class:disk_cache::MemBackendImpl
|
backend_impl.h | 362 int32 max_size_; // Maximum data size for this instance. member in class:disk_cache::BackendImpl
|
/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.h | 58 int max_size_; member in class:disk_cache::Eviction
|
backend_impl_v3.h | 252 int32 max_size_; // Maximum data size for this instance. member in class:disk_cache::BackendImpl
|
/external/chromium_org/chrome/browser/net/ |
evicted_domain_cookie_counter.h | 136 const size_t max_size_; member in class:chrome_browser_net::EvictedDomainCookieCounter 138 // After garbage collection, size reduces to <= |max_size_| - |purge_count_|.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediarecorder.h | 69 size_t max_size_; member in class:cricket::RtpDumpSink
|
/external/chromium_org/third_party/re2/util/ |
sparse_set.h | 57 : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(NULL), valgrind_(RunningOnValgrind()) {} 60 max_size_ = max_size; 94 if (new_max_size > max_size_) { 97 memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); 99 for (int i = max_size_; i < new_max_size; i++) 117 max_size_ = new_max_size; 122 int max_size() const { return max_size_; } 130 DCHECK_LT(i, max_size_); 131 if (static_cast<uint>(i) >= max_size_) { 148 if (static_cast<uint>(i) >= max_size_) { 169 int max_size_; member in class:re2::SparseSet [all...] |
sparse_array.h | 56 // size max_size_. At any point, the number of elements in the sparse array is 142 return max_size_; 224 int max_size_; member in class:re2::SparseArray 234 : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(), valgrind_(RunningOnValgrind()) {} 271 if (new_max_size > max_size_) { 274 memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); 277 for (int i = max_size_; i < new_max_size; i++) 286 max_size_ = new_max_size; 287 if (size_ > max_size_) 288 size_ = max_size_; [all...] |
/external/chromium_org/ui/views/controls/button/ |
label_button.h | 64 void set_max_size(const gfx::Size& max_size) { max_size_ = max_size; } 139 // |max_size_| may be set to clamp the preferred size. 140 gfx::Size max_size_; member in class:views::LabelButton
|
/external/regex-re2/util/ |
sparse_set.h | 57 : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(NULL), valgrind_(RunningOnValgrind()) {} 60 max_size_ = max_size; 94 if (new_max_size > max_size_) { 97 memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); 99 for (int i = max_size_; i < new_max_size; i++) 117 max_size_ = new_max_size; 122 int max_size() const { return max_size_; } 130 DCHECK_LT(i, max_size_); 131 if (static_cast<uint>(i) >= max_size_) { 148 if (static_cast<uint>(i) >= max_size_) { 169 int max_size_; member in class:re2::SparseSet [all...] |
sparse_array.h | 56 // size max_size_. At any point, the number of elements in the sparse array is 142 return max_size_; 224 int max_size_; member in class:re2::SparseArray 234 : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(), valgrind_(RunningOnValgrind()) {} 271 if (new_max_size > max_size_) { 274 memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); 277 for (int i = max_size_; i < new_max_size; i++) 286 max_size_ = new_max_size; 287 if (size_ > max_size_) 288 size_ = max_size_; [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index.h | 90 int max_size() const { return max_size_; } 164 uint64 max_size_; member in class:disk_cache::SimpleIndex
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_quarantine.h | 50 max_size_ = size; 66 if (cache_.Size() > max_size_ && recycle_mutex_.TryLock()) 73 uptr max_size_; member in class:__sanitizer::Quarantine
|
/external/chromium_org/base/containers/ |
mru_cache.h | 69 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { 73 : max_size_(max_size), deletor_(deletor) { 82 size_type max_size() const { return max_size_; } 97 } else if (max_size_ != NO_AUTO_EVICT) { 100 ShrinkToSize(max_size_ - 1); 203 size_type max_size_; member in class:base::MRUCacheBase
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 184 const gfx::Size& max_size() const { return max_size_; } 366 gfx::Size max_size_; member in class:Panel
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
thread_cache.h | 241 // Increase max_size_ by reducing unclaimed_cache_space_ or by 242 // reducing the max_size_ of some other thread. In both cases, 290 // the next ThreadCache from which a thread over its max_size_ should 304 // Represents overall_thread_cache_size_ minus the sum of max_size_ 312 size_t max_size_; // size_ > max_size_ --> Scavenge() member in class:tcmalloc::ThreadCache 377 ssize_t size_headroom = max_size_ - size_ - 1; 395 if (size_ >= max_size_) Scavenge();
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.h | 235 // Increase max_size_ by reducing unclaimed_cache_space_ or by 236 // reducing the max_size_ of some other thread. In both cases, 275 // the next ThreadCache from which a thread over its max_size_ should 289 // Represents overall_thread_cache_size_ minus the sum of max_size_ 297 size_t max_size_; // size_ > max_size_ --> Scavenge() member in class:tcmalloc::ThreadCache 350 ssize_t size_headroom = max_size_ - size_ - 1; 368 if (size_ >= max_size_) Scavenge();
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 82 max_size_ = size; 92 return max_size_; 96 gfx::Size max_size_; member in class:ash::internal::__anon3377::TestWindowDelegate [all...] |