Home
last modified time | relevance | path

Searched refs:computationStarted (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java428 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
434 computationStarted.countDown(); in testRemovalNotification_clear()
442 computationStarted.await(); in testRemovalNotification_clear()
DCacheLoadingTest.java2244 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local
2255 computationStarted.countDown(); in testInvalidateDuringLoading()
2280 computationStarted.await(); in testInvalidateDuringLoading()
2301 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local
2312 computationStarted.countDown(); in testInvalidateAndReloadDuringLoading()
2337 computationStarted.await(); in testInvalidateAndReloadDuringLoading()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java504 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
510 computationStarted.countDown(); in testRemovalNotification_clear()
518 computationStarted.await(); in testRemovalNotification_clear()
DCacheLoadingTest.java2244 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local
2255 computationStarted.countDown(); in testInvalidateDuringLoading()
2280 computationStarted.await(); in testInvalidateDuringLoading()
2301 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local
2312 computationStarted.countDown(); in testInvalidateAndReloadDuringLoading()
2337 computationStarted.await(); in testInvalidateAndReloadDuringLoading()