/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 441 boolean satisfied = false; in enterWhen() 446 satisfied = true; in enterWhen() 448 if (!satisfied) { in enterWhen() 489 boolean satisfied = false; in enterWhen() 492 satisfied = in enterWhen() 499 return satisfied; in enterWhen() 501 if (!satisfied) { in enterWhen() 523 boolean satisfied = false; in enterWhenUninterruptibly() 528 satisfied = true; in enterWhenUninterruptibly() 530 if (!satisfied) { in enterWhenUninterruptibly() [all …]
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 482 boolean satisfied = false; 487 satisfied = true; 489 if (!satisfied) { 543 boolean satisfied = false; 546 satisfied = 553 return satisfied; 555 if (!satisfied) { 577 boolean satisfied = false; 582 satisfied = true; 584 if (!satisfied) { [all …]
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 33 private volatile boolean satisfied; field in MonitorTestCase.TestGuard 35 public TestGuard(boolean satisfied) { in TestGuard() argument 37 this.satisfied = satisfied; in TestGuard() 42 return this.satisfied; in isSatisfied() 45 public void setSatisfied(boolean satisfied) { in setSatisfied() argument 46 this.satisfied = satisfied; in setSatisfied()
|
D | GeneratedMonitorTest.java | 412 private boolean satisfied; field in GeneratedMonitorTest.FlagGuard 420 return satisfied; in isSatisfied() 423 public void setSatisfied(boolean satisfied) { in setSatisfied() argument 424 this.satisfied = satisfied; in setSatisfied()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 33 private volatile boolean satisfied; field in MonitorTestCase.TestGuard 35 public TestGuard(boolean satisfied) { in TestGuard() argument 37 this.satisfied = satisfied; in TestGuard() 42 return this.satisfied; in isSatisfied() 45 public void setSatisfied(boolean satisfied) { in setSatisfied() argument 46 this.satisfied = satisfied; in setSatisfied()
|
D | GeneratedMonitorTest.java | 437 private boolean satisfied; field in GeneratedMonitorTest.FlagGuard 445 return satisfied; in isSatisfied() 448 public void setSatisfied(boolean satisfied) { in setSatisfied() argument 449 this.satisfied = satisfied; in setSatisfied()
|
/external/rust/crates/thiserror/tests/ui/ |
D | no-display.stderr | 1 … the method `as_display` exists for reference `&NoDisplay`, but its trait bounds were not satisfied 10 = note: the following trait bounds were not satisfied:
|
D | source-struct-not-error.stderr | 1 …9]: the method `as_dyn_error` exists for struct `NotError`, but its trait bounds were not satisfied 14 = note: the following trait bounds were not satisfied:
|
D | source-enum-not-error.stderr | 1 …the method `as_dyn_error` exists for reference `&NotError`, but its trait bounds were not satisfied 13 = note: the following trait bounds were not satisfied:
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | Legalizer.rst | 157 predicate is satisfied. 160 if the predicate is satisfied and indicates that narrowing the scalars in one 165 if the predicate is satisfied and indicates that widening the scalars in one 170 illegal if the predicate is satisfied and indicates reducing the number of 175 if the predicate is satisfied and indicates increasing the number of vector 180 illegal if the predicate is satisfied and indicates that replacing 187 predicate is satisfied and indicates that replacing it with a libcall would 192 predicate is satisfied and indicates that the backend developer will supply 196 if the predicate is satisfied and indicates that there is no way to make it 207 * ``legal()``, ``lower()``, etc. are always satisfied. [all …]
|
/external/libchrome/mojo/public/cpp/system/ |
D | handle_signals_state.h | 21 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState() 23 satisfied_signals = satisfied; in HandleSignalsState()
|
/external/libchrome/mojo/core/ |
D | handle_signals_state.h | 25 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState() 27 satisfied_signals = satisfied; in HandleSignalsState()
|
/external/rust/crates/anyhow/tests/ui/ |
D | no-impl.stderr | 1 …9]: the method `anyhow_kind` exists for reference `&Error`, but its trait bounds were not satisfied 14 = note: the following trait bounds were not satisfied:
|
/external/rust/cxx/tests/ui/ |
D | derive_nonclone.stderr | 1 error[E0277]: the trait bound `ffi::Other: Clone` is not satisfied
|
/external/rust/crates/structopt/tests/ui/ |
D | skip_without_default.stderr | 1 error[E0277]: the trait bound `Kind: Default` is not satisfied
|
/external/rust/crates/pin-project/tests/ui/pinned_drop/ |
D | forget-pinned-drop-impl.stderr | 1 error[E0277]: the trait bound `Struct: PinnedDrop` is not satisfied
|
/external/curl/docs/ |
D | DEPRECATE.md | 5 this is a problem for you and how your use case can't be satisfied properly
|
/external/rust/crates/proc-macro-error/tests/ui/ |
D | misuse.stderr | 10 …an_OR_IMPLEMENT_ToTokens_OR_BE_SpanRange` exists but the following trait bounds were not satisfied:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32-frame-pointers.ll | 4 ; here: it wants multiple <fi#N> using instructions that can be satisfied by a
|
/external/llvm-project/lld/test/ELF/ |
D | verneed-shared.s | 17 ## %t1.so are called 'f@v1' and 'g@v2', which can be satisfied by the executable.
|
/external/oss-fuzz/docs/getting-started/ |
D | integration_rewards.md | 26 criteria, depending on how well the criteria is satisfied.
|
/external/llvm-project/llvm/cmake/modules/ |
D | FindOCaml.cmake | 87 # If it's optional and the constraint is not satisfied, pretend
|
/external/llvm/cmake/modules/ |
D | FindOCaml.cmake | 87 # If it's optional and the constraint is not satisfied, pretend
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|
/external/llvm/test/CodeGen/PowerPC/ |
D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|