Searched refs:cache1 (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | PropertyInvalidatedCacheTests.java | 68 PropertyInvalidatedCache<Integer, Boolean> cache1 = in testDisableCache1() local 91 assertEquals(false, cache1.getDisabledState()); in testDisableCache1() 96 cache1.disableInstance(); in testDisableCache1() 97 assertEquals(true, cache1.getDisabledState()); in testDisableCache1() 103 cache1.disableLocal(); in testDisableCache1() 104 assertEquals(true, cache1.getDisabledState()); in testDisableCache1() 109 cache1 = new PropertyInvalidatedCache<>(4, CACHE_PROPERTY) { in testDisableCache1() 115 assertEquals(true, cache1.getDisabledState()); in testDisableCache1()
|
/aosp12/system/extras/simpleperf/ |
H A D | CallChainJoiner_test.cpp | 72 LRUCache cache1(sizeof(CacheNode) * 4, 1); in TEST() local 73 ASSERT_TRUE(JoinCallChain(cache1, 0, {0xb, 0xc}, {0xb, 0xc}, {0xb, 0xc}, {0xb, 0xc})); in TEST() 74 ASSERT_TRUE(JoinCallChain(cache1, 0, {0xa, 0xb}, {0xa, 0xb}, {0xa, 0xb, 0xc}, {0xa, 0xb, 0xc})); in TEST() 75 ASSERT_EQ(cache1.Stat().used_node_count, 3u); in TEST()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/ |
H A D | FocusAreaTest.java | 428 RotaryCache cache1 = in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache() 430 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache() 483 RotaryCache cache1 = in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache() 485 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache() 526 RotaryCache cache1 = in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2() 528 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2() 736 RotaryCache cache1 = in testClearFocusAreaHistoryWhenRotating_clear() 738 mFocusArea1.getHelper().setRotaryCache(cache1); in testClearFocusAreaHistoryWhenRotating_clear() 786 RotaryCache cache1 = in testClearFocusAreaHistoryWhenRotating_notClear() 788 mFocusArea1.getHelper().setRotaryCache(cache1); in testClearFocusAreaHistoryWhenRotating_notClear()
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 4118 Ljava/nio/charset/Charset;->cache1:Ljava/util/Map$Entry;
|