Searched refs:TestCache (Results 1 – 3 of 3) sorted by relevance
262 TestCache() { in TestCache() method in IpcDataCacheTest.TestCache295 TestCache cache = new TestCache(); in testCacheRecompute()317 TestCache cache = new TestCache(); in testCacheInitialState()330 TestCache cache = new TestCache(MODULE, UNSET_API); in testCachePropertyUnset()338 TestCache cache = new TestCache(); in testCacheDisableState()358 TestCache cache = new TestCache(); in testLocalProcessDisable()376 TestCache ac = new TestCache(a); in testConfig()382 TestCache bc = new TestCache(b); in testConfig()388 TestCache cc = new TestCache(c); in testConfig()394 TestCache dc = new TestCache(d); in testConfig()[all …]
213 TestCache() { in TestCache() method in PropertyInvalidatedCacheTests.TestCache217 TestCache(String module, String api) { in TestCache() method in PropertyInvalidatedCacheTests.TestCache223 TestCache(String module, String api, TestQuery query) { in TestCache() method in PropertyInvalidatedCacheTests.TestCache239 TestCache cache = new TestCache(); in testCacheRecompute()261 TestCache cache = new TestCache(); in testCacheInitialState()274 TestCache cache = new TestCache(MODULE, UNSET_API); in testCachePropertyUnset()282 TestCache cache = new TestCache(); in testCacheDisableState()303 TestCache cache = new TestCache() { in testRefreshSameObject()324 TestCache cache = new TestCache() { in testRefreshInvalidateRace()343 TestCache cache = new TestCache(); in testLocalProcessDisable()[all …]
90 TEST(MultiuserTest, TestCache) { in TEST() argument