HomeSort by relevance Sort by last modified time
    Searched full:that (Results 26 - 50 of 189771) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/660-clinit/
info.txt 1 Tests that class initializers are executed correctly.
  /art/test/712-varhandle-invocations/
info.txt 1 Generates and runs tests that invoke VarHandle accessor methods.
  /art/test/900-hello-plugin/
info.txt 1 Tests that agents and plugins are loaded.
  /art/test/987-agent-bind/
info.txt 1 Tests that native methods are bound from agent libs.
  /dalvik/dx/tests/137-dexmerger-dex38/
info.txt 1 This test checks that dexmerger supports dex 38 features.
  /external/e2fsprogs/tests/f_no_cache_corrupt_inode/
name 1 don't cache inodes that fail checksum verification
  /external/e2fsprogs/tests/f_readonly_fsck/
name 1 ensure that a readonly check doesn't modify the fs
  /external/webrtc/tools/valgrind-webrtc/gtest_exclude/
modules_unittests.gtest-memcheck.txt 1 # Tests that are too slow.
  /art/test/136-daemon-jni-shutdown/
info.txt 1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash
  /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
  /external/ltp/testcases/commands/mail/
00_Descriptions.txt 2 Test that mail user@domain will send a mail to that user at that domain.
5 Test that mail user@bad-domain will result in a warning from the mailer daemon that the domain does not exist.
8 Test that mail non_existent_user@localhost will result in delivery failure. Mailer-Daemon will report this failure.
11 Test that mail -c user@domain option will carbon copy that user.
14 Test that mail -b user@domain option will blind carbon copy that user
    [all...]
  /art/test/586-checker-null-array-get/
info.txt 2 that used to merge two array gets that have the same inputs but
3 not the same type. Note that this only happens if the array is null.
  /art/test/1910-transform-with-default/
info.txt 3 Tests that we we can redefine classes that have default methods inherited from
  /art/test/1942-suspend-raw-monitor-exit/
info.txt 1 Tests jvmti suspending of a thread that is interacting with a raw monitor.
3 Makes sure that the RawMonitorExit function does not act as a suspend point.
  /art/test/203-multi-checkpoint/
info.txt 1 Test that we correctly handle checkpoints that suspend.
  /art/test/305-other-fault-handler/
info.txt 1 Test that we correctly handle basic non-generated-code fault handlers
3 Tests that we can use and remove these handlers and they can change mappings.
  /art/test/674-vdex-uncompress/
info.txt 1 Test that dex2oat can compile an APK that has uncompressed dex files,
  /art/test/947-reflect-method/
info.txt 3 Tests that we are able to use java/lang/reflect/Method objects to invoke methods
4 that have been redefined.
  /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
  /frameworks/base/core/java/android/view/
package.html 3 Provides classes that expose basic user interface classes that handle
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
2 * platforms. This address that */
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
inv_math.h 1 /* math.h has many functions and defines that are not consistent across
2 * platforms. This address that */
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleInfo.java 12 ZenRuleInfo that = (ZenRuleInfo) o;
14 if (isSystem != that.isSystem) return false;
15 if (ruleInstanceLimit != that.ruleInstanceLimit) return false;
16 if (packageName != null ? !packageName.equals(that.packageName) : that.packageName != null)
18 if (title != null ? !title.equals(that.title) : that.title != null) return false;
20 that.settingsAction) : that.settingsAction != null) return false;
22 that.configurationActivity) : that.configurationActivity != null) return false
    [all...]

Completed in 1380 milliseconds

12 3 4 5 6 7 8 91011>>