Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java419 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/
Dv8-deltablue.js209 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/
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/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-deltablue.js209 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/
Dv8-deltablue.js209 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/
DBugReporterVisitor.h102 bool satisfied; variable
117 : R(r), V(v), satisfied(false), StoreSite(0) { in FindLastStoreBRVisitor()
/external/chromium/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/chromium/chrome/browser/resources/
Dsoftware_rendering_list.json36 // condition is not satisfied, the entry will be ignored. If it is not
/external/regex-re2/re2/
Donepass.cc183 uint32 satisfied = Prog::EmptyFlags(context, p); in Satisfy() local
184 if (cond & kEmptyAllFlags & ~satisfied) in Satisfy()
/external/llvm/lib/Support/
DREADME.txt.system35 must be satisfied. Here's a high level summary of the library's design criteria:
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp118 if (satisfied) in VisitNode()
143 satisfied = true; in VisitNode()
153 satisfied = true; in VisitNode()
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
DREADME.amiga44 When you are satisfied with the results, say "make install". This will
/external/grub/
DMAINTENANCE54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
/external/chromium/net/data/filter_unittests/
Dgoogle.txt11 …he world's best known brands almost entirely through word of mouth from satisfied users. As a busi…
/external/clang/lib/StaticAnalyzer/
DREADME.txt64 satisfied. The checker can do nothing, or it can generate a new
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump202 // * Condition start < end must be satisfied in order for resulting sequences
/external/gtest/include/gtest/
Dgtest-param-test.h.pump237 // * Condition start < end must be satisfied in order for resulting sequences
/external/chromium/testing/gtest/include/gtest/
Dgtest-param-test.h.pump237 // * Condition start < end must be satisfied in order for resulting sequences
/external/grub/docs/
Dinternals.texi9 satisfied with this documentation. Please assume that this gives just
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg933 /** 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/
DJavaScript.stg876 /** A simple edge with an expression. If the expression is satisfied,
/external/openssh/
Dsshd_config.0384 Match line are satisfied, the keywords on the following lines
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg905 /** 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/
DActionScript.stg865 /** 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/
DRuby.stg819 * satisfied, enter to the target state. To handle gated

12