HomeSort by relevance Sort by last modified time
    Searched refs:shouldWait (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 394 final AtomicBoolean shouldWait = new AtomicBoolean(false);
398 if (shouldWait.get()) {
413 shouldWait.set(true);
621 private final AtomicBoolean shouldWait;
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {
625 this.shouldWait = shouldWait;
630 if (shouldWait.get()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 290 final AtomicBoolean shouldWait = new AtomicBoolean(true);
294 if (shouldWait.get()) {
310 shouldWait.set(false);
  /external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c 28 gboolean shouldWait;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 650 bool shouldWait = (strategy == STRATEGY_SONIFICATION) ||
667 if (shouldWait && (desc->refCount() != 0) && (waitMs < desc->latency())) {
    [all...]

Completed in 76 milliseconds