Home
last modified time | relevance | path

Searched refs:Mutant (Results 1 – 6 of 6) sorted by relevance

/dalvik/tests/075-verification-error/src/
DMain.java17 import other.Mutant;
52 Mutant mutant = new Mutant(); in testMissingStuff()
62 int y = Mutant.disappearingStaticField; in testMissingStuff()
76 Mutant.disappearingStaticMethod(); in testMissingStuff()
87 Mutant mutant = new Mutant(); in testBadAccess()
98 int y = Mutant.inaccessibleStaticField; in testBadAccess()
114 Mutant.inaccessibleStaticMethod(); in testBadAccess()
/dalvik/tests/089-jumbo-opcodes/src2/other/
DMutant.java22 public class Mutant { class
/dalvik/tests/075-verification-error/src2/other/
DMutant.java22 public class Mutant { class
/dalvik/tests/075-verification-error/src/other/
DMutant.java22 public class Mutant { class
/dalvik/tests/089-jumbo-opcodes/src/other/
DMutant.java22 public class Mutant { class
/dalvik/tests/089-jumbo-opcodes/src/
DMain.java17 import other.Mutant;
838 Mutant mutant = new Mutant(); in testMissingStuff()
847 int y = Mutant.disappearingStaticField; in testMissingStuff()
859 Mutant.disappearingStaticMethod(); in testMissingStuff()