Home
last modified time | relevance | path

Searched defs:computationStarted (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java2138 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local
2195 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local
H A DCacheBuilderTest.java425 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java2138 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local
2195 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local
H A DCacheBuilderTest.java434 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h232 bool computationStarted() const { in computationStarted() function