/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|
/external/swiftshader/third_party/llvm-7.0/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/llvm/cmake/modules/ |
D | FindOCaml.cmake | 87 # If it's optional and the constraint is not satisfied, pretend
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | README.txt.system | 35 must be satisfied. Here's a high level summary of the library's design criteria:
|
/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/autotest/test_suites/ |
D | control.faft_ec3po | 16 interpreter inside of servod. This suite should be removed when satisfied with
|
D | control.faft_bios_ec3po | 16 interpreter inside of servod. This suite should be removed when satisfied with
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalDifferenceCalculator.java | 220 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/ |
D | consecutive-ptr-cg-bug.ll | 17 ; condition was not satisfied because of the aforementioned SCEV limitation.
|
/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/swiftshader/third_party/llvm-7.0/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
|
/external/curl/docs/ |
D | DEPRECATE.md | 5 this is a problem for you and how your use case can't be satisfied properly
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | error_codes.proto | 16 // need that can't be satisfied in another way. Such changes
|
/external/grpc-grpc/doc/ |
D | command_line_tool.md | 55 Once the prerequisites are satisfied, you can build the command line tool with
|