Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 45) sorted by relevance

12

/dalvik/tools/dmtracedump/tests/filters/
Drun_tests.sh3 failed=0
23 failed=`expr $failed + 1`
31 if [ $failed -gt 0 ]
33 echo "$failed test(s) failed"
/dalvik/tests/080-oom-throw/
Dexpected.txt1 Array allocation failed
2 Instance allocation failed
/dalvik/dx/tests/
Drun-all-tests37 failed=0
46 ((failed += 1))
53 echo "failed: $failed test(s)"
/dalvik/tests/
Drun-all-tests104 failed=0
113 ((failed += 1))
120 echo "failed: $failed test(s)"
/dalvik/vm/mterp/
DMterp.c30 bool failed = false; in dvmCheckAsmConstants() local
40 if (failed) { in dvmCheckAsmConstants()
59 return !failed; in dvmCheckAsmConstants()
/dalvik/tests/042-new-instance/
Dexpected.txt5 Cons LocalClass failed as expected
/dalvik/vm/mterp/x86-atom/
DOP_SPUT.S51 cmp $$0, %eax # check if initalization failed
53 je common_exceptionThrown # failed; handle exception
DOP_CONST_STRING.S61 cmp $$0, %eax # check if resolved string failed
62 je common_exceptionThrown # resolve failed; exception thrown
DOP_SPUT_WIDE.S62 cmp $$0, %eax # check if initalization failed
65 jmp common_exceptionThrown # failed; handle exception
DOP_SGET_WIDE.S62 cmp $$0, %eax # check if initalization failed
65 jmp common_exceptionThrown # failed; handle exception
DOP_SGET.S51 cmp $$0, %eax # check if initalization failed
53 je common_exceptionThrown # failed; handle exception
DOP_CONST_STRING_JUMBO.S63 cmp $$0, %eax # check if resolved string failed
64 je common_exceptionThrown # resolve failed; exception thrown
DOP_THROW_VERIFICATION_ERROR.S40 jmp common_exceptionThrown # failed; handle exception
/dalvik/vm/mterp/armv5te/
DOP_CHECK_CAST.S40 cmp r0, #0 @ failed?
43 @ A cast has failed. We need to throw a ClassCastException with the
44 @ class of the object that failed to be cast.
DOP_MONITOR_EXIT.S19 cmp r0, #0 @ failed?
DOP_INVOKE_INTERFACE.S25 cmp r0, #0 @ failed?
Dbincmp.S18 b${revcmp} 1f @ branch to 1 if comparison failed
Dzcmp.S15 b${revcmp} 1f @ branch to 1 if comparison failed
DOP_NEW_ARRAY.S54 cmp r0, #0 @ failed?
/dalvik/vm/mterp/x86/
DOP_CHECK_CAST.S45 testl %eax,%eax # failed?
48 # A cast has failed. We need to throw a ClassCastException with the
49 # class of the object that failed to be cast.
DOP_CONST_CLASS.S36 testl %eax,%eax # failed?
DOP_CONST_STRING.S35 testl %eax,%eax # failed?
DOP_CONST_STRING_JUMBO.S35 testl %eax,%eax # failed?
/dalvik/vm/mterp/armv6t2/
Dbincmp.S17 b${revcmp} 1f @ branch to 1 if comparison failed
/dalvik/vm/compiler/template/
Dgen-template.py380 failed = False variable
410 failed = True variable
422 sys.exit(failed)

12