Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 5 of 5) sorted by relevance

/art/test/093-serialization/src/
DMain.java115 public Character thing; field in Sub
117 public Sub(char thing) { in Sub() argument
123 this.thing = thing; in Sub()
130 + " thing=" + thing); in check()
/art/test/093-serialization/
Dexpected.txt1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
/art/test/974-verify-interface-super/
Dinfo.txt1 Test that we do the right thing with invoke-super on interfaces when there are
/art/test/002-sleep/
Dinfo.txt2 mostly meant as an easy thing to modify in order to test other things
/art/test/088-monitor-verification/src/
DMain.java103 Class thing = Thread.class; in constantLock() local