Searched refs:fail (Results 1 - 25 of 33) sorted by relevance

12

/dalvik/vm/
H A DAtomicCache.cpp119 pCache->fail++;
176 pCache->trivial, pCache->fail, pCache->hits,
180 (pCache->fail + pCache->hits + pCache->misses + pCache->fills),
H A DAtomicCache.h56 int fail; /* contention failure */ member in struct:AtomicCache
124 (_cache)->fail++; \
H A DInit.cpp1860 /* TODO: ignore? fail? need to mimic "expected" behavior */
1885 * Attempting to use JNI or internal natives will fail. It's best
1927 goto fail;
1929 goto fail;
1931 goto fail;
1933 goto fail;
1935 goto fail;
1937 goto fail;
1947 fail:
H A DProfile.cpp529 goto fail;
544 goto fail;
606 goto fail;
615 fail:
764 * method pointer, we cut things off early. (If we don't, we'll fail
H A DThread.cpp401 * current thread holds the lock this will fail.
443 * If we fail to get the lock, somebody else is trying to suspend all
1024 * fails to attach during shutdown, but the "fail" path calls
1220 * (This will fail for all but one, but we have to make sure that it succeeds
1323 goto fail;
1451 fail:
1787 goto fail;
1799 goto fail;
1803 goto fail;
1812 goto fail;
[all...]
/dalvik/vm/mterp/armv5te/
H A DOP_ARRAY_LENGTH.S10 beq common_errNullObject @ yup, fail
H A DOP_INVOKE_INTERFACE.S22 beq common_errNullObject @ yes, fail
/dalvik/vm/mterp/armv6t2/
H A DOP_ARRAY_LENGTH.S9 beq common_errNullObject @ yup, fail
/dalvik/vm/mterp/mips/
H A DOP_ARRAY_LENGTH.S9 beqz a0, common_errNullObject # yup, fail
H A DOP_INVOKE_INTERFACE.S22 beqz rOBJ, common_errNullObject # yes, fail
/dalvik/tests/021-string2/src/junit/framework/
H A DAssert.java20 fail(message);
46 static public void fail(String message) { method in class:Assert
52 static public void fail() { method in class:Assert
53 fail(null);
271 fail(formatted+"expected not same");
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
282 fail(format(message, expected, actual));
/dalvik/tests/082-inline-execute/src/junit/framework/
H A DAssert.java20 fail(message);
46 static public void fail(String message) { method in class:Assert
52 static public void fail() { method in class:Assert
53 fail(null);
271 fail(formatted+"expected not same");
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
282 fail(format(message, expected, actual));
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
H A DMergeConflictTest.java33 // a and ab overlap; this should fail
37 fail();
/dalvik/vm/jdwp/
H A DJdwpMain.cpp110 goto fail;
114 goto fail;
135 goto fail;
162 goto fail;
176 fail:
H A DJdwpSocket.cpp154 goto fail;
162 goto fail;
175 goto fail;
183 goto fail;
188 fail:
718 goto fail;
728 goto fail;
756 goto fail;
762 goto fail;
788 goto fail;
[all...]
H A DJdwpAdb.cpp221 * connect() will fail. We loop here forever waiting for it
562 goto fail;
569 goto fail;
582 * on netState->clientSock will fail and throw us out
596 goto fail;
602 goto fail;
628 goto fail;
637 goto fail;
651 fail:
/dalvik/vm/mterp/x86/
H A DOP_INVOKE_INTERFACE.S20 je common_errNullObject # yes, fail
H A DOP_INVOKE_OBJECT_INIT_RANGE.S12 je common_errNullObject # yes, fail
/dalvik/tests/021-string2/src/
H A DMain.java53 Assert.fail("didn't get expected npe");
/dalvik/vm/compiler/
H A DCompiler.cpp395 goto fail;
403 goto fail;
408 goto fail;
438 goto fail;
453 goto fail;
470 goto fail;
593 fail:
/dalvik/vm/alloc/
H A DHeapSource.cpp624 goto fail;
630 goto fail;
637 goto fail;
669 goto fail;
673 goto fail;
678 goto fail;
684 goto fail;
692 fail:
/dalvik/dx/junit-tests/com/android/dx/util/
H A DListIntSetTest.java66 fail();
H A DBitIntSetTest.java66 fail();
/dalvik/vm/reflect/
H A DReflect.cpp309 goto fail;
322 goto fail;
335 fail:
660 goto fail;
673 goto fail;
685 fail:
/dalvik/tests/082-inline-execute/src/
H A DMain.java175 Assert.fail("didn't get expected npe");

Completed in 1947 milliseconds

12