OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:awaitStopped
(Results
1 - 8
of
8
) sorted by null
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java
105
awaitStopped
(100, TimeUnit.MILLISECONDS);
113
awaitStopped
(100, TimeUnit.MILLISECONDS);
122
awaitStopped
(200, TimeUnit.MILLISECONDS); // we
139
awaitStopped
(100, TimeUnit.MILLISECONDS);
157
awaitStopped
(100, TimeUnit.MILLISECONDS);
181
private void
awaitStopped
(long time, TimeUnit unit) throws InterruptedException {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceManagerTest.java
166
manager.stopAsync().
awaitStopped
();
194
manager.stopAsync().
awaitStopped
();
215
manager.stopAsync().
awaitStopped
();
233
manager.stopAsync().
awaitStopped
();
263
manager.
awaitStopped
(1, TimeUnit.MILLISECONDS);
267
manager.
awaitStopped
(100, TimeUnit.MILLISECONDS); // no exception thrown
307
* then
awaitStopped
would deadlock due to an IllegalStateException that was thrown when trying to
319
manager.
awaitStopped
(10, TimeUnit.MILLISECONDS);
351
manager.stopAsync().
awaitStopped
();
414
manager.stopAsync().
awaitStopped
();
[
all
...]
/external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java
109
* manager.stopAsync().
awaitStopped
(5, TimeUnit.SECONDS);
337
public void
awaitStopped
() {
338
state.
awaitStopped
();
350
public void
awaitStopped
(long timeout, TimeUnit unit) throws TimeoutException {
351
state.
awaitStopped
(timeout, unit);
555
void
awaitStopped
() {
560
void
awaitStopped
(long timeout, TimeUnit unit) throws TimeoutException {
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
BatteryConstraintTest.java
227
kTestEnvironment.
awaitStopped
());
270
kTestEnvironment.
awaitStopped
());
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
CaliperMain.java
127
serviceManager.stopAsync().
awaitStopped
(10, TimeUnit.SECONDS);
/cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java
385
public boolean
awaitStopped
() throws InterruptedException {
/prebuilts/tools/common/m2/repository/com/google/guava/guava-jdk5/17.0/
guava-jdk5-17.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 315 milliseconds