OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldWait
(Results
1 - 3
of
3
) 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);
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 376 milliseconds