Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 92) sorted by relevance

1234

/dalvik/tests/082-inline-execute/src/junit/framework/
DAssert.java20 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/
DAssert.java20 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/
DAtomicCache.cpp119 pCache->fail++; in dvmUpdateAtomicCache()
176 pCache->trivial, pCache->fail, pCache->hits, in dvmDumpAtomicCacheStats()
180 (pCache->fail + pCache->hits + pCache->misses + pCache->fills), in dvmDumpAtomicCacheStats()
DAtomicCache.h56 int fail; /* contention failure */ member
124 (_cache)->fail++; \
/dalvik/vm/jdwp/
DJdwpMain.cpp110 goto fail; in dvmJdwpStartup()
114 goto fail; in dvmJdwpStartup()
135 goto fail; in dvmJdwpStartup()
162 goto fail; in dvmJdwpStartup()
176 fail: in dvmJdwpStartup()
DJdwpSocket.cpp154 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 …]
DJdwpAdb.cpp562 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/
Dinfo.txt1 This tests that attempts to define core classes fail and that
/dalvik/dx/tests/091-ssa-const-collector/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/111-use-null-as-array/
Dinfo.txt5 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/
DOP_ARRAY_LENGTH.S9 beqz a0, common_errNullObject # yup, fail
/dalvik/dx/tests/109-int-branch/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/092-ssa-cfg-edge-cases/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/122-switch-with-high-register/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/054-dex-high16/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/083-ssa-phi-placement/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/121-sccp/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/053-dex-instance-var-access/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/090-dex-unify-arrays/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/049-dex-instanceof/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/093-ssa-invoke-range/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/108-string-annotation/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/086-ssa-edge-split/
Dinfo.txt4 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/052-dex-static-var-access/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other
/dalvik/dx/tests/095-dex-const-string-jumbo/
Dinfo.txt5 version, so it is possible for this test to spuriously fail if other

1234