Home
last modified time | relevance | path

Searched refs:satisfied (Results 1 – 25 of 144) sorted by relevance

123456

/external/guava/android/guava/src/com/google/common/util/concurrent/
DMonitor.java441 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/
DMonitor.java482 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/
DMonitorTestCase.java33 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()
DGeneratedMonitorTest.java412 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/
DMonitorTestCase.java33 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()
DGeneratedMonitorTest.java437 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/
Dno-display.stderr1 … the method `as_display` exists for reference `&NoDisplay`, but its trait bounds were not satisfied
10 = note: the following trait bounds were not satisfied:
Dsource-struct-not-error.stderr1 …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:
Dsource-enum-not-error.stderr1 …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/
DLegalizer.rst157 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/
Dhandle_signals_state.h21 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
23 satisfied_signals = satisfied; in HandleSignalsState()
/external/libchrome/mojo/core/
Dhandle_signals_state.h25 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
27 satisfied_signals = satisfied; in HandleSignalsState()
/external/rust/crates/anyhow/tests/ui/
Dno-impl.stderr1 …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/
Dderive_nonclone.stderr1 error[E0277]: the trait bound `ffi::Other: Clone` is not satisfied
/external/rust/crates/structopt/tests/ui/
Dskip_without_default.stderr1 error[E0277]: the trait bound `Kind: Default` is not satisfied
/external/rust/crates/pin-project/tests/ui/pinned_drop/
Dforget-pinned-drop-impl.stderr1 error[E0277]: the trait bound `Struct: PinnedDrop` is not satisfied
/external/curl/docs/
DDEPRECATE.md5 this is a problem for you and how your use case can't be satisfied properly
/external/rust/crates/proc-macro-error/tests/ui/
Dmisuse.stderr10 …an_OR_IMPLEMENT_ToTokens_OR_BE_SpanRange` exists but the following trait bounds were not satisfied:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64_32-frame-pointers.ll4 ; here: it wants multiple <fi#N> using instructions that can be satisfied by a
/external/llvm-project/lld/test/ELF/
Dverneed-shared.s17 ## %t1.so are called 'f@v1' and 'g@v2', which can be satisfied by the executable.
/external/oss-fuzz/docs/getting-started/
Dintegration_rewards.md26 criteria, depending on how well the criteria is satisfied.
/external/llvm-project/llvm/cmake/modules/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/external/llvm/cmake/modules/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/external/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied

123456