Home
last modified time | relevance | path

Searched refs:cache3 (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DPropertyInvalidatedCacheTests.java82 PropertyInvalidatedCache<Integer, Boolean> cache3 = in testDisableCache1() local
93 assertEquals(false, cache3.getDisabledState()); in testDisableCache1()
99 assertEquals(false, cache3.getDisabledState()); in testDisableCache1()
106 assertEquals(false, cache3.getDisabledState()); in testDisableCache1()
/aosp12/system/extras/simpleperf/
H A DCallChainJoiner_test.cpp88 LRUCache cache3(sizeof(CacheNode) * 4, 2); in TEST() local
90 JoinCallChain(cache3, 0, {0xb, 0xc, 0xd}, {0xb, 0xc, 0xd}, {0xb, 0xc, 0xd}, {0xb, 0xc, 0xd})); in TEST()
91 ASSERT_TRUE(JoinCallChain(cache3, 0, {0xa, 0xb, 0xc}, {0xa, 0xb, 0xc}, {0xa, 0xb, 0xc, 0xd}, in TEST()
93 ASSERT_EQ(cache3.Stat().used_node_count, 4u); in TEST()