Searched refs:failed (Results 1 – 18 of 18) sorted by relevance
/art/runtime/ |
D | verify_object.cc | 35 bool failed = !IsAligned<kObjectAlignment>(obj.Ptr()); in VerifyObjectImpl() local 36 if (!failed) { in VerifyObjectImpl() 38 failed = failed || !IsAligned<kObjectAlignment>(c); in VerifyObjectImpl() 39 failed = failed || !VerifyClassClass(c); in VerifyObjectImpl() 41 if (UNLIKELY(failed)) { in VerifyObjectImpl()
|
D | thread.cc | 3230 bool failed = false; in VisitDeclaringClass() local 3232 failed = true; in VisitDeclaringClass() 3235 failed = true; in VisitDeclaringClass() 3238 if (failed) { in VisitDeclaringClass()
|
/art/test/dexdump/ |
D | run-all-tests | 51 failed=0 66 ((failed += 1)) 67 echo failed: ${i} 74 ((failed += 1)) 75 echo failed: ${i} 82 ((failed += 1)) 83 echo failed: ${i} 90 echo "failed: ${failed} test(s)" 98 if [ "${failed}" != "0" ]; then 99 echo failed
|
/art/test/954-invoke-polymorphic-verifier/ |
D | expected.txt | 1 …ejected class MethodHandleNotInvoke: void MethodHandleNotInvoke.<init>() failed to verify: void Me… 2 … rejected class MethodHandleToString: void MethodHandleToString.<init>() failed to verify: void Me… 3 java.lang.VerifyError: Verifier rejected class NonReference: void NonReference.<init>() failed to v… 4 …: Verifier rejected class TooFewArguments: void TooFewArguments.<init>() failed to verify: void To… 5 …Verifier rejected class TooManyArguments: void TooManyArguments.<init>() failed to verify: void To… 6 java.lang.VerifyError: Verifier rejected class BadThis: void BadThis.<init>() failed to verify: voi… 7 …d class FakeSignaturePolymorphic: void FakeSignaturePolymorphic.<init>() failed to verify: void Fa… 8 …erFakeSignaturePolymorphic: void BetterFakeSignaturePolymorphic.<init>() failed to verify: void Be… 10 java.lang.VerifyError: Verifier rejected class Unresolved: void Unresolved.<init>() failed to verif…
|
/art/build/ |
D | Android.common_test.mk | 137 (mkdir -p $(ART_HOST_TEST_DIR)/failed/ && touch $(ART_HOST_TEST_DIR)/failed/$(1) && \ 178 ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \ 179 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \ 181 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] && rm -r $(ART_HOST_TEST_DIR) \ 189 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] || [ $(ART_TEST_KEEP_GOING) = true ])\ 192 && ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
|
/art/test/540-checker-rtp-bug/ |
D | expected.txt | 1 instanceof failed
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 4 bug if there had been an attempted redefinition that failed due to a 7 dex-file as the failed redefinition.
|
/art/test/476-clinit-inline-static-invoke/ |
D | info.txt | 2 failed to emit a prior initialization check of the method's declaring
|
/art/test/042-new-instance/ |
D | expected.txt | 5 Cons LocalClass failed as expected
|
/art/runtime/interpreter/mterp/arm/ |
D | op_monitor_exit.S | 14 cmp r0, #0 @ failed?
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 567 failed = False variable 618 failed = True variable 630 sys.exit(failed)
|
/art/test/134-nodex2oat-nofallback/ |
D | expected.txt | 23 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed. 54 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed.
|
/art/tools/bisection_search/ |
D | README.md | 69 --timeout TIMEOUT if timeout seconds pass assume test failed
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 684 cbnz r3, .Llock_strex_fail @ store failed, retry 758 cbnz r2, .Lunlock_strex_fail @ store failed, retry 767 cbnz r2, .Lunlock_strex_fail @ store failed, retry
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1236 beqzc $t2, .Lretry_lock # store failed, retry 1305 beqzc $t2, .Lretry_unlock # store failed, retry 1316 beqzc $t2, .Lretry_unlock # store failed, retry
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1265 beqz $t2, .Lretry_lock # store failed, retry 1337 beqz $t2, .Lretry_unlock # store failed, retry 1350 beqz $t2, .Lretry_unlock # store failed, retry
|
/art/runtime/gc/ |
D | heap.cc | 2999 VerifyReferenceCardVisitor(Heap* heap, bool* failed) in VerifyReferenceCardVisitor() argument 3002 : heap_(heap), failed_(failed) { in VerifyReferenceCardVisitor()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm.S | 931 cmp r0, #0 @ failed?
|