HomeSort by relevance Sort by last modified time
    Searched refs:satisfied (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/mojo/system/
handle_signals_state.h 23 HandleSignalsState(MojoHandleSignals satisfied,
25 satisfied_signals = satisfied;
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 355 * 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/chromium_org/mojo/public/js/bindings/
support.js 14 * satisfied.
core.js 124 * satisfied or until |deadline| is passed. See MojoWait for more information.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 173 * Assume: I am not already satisfied.
218 this.satisfied = false;
229 this.satisfied = false;
233 * Decides if this constraint can be satisfied and records that
237 this.satisfied = (this.myOutput.mark != mark)
242 * Returns true if this constraint is satisfied in the current solution.
245 return this.satisfied;
262 * this constraint is satisfied.
274 this.satisfied = false;
283 this.satisfied = false
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 164 * 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 = false
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 164 * 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 = false
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 164 * 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 = false
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 170 * 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 = false
    [all...]
  /external/chromium_org/third_party/re2/re2/
onepass.cc 183 uint32 satisfied = Prog::EmptyFlags(context, p); local
184 if (cond & kEmptyAllFlags & ~satisfied)
295 // Finally, the match conditions must be satisfied.
  /external/chromium_org/chrome/renderer/resources/extensions/
file_entry_binding_util.js 69 // event of an error, this condition will never be satisfied so
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 176 // This very basic video verification algorithm will be satisfied if any
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 8 * success condition is satisfied, and yielding each succeeding gnubby.
singlesigner.js 8 * is satisfied, and finally yielding the gnubby upon success.
  /external/chromium_org/remoting/webapp/
oauth2.js 141 // is part of the contract satisfied by callWithToken().
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 1027 milliseconds