Home
last modified time | relevance | path

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

1234

/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java427 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/
DMonitorTestCase.java36 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/
Dhandle_signals_state.h22 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
24 satisfied_signals = satisfied; in HandleSignalsState()
/external/v8/benchmarks/
Ddeltablue.js215 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/
Dgmock_output_test_golden.txt122 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/
Dgmock_output_test_golden.txt122 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/
Dgmock_output_test_golden.txt122 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/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/external/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/external/regex-re2/re2/
Donepass.cc183 uint32 satisfied = Prog::EmptyFlags(context, p); in Satisfy() local
184 if (cond & kEmptyAllFlags & ~satisfied) in Satisfy()
/external/swiftshader/third_party/LLVM/lib/Support/
DREADME.txt.system35 must be satisfied. Here's a high level summary of the library's design criteria:
/external/autotest/test_suites/
Dcontrol.faft_bios_ec3po16 interpreter inside of servod. This suite should be removed when satisfied with
Dcontrol.faft_ec3po16 interpreter inside of servod. This suite should be removed when satisfied with
/external/llvm/lib/Support/
DREADME.txt.system35 must be satisfied. Here's a high level summary of the library's design criteria:
/external/glide/third_party/disklrucache/
DREADME.md16 entries in the background until the limit is satisfied. The limit is not
/external/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll109 ; When all of those are satisfied, LLVM should *not* mark s1 as an implicit-use
DlongMAC.ll52 ; + Without "$Rd = $R", this can be satisfied without a mov before the umlal
/external/clang/docs/
DDataFlowSanitizer.rst61 satisfied for functions which do not write to user-accessible memory). Its
/external/curl/docs/
DCODE_STYLE.md9 tastes satisfied.
/external/clang/lib/StaticAnalyzer/
DREADME.txt64 satisfied. The checker can do nothing, or it can generate a new
/external/curl/m4/
Dcurl-confopts.m4127 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/
Dprocessingpost.inc200 satisfied by sending the question form.
/external/selinux/secilc/docs/
Dcil_container_statements.md194 …d#optional) namespace. All CIL statements in the optional block must be satisfied before instantia…
/external/llvm/docs/
DTestingGuide.rst402 ``REQUIRES`` means all listed requirements must be satisfied.
403 ``REQUIRES-ANY`` means at least one must be satisfied.
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md308 ## 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…

1234