Home
last modified time | relevance | path

Searched defs:maxEntries (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSimpleCache.java29 public SimpleCache(final int maxEntries) { in SimpleCache()
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache_test.cpp318 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
349 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
372 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
453 static const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
548 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
567 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
589 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local
/frameworks/native/opengl/libs/EGL/
DBlobCache_test.cpp249 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
306 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
325 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
347 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
/frameworks/base/core/java/android/provider/
DSearchRecentSuggestions.java229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()
/frameworks/minikin/include/minikin/
DLayoutCache.h184 LayoutCache(uint32_t maxEntries) : mCache(maxEntries), mRequestCount(0), mCacheHitCount(0) { in LayoutCache()
/frameworks/minikin/tests/unittest/
DLayoutCacheTest.cpp31 TestableLayoutCache(uint32_t maxEntries) : LayoutCache(maxEntries) {} in TestableLayoutCache()
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache_test.cpp120 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_P() local