Searched defs:maxEntries (Results 1 – 7 of 7) sorted by relevance
29 public SimpleCache(final int maxEntries) { in SimpleCache()
318 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local349 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local372 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local453 static const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local548 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local567 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local589 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
249 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local306 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local325 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local347 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()
184 LayoutCache(uint32_t maxEntries) : mCache(maxEntries), mRequestCount(0), mCacheHitCount(0) { in LayoutCache()
31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
120 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local