/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 419 boolean satisfied = false; in enterWhen() 421 satisfied = waitInterruptibly(guard, remainingNanos, reentrant); in enterWhen() 423 if (!satisfied) { in enterWhen() 427 return satisfied; in enterWhen() 465 boolean satisfied = false; in enterWhenUninterruptibly() 467 satisfied = waitUninterruptibly(guard, remainingNanos, reentrant); in enterWhenUninterruptibly() 469 if (!satisfied) { in enterWhenUninterruptibly() 473 return satisfied; in enterWhenUninterruptibly() 493 boolean satisfied = false; in enterIf() 495 satisfied = guard.isSatisfied(); in enterIf() [all …]
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-deltablue.js | 209 this.satisfied = false; 220 this.satisfied = false; 228 this.satisfied = (this.myOutput.mark != mark) 236 return this.satisfied; 265 this.satisfied = false; 274 this.satisfied = false;
|
/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/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-deltablue.js | 209 this.satisfied = false; 220 this.satisfied = false; 228 this.satisfied = (this.myOutput.mark != mark) 236 return this.satisfied; 265 this.satisfied = false; 274 this.satisfied = false;
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-deltablue.js | 209 this.satisfied = false; 220 this.satisfied = false; 228 this.satisfied = (this.myOutput.mark != mark) 236 return this.satisfied; 265 this.satisfied = false; 274 this.satisfied = false;
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 102 bool satisfied; variable 117 : R(r), V(v), satisfied(false), StoreSite(0) { in FindLastStoreBRVisitor()
|
/external/chromium/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/chromium/chrome/browser/resources/ |
D | software_rendering_list.json | 36 // condition is not satisfied, the entry will be ignored. If it is not
|
/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/llvm/lib/Support/ |
D | README.txt.system | 35 must be satisfied. Here's a high level summary of the library's design criteria:
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 118 if (satisfied) in VisitNode() 143 satisfied = true; in VisitNode() 153 satisfied = true; in VisitNode()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/ |
D | README.amiga | 44 When you are satisfied with the results, say "make install". This will
|
/external/grub/ |
D | MAINTENANCE | 54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
|
/external/chromium/net/data/filter_unittests/ |
D | google.txt | 11 …he world's best known brands almost entirely through word of mouth from satisfied users. As a busi…
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 64 satisfied. The checker can do nothing, or it can generate a new
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 202 // * Condition start < end must be satisfied in order for resulting sequences
|
/external/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 237 // * Condition start < end must be satisfied in order for resulting sequences
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 237 // * Condition start < end must be satisfied in order for resulting sequences
|
/external/grub/docs/ |
D | internals.texi | 9 satisfied with this documentation. Please assume that this gives just
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 933 /** A simple edge with an expression. If the expression is satisfied,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 876 /** A simple edge with an expression. If the expression is satisfied,
|
/external/openssh/ |
D | sshd_config.0 | 384 Match line are satisfied, the keywords on the following lines
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 905 /** A simple edge with an expression. If the expression is satisfied,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 865 /** A simple edge with an expression. If the expression is satisfied,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 819 * satisfied, enter to the target state. To handle gated
|