Searched refs:mBoolean1 (Results 1 - 3 of 3) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DStaticField.java18 public static boolean mBoolean1, mBoolean2; field in class:StaticField
35 mBoolean1 = true;
57 Main.assertTrue(mBoolean1);
H A DInstField.java18 public boolean mBoolean1, mBoolean2; field in class:InstField
67 mBoolean1 = true;
89 Main.assertTrue(mBoolean1);
/art/test/107-int-math2/src/
H A DMain.java19 public static boolean mBoolean1, mBoolean2; field in class:Main
153 mBoolean1 = true;
172 if (!mBoolean1) { return 10; }

Completed in 89 milliseconds