Searched defs:maxEntries (Results 1 – 8 of 8) sorted by relevance
29 public SimpleCache(final int maxEntries) { in SimpleCache()
342 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache()464 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config()472 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config()
276 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local341 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local360 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local382 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()
104 int maxEntries, in IpcDataCache()
213 LayoutCache(uint32_t maxEntries) : mCache(maxEntries) { in LayoutCache()
31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
332 constexpr size_t maxEntries = 50; // max events to print in dumpQueue() local