HomeSort by relevance Sort by last modified time
    Searched full:satisfied (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /libcore/luni/src/main/java/java/io/
DataInput.java 54 * request can be satisfied.
66 * request can be satisfied.
78 * request can be satisfied.
90 * request can be satisfied.
102 * request can be satisfied.
147 * request can be satisfied.
163 * request can be satisfied.
174 * request can be satisfied.
186 * request can be satisfied.
198 * request can be satisfied
    [all...]
  /external/v8/benchmarks/
deltablue.js 170 * Assume: I am not already satisfied.
215 this.satisfied = false;
226 this.satisfied = false;
230 * Decides if this constraint can be satisfied and records that
234 this.satisfied = (this.myOutput.mark != mark)
239 * Returns true if this constraint is satisfied in the current solution.
242 return this.satisfied;
259 * this constraint is satisfied.
271 this.satisfied = false;
280 this.satisfied = false
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied = false
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied = false
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied = false
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventSource.java 36 * check whether precondition is satisfied
  /libcore/luni/src/main/java/java/lang/
InterruptedException.java 22 * for has been satisfied.
OutOfMemoryError.java 21 * Thrown when a request for memory is made that can not be satisfied using the
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 113 // satisfied.
134 // If *it is satisfied and has a call count of 0, some of its
135 // pre-requisites may not be satisfied yet.
141 // in whether its pre-requisites are satisfied. Therefore we
160 // Describes the state of the expectation (e.g. is it satisfied?
164 IsSatisfied() ? "satisfied" : "unsatisfied")
454 // satisfied. Reports one or more Google Test non-fatal failures
638 // the expectations aren't satisfied, generates one or more Google
657 // the expectations aren't satisfied, generates one or more Google
  /external/gtest/test/
gtest_nc_test.py 97 # TODO(wan@google.com): verify that the test specs are satisfied.
  /external/llvm/lib/Support/
README.txt.system 35 must be satisfied. Here's a high level summary of the library's design criteria:
  /external/webkit/Source/WebKit/chromium/public/linux/
WebSandboxSupport.h 54 // request cannot be satisfied.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 127 * @return <code>true</code> if the condition was satisfied,
130 * that the condition was satisfied. Since the condition is
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 80 bool satisfied; member in class:__anon4436::FindLastStoreBRVisitor
84 : R(r), V(v), satisfied(false), StoreSite(0) {}
97 if (satisfied)
119 satisfied = true;
129 satisfied = true;
  /external/chromium/net/data/filter_unittests/
google.txt 11 Google's utility and ease of use have made it one of the world's best known brands almost entirely through word of mouth from satisfied users. As a business, Google generates revenue by providing advertisers with the opportunity to deliver measurable, cost-effective online advertising that is relevant to the information displayed on any given page. This makes the advertising useful to you as well as to the advertiser placing it. We believe you should know when someone has paid to put a message in front of you, so we always distinguish ads from the search results or other content on a page. We don't sell placement in the search results themselves, or allow people to pay for a higher ranking there.
  /external/chromium/testing/gmock/test/
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/grub/
MAINTENANCE 54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
  /external/libvpx/examples/includes/geshi/geshi/
div.php 19 * - I'm pretty satisfied with this, so nothing for now... :P
  /external/protobuf/gtest/test/
gtest_nc_test.py 102 # TODO(wan@google.com): verify that the test specs are satisfied.
  /external/v8/src/
bignum-dtoa.h 55 // identity requirement is still satisfied. If the digits are printed
  /external/webkit/Source/WebKit/chromium/public/gtk/
WebFontInfo.h 52 // satisfied.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
README.amiga 44 When you are satisfied with the results, say "make install". This will
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 68 // not be satisfied.
78 // If the request can't be satisfied, pass NULL for |bytes| to indicate
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 128 // satisfied. Reports one or more Google Test non-fatal failures
375 // If the expectations aren't satisfied, generates one or more
424 // satisfied. Reports one or more Google Test non-fatal failures
461 // the former has been satisfied.
547 // after the first two have both been satisfied.
772 // Returns true iff this expectation is satisfied.
793 // Returns true iff all pre-requisites of this expectation are satisfied.
840 // satisfied before this expectation can be matched) of this
    [all...]
  /bionic/libm/man/
atan2.3 131 These equations are satisfied when (x=0,y=0)

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 910