Searched refs:shouldWait (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java394 final AtomicBoolean shouldWait = new AtomicBoolean(false);
398 if (shouldWait.get()) {
413 shouldWait.set(true);
621 private final AtomicBoolean shouldWait; field in class:CacheBuilderTest.DelayingIdentityLoader
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { argument
625 this.shouldWait = shouldWait;
630 if (shouldWait.get()) {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java290 final AtomicBoolean shouldWait = new AtomicBoolean(true);
294 if (shouldWait.get()) {
310 shouldWait.set(false);
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebdatasource.c28 gboolean shouldWait; variable

Completed in 87 milliseconds