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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/100-local-mismatch/
info.txt 1 This is a smoke test that makes sure that dx complains when a local
2 variable table entry fundamentally disagrees with an instruction that
3 accesses that local.
  /dalvik/dx/tests/104-verify-return-ops/
info.txt 1 This tests that return opcodes verify that their arguments are actually of
2 the appropriate types and that the opcode matches the method signature.
  /dalvik/tests/056-const-string-jumbo/
info.txt 1 Test that the opcode const-string/jumbo works.
  /dalvik/tests/058-enum-order/
info.txt 1 Test that the ordering of enums is as expected.
  /dalvik/tests/059-finalizer-throw/
info.txt 1 Verify that exceptions thrown from finalizers are ignored.
  /external/webkit/LayoutTests/http/tests/appcache/
simple-expected.txt 1 This tests that the application cache works by first loading a file that does not exist in the cache (to verify that a cache has been associated) and then loads a file that is in the cache
whitelist-wildcard-expected.txt 1 Test that online whitelist wildcard flag is implemented.
manifest-with-empty-file-expected.txt 1 This tests that a manifest that contains an empty file will not crash the browser.
top-frame-2-expected.txt 1 Test that a subframe without manifest gets picked by a relevant application cache that contains its resource.
  /dalvik/dx/tests/105-verify-load-store-ops/
info.txt 1 This tests that load and store opcodes verify that their arguments are
  /dalvik/dx/tests/106-verify-object-ops/
info.txt 1 This tests that the various "objecty" opcodes verify that their
  /dalvik/dx/tests/107-verify-stack-ops/
info.txt 1 This tests that the various stack manipulation opcodes verify that their
  /frameworks/base/tools/localize/
Configuration.h 20 int Compare(const Configuration& that) const;
22 inline bool operator<(const Configuration& that) const { return Compare(that) < 0; }
23 inline bool operator<=(const Configuration& that) const { return Compare(that) <= 0; }
24 inline bool operator==(const Configuration& that) const { return Compare(that) == 0; }
25 inline bool operator!=(const Configuration& that) const { return Compare(that) != 0; }
26 inline bool operator>=(const Configuration& that) const { return Compare(that) >= 0;
    [all...]
  /dalvik/dx/tests/101-verify-wide-math/
info.txt 1 This tests that wide-taking (category-2) "calculation" opcodes (math
2 ops, comparisons, etc.) verify that their arguments are actually of
  /external/dbus/test/data/auth/
client-out-of-mechanisms.auth-script 1 ## this tests that tests that the client disconnects when it's out of
  /external/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /frameworks/base/core/java/android/view/
package.html 3 Provides classes that expose basic user interface classes that handle
  /dalvik/dx/tests/103-verify-branch-ops/
info.txt 1 This tests branch opcodes to verify that their arguments are actually of
  /dalvik/tests/061-out-of-memory/
info.txt 1 Tests the various ways that an OutOfMemoryError can be constructed and thrown.
  /dalvik/tests/062-character-encodings/
info.txt 1 Test that the list of character encodings is what we expect.
  /dalvik/tests/067-preemptive-unpark/
info.txt 1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
  /external/proguard/src/proguard/evaluation/value/
package.html 2 This package contains classes that represent partial evaluation values.
  /external/proguard/src/proguard/optimize/
package.html 2 This package contains visitors that assist with various optimizations of byte
  /external/proguard/src/proguard/optimize/peephole/
package.html 2 This package contains visitors that perform various peephole optimizations.
  /external/stlport/test/unit/
algorithm_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
2 * is to say that the header can be included alone without any previous
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 91011>>