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

1 2 3 4

  /external/libmojo/mojo/edk/system/
handle_signals_state.h 22 HandleSignalsState(MojoHandleSignals satisfied,
24 satisfied_signals = satisfied;
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 210 // try { /* monitor locked and guard satisfied here */ }
251 * waiter with a satisfied guard (if one exists) whenever any thread occupying the monitor
257 * without the guard being satisfied (due to timeout, but not interrupt) can then immediately
260 * have been satisfied at the time of signal, and has since been modified by some other thread
261 * to be non-satisfied before reacquiring the lock, and that other thread takes over the
272 * Monitor guards, we only signal the first active guard that is satisfied. But the
417 * Enters this monitor when the guard is satisfied. Blocks indefinitely, but may be interrupted.
427 boolean satisfied = false;
432 satisfied = true;
434 if (!satisfied) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 36 private volatile boolean satisfied; field in class:MonitorTestCase.TestGuard
38 public TestGuard(boolean satisfied) {
40 this.satisfied = satisfied;
44 return this.satisfied;
47 public void setSatisfied(boolean satisfied) {
48 this.satisfied = satisfied;
240 // TODO: Test multiple waiters: If guard is still satisfied, signal next waiter.
241 // TODO: Test multiple waiters: If guard is no longer satisfied, do not signal next waiter
    [all...]
  /external/libmojo/mojo/public/js/
support.js 16 * satisfied.
37 /* Begins watching a handle for |signals| to be satisfied or unsatisfiable.
42 * the watched signals become satisfied or unsatisfiable.
core.js 125 * satisfied or until |deadline| is passed. See MojoWait for more information.
  /prebuilts/go/darwin-x86/src/os/
error.go 48 // that a file or directory already exists. It is satisfied by ErrExist as
55 // report that a file or directory does not exist. It is satisfied by
62 // report that permission is denied. It is satisfied by ErrPermission as well
  /prebuilts/go/linux-x86/src/os/
error.go 48 // that a file or directory already exists. It is satisfied by ErrExist as
55 // report that a file or directory does not exist. It is satisfied by
62 // report that permission is denied. It is satisfied by ErrPermission as well
  /external/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/regex-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/autotest/site_utils/deployment/
commandline.py 254 Check that all command-line argument constraints are satisfied.
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 94 // During a particular build, the following words are satisfied:
build.go 40 // that should be considered satisfied when processing +build lines.
45 // consider the values of GOARCH and GOOS as satisfied tags.
333 // If AllowBinary is set, Import can be satisfied by a compiled
481 // - files with build constraints not satisfied by the context
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe.go 182 // That is, each Write to the PipeWriter blocks until it has satisfied
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 74 // satisfied at the position between the runes r1 and r2.
  /prebuilts/go/linux-x86/src/go/build/
doc.go 94 // During a particular build, the following words are satisfied:
build.go 40 // that should be considered satisfied when processing +build lines.
45 // consider the values of GOARCH and GOOS as satisfied tags.
333 // If AllowBinary is set, Import can be satisfied by a compiled
481 // - files with build constraints not satisfied by the context
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe.go 182 // That is, each Write to the PipeWriter blocks until it has satisfied
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 74 // satisfied at the position between the runes r1 and r2.
  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 259 // satisfied by other libraries at dynamic load time.
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 259 // satisfied by other libraries at dynamic load time.
  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 498 // satisfied by other libraries at dynamic load time.
  /prebuilts/go/darwin-x86/src/regexp/
exec.go 253 // empty-width conditions satisfied by cond. pos gives the current position
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 498 // satisfied by other libraries at dynamic load time.
  /prebuilts/go/linux-x86/src/regexp/
exec.go 253 // empty-width conditions satisfied by cond. pos gives the current position
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 388 // The satisfied tags are derived from context but only those that

Completed in 563 milliseconds

1 2 3 4