Searched refs:failed (Results 1 – 16 of 16) sorted by relevance
/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/runtime/ |
D | verify_object-inl.h | 35 bool failed = !IsAligned<kObjectAlignment>(obj); in VerifyObject() local 36 if (!failed) { in VerifyObject() 38 failed = failed || !IsAligned<kObjectAlignment>(c); in VerifyObject() 39 failed = failed || !VerifyClassClass(c); in VerifyObject() 41 if (UNLIKELY(failed)) { in VerifyObject()
|
D | thread.cc | 2734 bool failed = false; in VisitDeclaringClass() local 2736 failed = true; in VisitDeclaringClass() 2739 failed = true; in VisitDeclaringClass() 2742 if (failed) { in VisitDeclaringClass()
|
/art/build/ |
D | Android.common_test.mk | 120 (mkdir -p $(ART_HOST_TEST_DIR)/failed/ && touch $(ART_HOST_TEST_DIR)/failed/$(1) && \ 161 ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \ 162 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \ 164 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] && rm -r $(ART_HOST_TEST_DIR) \ 172 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] || [ $(ART_TEST_KEEP_GOING) = true ])\ 175 && ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
|
/art/test/540-checker-rtp-bug/ |
D | expected.txt | 1 instanceof failed
|
/art/test/955-lambda-smali/smali/ |
D | MoveResult.smali | 54 const-string v4, "(MoveResult) testZ failed" 86 const-string v4, "(MoveResult) testB failed" 118 const-string v4, "(MoveResult) testS failed" 150 const-string v4, "(MoveResult) testI failed" 182 const-string v4, "(MoveResult) testC failed" 214 const-string v6, "(MoveResult) testJ failed" 246 const-string v4, "(MoveResult) testF failed" 278 const-string v6, "(MoveResult) testD failed" 312 const-string v6, "(MoveResult) testL failed"
|
/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/mips/ |
D | zcmp.S | 12 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
|
D | bincmp.S | 13 b${revcmp} a2, a3, 1f # branch to 1 if comparison 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/runtime/gc/ |
D | heap.cc | 3114 VerifyReferenceCardVisitor(Heap* heap, bool* failed) in VerifyReferenceCardVisitor() argument 3117 : heap_(heap), failed_(failed) { in VerifyReferenceCardVisitor()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 564 cbnz r3, .Llock_strex_fail @ strex failed, retry
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm.S | 901 cmp r0, #0 @ failed?
|