Searched refs:failed (Results 1 – 25 of 45) sorted by relevance
12
/dalvik/tools/dmtracedump/tests/filters/ |
D | run_tests.sh | 3 failed=0 23 failed=`expr $failed + 1` 31 if [ $failed -gt 0 ] 33 echo "$failed test(s) failed"
|
/dalvik/tests/080-oom-throw/ |
D | expected.txt | 1 Array allocation failed 2 Instance allocation failed
|
/dalvik/dx/tests/ |
D | run-all-tests | 37 failed=0 46 ((failed += 1)) 53 echo "failed: $failed test(s)"
|
/dalvik/tests/ |
D | run-all-tests | 104 failed=0 113 ((failed += 1)) 120 echo "failed: $failed test(s)"
|
/dalvik/vm/mterp/ |
D | Mterp.c | 30 bool failed = false; in dvmCheckAsmConstants() local 40 if (failed) { in dvmCheckAsmConstants() 59 return !failed; in dvmCheckAsmConstants()
|
/dalvik/tests/042-new-instance/ |
D | expected.txt | 5 Cons LocalClass failed as expected
|
/dalvik/vm/mterp/x86-atom/ |
D | OP_SPUT.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
D | OP_CONST_STRING.S | 61 cmp $$0, %eax # check if resolved string failed 62 je common_exceptionThrown # resolve failed; exception thrown
|
D | OP_SPUT_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|
D | OP_SGET_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|
D | OP_SGET.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
D | OP_CONST_STRING_JUMBO.S | 63 cmp $$0, %eax # check if resolved string failed 64 je common_exceptionThrown # resolve failed; exception thrown
|
D | OP_THROW_VERIFICATION_ERROR.S | 40 jmp common_exceptionThrown # failed; handle exception
|
/dalvik/vm/mterp/armv5te/ |
D | OP_CHECK_CAST.S | 40 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.
|
D | OP_MONITOR_EXIT.S | 19 cmp r0, #0 @ failed?
|
D | OP_INVOKE_INTERFACE.S | 25 cmp r0, #0 @ failed?
|
D | bincmp.S | 18 b${revcmp} 1f @ branch to 1 if comparison failed
|
D | zcmp.S | 15 b${revcmp} 1f @ branch to 1 if comparison failed
|
D | OP_NEW_ARRAY.S | 54 cmp r0, #0 @ failed?
|
/dalvik/vm/mterp/x86/ |
D | OP_CHECK_CAST.S | 45 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.
|
D | OP_CONST_CLASS.S | 36 testl %eax,%eax # failed?
|
D | OP_CONST_STRING.S | 35 testl %eax,%eax # failed?
|
D | OP_CONST_STRING_JUMBO.S | 35 testl %eax,%eax # failed?
|
/dalvik/vm/mterp/armv6t2/ |
D | bincmp.S | 17 b${revcmp} 1f @ branch to 1 if comparison failed
|
/dalvik/vm/compiler/template/ |
D | gen-template.py | 380 failed = False variable 410 failed = True variable 422 sys.exit(failed)
|
12