Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 83) sorted by relevance

1234

/art/test/972-default-imt-collision/smali/
DKlass.smali20 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0…
24 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1…
28 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2…
32 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3…
36 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4…
40 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod5…
44 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod6…
48 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod7…
52 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod8…
56 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod9…
[all …]
/art/test/476-checker-ctor-memory-barrier/
Dinfo.txt1 Tests if we add memory barriers on constructors when needed (i.e when the
/art/test/594-load-string-regression/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/art/test/073-mismatched-field/
Dinfo.txt1 Test behavior when an instance field is overlapped (through separate
3 and throw an IncompatibleClassChangeError when the field is accessed.
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
11 Test stopping when already stopped
/art/test/092-locale/src/
DMain.java73 Date when = usaCal.getTime(); in testCalendar() local
77 + fmt.format(when)); in testCalendar()
89 when = franceCal.getTime(); in testCalendar()
93 + fmt.format(when)); in testCalendar()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc154 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) { in DdmVmInternal_heapInfoNotify() argument
156 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when)); in DdmVmInternal_heapInfoNotify()
159 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument
160 …return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(wh… in DdmVmInternal_heapSegmentNotify()
/art/test/970-iface-super-resolution-generated/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/961-default-iface-resolution-generated/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/964-default-iface-init-generated/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/971-iface-super/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/968-default-partial-compile-generated/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/569-checker-pattern-replacement/
Dinfo.txt1 Test pattern substitution used when we cannot inline.
/art/test/960-default-smali/
Dinfo.txt13 Care should be taken when updating the generate_smali_main.py script. It must
14 always return equivalent output when run multiple times.
/art/test/459-dead-phi/
Dinfo.txt1 Regression test for optimizing when it is building the SSA form.
/art/test/532-checker-nonnull-arrayset/
Dinfo.txt1 Test that we optimize ArraySet when the value is not null.
/art/test/551-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode when resolving to an abstract method.
/art/test/595-profile-saving/
Dinfo.txt1 Check that profile recording works even when JIT compilation is not enabled.
/art/test/548-checker-inlining-and-dce/
Dinfo.txt1 Test that inlining works when code preventing inlining is eliminated by DCE.
/art/test/511-clinit-interface/
Dinfo.txt1 Test that compilers don't crash when having to compile
/art/test/507-boolean-test/
Dinfo.txt2 crash when compiling (a ? 1 : 0) == 2.
/art/test/089-many-methods/
Dinfo.txt1 Test that we print a reasonable message when the application exceeds more
/art/test/552-invoke-non-existent-super/
Dinfo.txt1 Tests the invoke-super opcode when the super class does not have the method.
/art/test/577-profile-foreign-dex/
Dinfo.txt1 Check that we record the use of foreign dex files when profiles are enabled.
/art/test/143-string-value/
Dinfo.txt1 Test to ensure we emit an error message when being asked

1234