Searched refs:satisfied (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java355 * Enters this monitor when the guard is satisfied. Blocks indefinitely, but may be interrupted.
376 * Enters this monitor when the guard is satisfied. Blocks indefinitely.
397 * Enters this monitor when the guard is satisfied. Blocks at most the given time, including both
398 * the time to acquire the lock and the time to wait for the guard to be satisfied, and may be
419 boolean satisfied = false;
421 satisfied = waitInterruptibly(guard, remainingNanos, reentrant);
423 if (!satisfied) {
427 return satisfied;
431 * Enters this monitor when the guard is satisfied. Blocks at most the given time, including
432 * both the time to acquire the lock and the time to wait for the guard to be satisfied
[all...]
/external/v8/benchmarks/
H A Ddeltablue.js170 * Assume: I am not already satisfied.
215 this.satisfied = false;
226 this.satisfied = false;
230 * Decides if this constraint can be satisfied and records that
234 this.satisfied = (this.myOutput.mark != mark)
239 * Returns true if this constraint is satisfied in the current solution.
242 return this.satisfied;
259 * this constraint is satisfied.
271 this.satisfied = false;
280 this.satisfied
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h102 bool satisfied; member in class:clang::ento::FindLastStoreBRVisitor
116 : R(r), V(v), satisfied(false) {
/external/regex-re2/re2/
H A Donepass.cc183 uint32 satisfied = Prog::EmptyFlags(context, p); local
184 if (cond & kEmptyAllFlags & ~satisfied)
295 // Finally, the match conditions must be satisfied.
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp263 if (satisfied)
301 satisfied = true;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1358 milliseconds