Searched defs:maxEntries (Results 1 – 9 of 9) sorted by relevance
29 public SimpleCache(final int maxEntries) { in SimpleCache()
243 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local300 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local319 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local341 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
91 BoundsCache(uint32_t maxEntries) : mCache(maxEntries) { in BoundsCache()
169 LayoutCache(uint32_t maxEntries) : mCache(maxEntries) { in LayoutCache()
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()
29 TestableBoundsCache(uint32_t maxEntries) : BoundsCache(maxEntries) {} in TestableBoundsCache()
31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
324 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache()335 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache()
250 constexpr size_t maxEntries = 50; // max events to print in dumpQueue() local