Home
last modified time | relevance | path

Searched refs:getCacheCount (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/thumbnail/generator/android/java/src/org/chromium/chrome/browser/thumbnail/generator/
H A DThumbnailDiskStorageTest.java126 int getCacheCount() { in getCacheCount() method in ThumbnailDiskStorageTest.TestThumbnailDiskStorage
131 if (getCacheCount() <= 0) return null; in getOldestEntry()
137 if (getCacheCount() <= 0) return null; in getMostRecentEntry()
182 Assert.assertEquals(1, mTestThumbnailDiskStorage.getCacheCount()); in testCanInsertAndGet()
208 Assert.assertEquals(1, mTestThumbnailDiskStorage.getCacheCount()); in testRepeatedInsertShouldBeUpdated()
226 Assert.assertEquals(3, mTestThumbnailDiskStorage.getCacheCount()); in testRetrieveThumbnailShouldMakeEntryMostRecent()
262 Assert.assertEquals(count - 1, mTestThumbnailDiskStorage.getCacheCount()); in testExceedLimitShouldTrim()
284 Assert.assertEquals(2, mTestThumbnailDiskStorage.getCacheCount()); in testRemoveAllThumbnailsWithSameContentId()
289 Assert.assertEquals(0, mTestThumbnailDiskStorage.getCacheCount()); in testRemoveAllThumbnailsWithSameContentId()
/dports/www/trafficserver/trafficserver-9.1.1/src/wccp/
H A DWccpMsg.cc784 RouterViewComp::getCacheCount() const in getCacheCount() function in wccp::RouterViewComp
868 else if ((ncaches = this->getCacheCount()) > MAX_CACHES) in parse()
952 CacheViewComp::getCacheCount() const in getCacheCount() function in wccp::CacheViewComp
1048 size_t comp_size = this->calcSize(this->getRouterCount(), this->getCacheCount()); in parse()
1109 AssignInfoComp::getCacheCount() const in getCacheCount() function in wccp::AssignInfoComp
1142 …ucket *>(reinterpret_cast<char *>(m_cache_count) + sizeof(uint32_t) * (1 + this->getCacheCount())); in calcBucketPtr()
1185 n_caches = this->getCacheCount(); in parse()
1224 AltHashAssignComp::getCacheCount() const in getCacheCount() function in wccp::AltHashAssignComp
1277 n_caches = this->getCacheCount(); in parse()
H A DWccpLocal.h1332 uint32_t getCacheCount() const;
1418 uint32_t getCacheCount() const;
1499 uint32_t getCacheCount() const;
1697 uint32_t getCacheCount() const;
H A DWccpEndPoint.cc821 uint32_t nc = msg.m_router_view.getCacheCount(); in handleISeeYou()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DImageNode.java362 public int getCacheCount() in getCacheCount() method in ImageNode
486 if ( this.getCacheCount() == 0 ) { in associate()
572 if ( this.getCacheCount() <= 1 ) return false; in setInteractionMode()
H A DDXApplication.java761 Integer Size = new Integer( in.getCacheCount() ); in updateCaching()
1313 int isteps = this.selected_image.getCacheCount(); in finishedExecuting()
H A DImageWindow.java478 cache_count = this.node.getCacheCount(); in setCurrentImage()
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dslam.boot48 cacheCount:= getCacheCount op
101 getCacheCount fn ==
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DLandscapeMgr.hpp333 int getCacheCount() const {return landscapeCache.count();} in getCacheCount() function in LandscapeMgr
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java431 public int getCacheCount() { in getCacheCount() method in DatabaseConfig
H A DEnvironmentConfig.java381 public int getCacheCount() { in getCacheCount() method in EnvironmentConfig
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java493 public int getCacheCount() { in getCacheCount() method in DatabaseConfig
H A DEnvironmentConfig.java443 public int getCacheCount() { in getCacheCount() method in EnvironmentConfig