/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 427 boolean satisfied = false; in enterWhen() 432 satisfied = true; in enterWhen() 434 if (!satisfied) { in enterWhen() 451 boolean satisfied = false; in enterWhenUninterruptibly() 456 satisfied = true; in enterWhenUninterruptibly() 458 if (!satisfied) { in enterWhenUninterruptibly() 486 boolean satisfied = false; in enterWhen() 489 satisfied = guard.isSatisfied() || awaitNanos(guard, timeoutNanos, reentrant); in enterWhen() 491 return satisfied; in enterWhen() 493 if (!satisfied) { in enterWhen() [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 36 private volatile boolean satisfied; field in MonitorTestCase.TestGuard 38 public TestGuard(boolean satisfied) { in TestGuard() argument 40 this.satisfied = satisfied; in TestGuard() 44 return this.satisfied; in isSatisfied() 47 public void setSatisfied(boolean satisfied) { in setSatisfied() argument 48 this.satisfied = satisfied; in setSatisfied()
|
/external/libmojo/mojo/edk/system/ |
D | handle_signals_state.h | 22 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState() 24 satisfied_signals = satisfied; in HandleSignalsState()
|
/external/v8/benchmarks/ |
D | deltablue.js | 215 this.satisfied = false; 226 this.satisfied = false; 234 this.satisfied = (this.myOutput.mark != mark) 242 return this.satisfied; 271 this.satisfied = false; 280 this.satisfied = false;
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 122 Expected: all pre-requisites are satisfied 123 Actual: the following immediate pre-requisites are not satisfied: 143 Expected: all pre-requisites are satisfied 144 Actual: the following immediate pre-requisites are not satisfied:
|
/external/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 122 Expected: all pre-requisites are satisfied 123 Actual: the following immediate pre-requisites are not satisfied: 143 Expected: all pre-requisites are satisfied 144 Actual: the following immediate pre-requisites are not satisfied:
|
/external/v8/testing/gmock/test/ |
D | gmock_output_test_golden.txt | 122 Expected: all pre-requisites are satisfied 123 Actual: the following immediate pre-requisites are not satisfied: 143 Expected: all pre-requisites are satisfied 144 Actual: the following immediate pre-requisites are not satisfied:
|
/external/llvm/cmake/modules/ |
D | FindOCaml.cmake | 87 # If it's optional and the constraint is not satisfied, pretend
|
/external/llvm/test/CodeGen/PowerPC/ |
D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|
/external/regex-re2/re2/ |
D | onepass.cc | 183 uint32 satisfied = Prog::EmptyFlags(context, p); in Satisfy() local 184 if (cond & kEmptyAllFlags & ~satisfied) in Satisfy()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | README.txt.system | 35 must be satisfied. Here's a high level summary of the library's design criteria:
|
/external/autotest/test_suites/ |
D | control.faft_bios_ec3po | 16 interpreter inside of servod. This suite should be removed when satisfied with
|
D | control.faft_ec3po | 16 interpreter inside of servod. This suite should be removed when satisfied with
|
/external/llvm/lib/Support/ |
D | README.txt.system | 35 must be satisfied. Here's a high level summary of the library's design criteria:
|
/external/glide/third_party/disklrucache/ |
D | README.md | 16 entries in the background until the limit is satisfied. The limit is not
|
/external/llvm/test/CodeGen/ARM/ |
D | domain-conv-vmovs.ll | 109 ; When all of those are satisfied, LLVM should *not* mark s1 as an implicit-use
|
D | longMAC.ll | 52 ; + Without "$Rd = $R", this can be satisfied without a mov before the umlal
|
/external/clang/docs/ |
D | DataFlowSanitizer.rst | 61 satisfied for functions which do not write to user-accessible memory). Its
|
/external/curl/docs/ |
D | CODE_STYLE.md | 9 tastes satisfied.
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 64 satisfied. The checker can do nothing, or it can generate a new
|
/external/curl/m4/ |
D | curl-confopts.m4 | 127 dnl be done when some requisites are simultaneously satisfied. 129 dnl fully satisfied the option will be ignored and act as if
|
/external/libmicrohttpd/doc/chapters/ |
D | processingpost.inc | 200 satisfied by sending the question form.
|
/external/selinux/secilc/docs/ |
D | cil_container_statements.md | 194 …d#optional) namespace. All CIL statements in the optional block must be satisfied before instantia…
|
/external/llvm/docs/ |
D | TestingGuide.rst | 402 ``REQUIRES`` means all listed requirements must be satisfied. 403 ``REQUIRES-ANY`` means at least one must be satisfied.
|
/external/googletest/googlemock/docs/v1_5/ |
D | FrequentlyAskedQuestions.md | 308 ## I can't figure out why Google Mock thinks my expectations are not satisfied. What should I do? … 322 …t where Google Mock tells me TWICE that a particular expectation is not satisfied. Isn't this red…
|