/dalvik/tests/082-inline-execute/src/junit/framework/ |
D | Assert.java | 20 fail(message); in assertTrue() 46 static public void fail(String message) { in fail() method in Assert 52 static public void fail() { in fail() method in Assert 53 fail(null); in fail() 271 fail(formatted+"expected not same"); in failSame() 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 282 fail(format(message, expected, actual)); in failNotEquals()
|
/dalvik/tests/021-string2/src/junit/framework/ |
D | Assert.java | 20 fail(message); in assertTrue() 46 static public void fail(String message) { in fail() method in Assert 52 static public void fail() { in fail() method in Assert 53 fail(null); in fail() 271 fail(formatted+"expected not same"); in failSame() 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 282 fail(format(message, expected, actual)); in failNotEquals()
|
/dalvik/vm/ |
D | AtomicCache.cpp | 119 pCache->fail++; in dvmUpdateAtomicCache() 176 pCache->trivial, pCache->fail, pCache->hits, in dvmDumpAtomicCacheStats() 180 (pCache->fail + pCache->hits + pCache->misses + pCache->fills), in dvmDumpAtomicCacheStats()
|
D | AtomicCache.h | 56 int fail; /* contention failure */ member 124 (_cache)->fail++; \
|
/dalvik/vm/jdwp/ |
D | JdwpMain.cpp | 110 goto fail; in dvmJdwpStartup() 114 goto fail; in dvmJdwpStartup() 135 goto fail; in dvmJdwpStartup() 162 goto fail; in dvmJdwpStartup() 176 fail: in dvmJdwpStartup()
|
D | JdwpSocket.cpp | 154 goto fail; in netStartup() 162 goto fail; in netStartup() 175 goto fail; in netStartup() 183 goto fail; in netStartup() 188 fail: in netStartup() 718 goto fail; in processIncoming() 728 goto fail; in processIncoming() 756 goto fail; in processIncoming() 762 goto fail; in processIncoming() 788 goto fail; in processIncoming() [all …]
|
D | JdwpAdb.cpp | 562 goto fail; in processIncoming() 569 goto fail; in processIncoming() 596 goto fail; in processIncoming() 602 goto fail; in processIncoming() 628 goto fail; in processIncoming() 637 goto fail; in processIncoming() 651 fail: in processIncoming()
|
/dalvik/dx/tests/099-dex-core-library-error/ |
D | info.txt | 1 This tests that attempts to define core classes fail and that
|
/dalvik/dx/tests/091-ssa-const-collector/ |
D | info.txt | 4 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/111-use-null-as-array/ |
D | info.txt | 5 correct, they would instead incorrectly fail verification. 17 version, so it is possible for this test to spuriously fail if other
|
/dalvik/vm/mterp/mips/ |
D | OP_ARRAY_LENGTH.S | 9 beqz a0, common_errNullObject # yup, fail
|
/dalvik/dx/tests/109-int-branch/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
D | info.txt | 4 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/122-switch-with-high-register/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/054-dex-high16/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/083-ssa-phi-placement/ |
D | info.txt | 4 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/121-sccp/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/053-dex-instance-var-access/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/090-dex-unify-arrays/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/049-dex-instanceof/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/108-string-annotation/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | info.txt | 4 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/052-dex-static-var-access/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
D | info.txt | 5 version, so it is possible for this test to spuriously fail if other
|