Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 26) sorted by relevance

12

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DCacheTest.kt26 Cache.clear() in setup()
31 val element1 = Cache.get(Dummy(0)) in testGet()
32 val element2 = Cache.get(Dummy(0)) in testGet()
33 val element3 = Cache.get(Dummy(1)) in testGet()
41 Cache.get(Dummy(0)) in testClear()
43 Cache.clear() in testClear()
49 Cache.get(Dummy(0)) in testBackup()
50 Cache.get(Dummy(1)) in testBackup()
51 val copy = Cache.backup() in testBackup()
52 Cache.get(Dummy(2)) in testBackup()
[all …]
/platform_testing/libraries/flicker/utils/test/src/android/tools/rules/
DCacheCleanupRule.kt19 import android.tools.Cache
28 cacheBackup = Cache.backup() in starting()
29 Cache.clear() in starting()
35 Cache.restore(cacheBackup) in finished()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowStateSubjectTest.kt19 import android.tools.Cache
31 Cache.clear() in before()
DWindowManagerTraceSubjectTest.kt19 import android.tools.Cache in <lambda>()
48 Cache.clear() in <lambda>()
DWindowManagerStateSubjectTest.kt20 import android.tools.Cache
63 Cache.clear() in before()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/wm/
DWindowManagerDumpParserTest.kt19 import android.tools.Cache
34 Cache.clear() in before()
DWindowManagerTraceParserTest.kt19 import android.tools.Cache
35 Cache.clear() in before()
DLegacyWmLegacyTransitionTraceParserTest.kt20 import android.tools.Cache
40 Cache.clear() in before()
DLegacyShellLegacyTransitionTraceParserTest.kt20 import android.tools.Cache
41 Cache.clear() in before()
DLegacyTransitionTraceParserTest.kt19 import android.tools.Cache in <lambda>()
37 Cache.clear() in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/
DTransactionsTraceParserTest.kt19 import android.tools.Cache in <lambda>()
32 Cache.clear() in <lambda>()
DLayerTraceParserTest.kt19 import android.tools.Cache in <lambda>()
32 Cache.clear() in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/
DCrossPlatform.kt23 fun setCache(cache: ICache) = apply { Cache = cache } in <lambda>()
DConsts.kt30 var Cache: ICache = CacheImpl() variable
DExtensions.kt22 Cache.get(newInstancePredicate()) in withCache()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerSubjectTest.kt19 import android.tools.Cache
37 Cache.clear() in before()
DLayerTraceEntrySubjectTest.kt21 import android.tools.Cache
49 Cache.clear() in before()
DLayersTraceSubjectTest.kt20 import android.tools.Cache in <lambda>()
52 Cache.clear() in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/parsers/
DAbstractParser.kt19 import android.tools.Cache
50 Cache.clear() in parse()
DAbstractTraceParser.kt19 import android.tools.Cache
117 Cache.clear() in parse()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceCachedTestCase.kt22 import android.tools.Cache
65 Cache.clear() in execute()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/
DLayerTest.kt21 import android.tools.Cache
35 Cache.clear() in before()
DLayersTraceTest.kt19 import android.tools.Cache
51 Cache.clear() in before()
DLayersTraceEntryTest.kt19 import android.tools.Cache
35 Cache.clear() in before()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/wm/
DWindowManagerTraceTest.kt19 import android.tools.Cache in <lambda>()
44 Cache.clear() in <lambda>()

12