Home
last modified time | relevance | path

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

12345

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/external/swiftshader/third_party/llvm-7.0/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/llvm/cmake/modules/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DREADME.txt.system35 must be satisfied. Here's a high level summary of the library's design criteria:
/external/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_ec3po16 interpreter inside of servod. This suite should be removed when satisfied with
Dcontrol.faft_bios_ec3po16 interpreter inside of servod. This suite should be removed when satisfied with
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalDifferenceCalculator.java220 boolean satisfied = change.evaluate(csmConditional, node); in calculatedSyntaxModelForNode()
221 if (satisfied) { in calculatedSyntaxModelForNode()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dconsecutive-ptr-cg-bug.ll17 ; condition was not satisfied because of the aforementioned SCEV limitation.
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll109 ; When all of those are satisfied, LLVM should *not* mark s1 as an implicit-use
/external/curl/docs/
DDEPRECATE.md5 this is a problem for you and how your use case can't be satisfied properly
/external/tensorflow/tensorflow/core/lib/core/
Derror_codes.proto16 // need that can't be satisfied in another way. Such changes
/external/grpc-grpc/doc/
Dcommand_line_tool.md55 Once the prerequisites are satisfied, you can build the command line tool with

12345