Home
last modified time | relevance | path

Searched defs:shouldWait (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java394 final AtomicBoolean shouldWait = new AtomicBoolean(false); in testRemovalNotification_clear() local
621 private final AtomicBoolean shouldWait; field in CacheBuilderTest.DelayingIdentityLoader
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader()
/external/webkit/Source/WebKit/gtk/tests/
Dtestwebdatasource.c28 gboolean shouldWait; variable
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java290 final AtomicBoolean shouldWait = new AtomicBoolean(true); in testCustomSchedule_startStop() local