Searched refs:enterWhen (Results 1 – 9 of 9) sorted by relevance
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 89 private String enterWhen() { in enterWhen() method in MonitorTestCase 143 thread1.callAndAssertReturns(enterWhen(), guard); in testEnterWhen_initiallyTrue() 148 thread1.callAndAssertWaits(enterWhen(), guard); in testEnterWhen_initiallyFalse() 152 thread1.assertPriorCallReturns(enterWhen()); in testEnterWhen_initiallyFalse() 158 thread1.callAndAssertBlocks(enterWhen(), guard); in testEnterWhen_alreadyOccupied() 160 thread1.assertPriorCallReturns(enterWhen()); in testEnterWhen_alreadyOccupied()
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedArrayBlockingQueue.java | 270 monitor.enterWhen(notFull); in put() 292 if (monitor.enterWhen(notFull, timeout, unit)) { in offer() 321 monitor.enterWhen(notEmpty); in take() 332 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll()
|
D | MonitorBasedPriorityBlockingQueue.java | 250 monitor.enterWhen(notEmpty); in take() 261 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 419 public void enterWhen(Guard guard) throws InterruptedException { in enterWhen() method in Monitor 471 public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException { in enterWhen() method in Monitor
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |