Searched defs:isSatisfied (Results 1 - 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DStoppingCondition.java34 boolean isSatisfied(Population population); method in interface:StoppingCondition
H A DFixedGenerationCount.java21 * {@link #isSatisfied(Population)} is invoked, a generation counter is
23 * <code>maxGenerations</code> value, {@link #isSatisfied(Population)} returns
55 public boolean isSatisfied(Population population) { method in class:FixedGenerationCount
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java165 * public boolean isSatisfied() {
170 * public boolean isSatisfied() {
313 public abstract boolean isSatisfied(); method in class:Monitor.Guard
429 if (!guard.isSatisfied()) {
453 if (!guard.isSatisfied()) {
489 satisfied = guard.isSatisfied() || awaitNanos(guard, timeoutNanos, reentrant);
541 return satisfied = guard.isSatisfied()
576 return satisfied = guard.isSatisfied();
599 return satisfied = guard.isSatisfied();
623 return satisfied = guard.isSatisfied();
922 private boolean isSatisfied(Guard guard) { method in class:Monitor
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMonitorTestCase.java43 @Override public boolean isSatisfied() { method in class:MonitorTestCase.TestGuard
/external/v8/benchmarks/
H A Ddeltablue.js174 if (!this.isSatisfied()) {
191 if (this.isSatisfied()) planner.incrementalRemove(this);
241 UnaryConstraint.prototype.isSatisfied = function () {
390 BinaryConstraint.prototype.isSatisfied = function () {
671 if (c.isInput() && c.isSatisfied())
723 if (!c.isSatisfied())
729 if (next != determining && next.isSatisfied()) {
743 if (c != determining && c.isSatisfied())
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 455 milliseconds