Searched refs:MAX_CACHE_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache_unittest.cc13 #define MAX_CACHE_SIZE 5u macro
43 TestScopedPtrExpiringCache cache(MAX_CACHE_SIZE);
44 EXPECT_EQ(MAX_CACHE_SIZE, cache.MaximumCacheSize());
47 for (unsigned int i = 0; i < MAX_CACHE_SIZE; i++) {
51 EXPECT_EQ(MAX_CACHE_SIZE, cache.size());
53 unsigned int next_key = MAX_CACHE_SIZE;
57 EXPECT_EQ(MAX_CACHE_SIZE, cache.size());
60 for (unsigned int i = 0; i < MAX_CACHE_SIZE + 1; i++) {
67 EXPECT_EQ(MAX_CACHE_SIZE, cached_count);
71 for (unsigned int i = 0; i < MAX_CACHE_SIZE
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_compare.cc59 enum { MAX_CACHE_SIZE = 1 << 15 }; enumerator in enum:i18n::addressinput::StringCompare::Impl::__anon12570
62 Impl() : min_possible_match_(&re2::ComputeMinPossibleMatch, MAX_CACHE_SIZE) {

Completed in 1391 milliseconds