Searched refs:mInt2 (Results 1 – 6 of 6) sorted by relevance
22 public static int mInt1, mInt2; field in StaticField44 mInt2 = -65537; in assignFields()66 Main.assertTrue(mInt2 == -65537); in checkFields()
22 public int mInt1, mInt2; field in InstField76 mInt2 = -65537; in assignFields()98 Main.assertTrue(mInt2 == -65537); in checkFields()
565 @Field(order = 1, type = Type.U16) final int mInt2; field in StructTest.MismatchedConstructor568 mInt2 = Integer.valueOf(int2); in MismatchedConstructor()581 @Field(order = 1, type = Type.U16) final int mInt2; field in StructTest.ClassWithTwoConstructors584 mInt2 = Integer.valueOf(int2); in ClassWithTwoConstructors()588 mInt2 = int2; in ClassWithTwoConstructors()597 assertEquals(30806 /* 0x7856 */, msg.mInt2); in testClassWithTwoConstructors()649 @Field(order = 1, type = Type.S32) int mInt2; field in StructTest.BigEndianDataMessage666 assertEquals(-2, msg.mInt2); in testBigEndianByteBuffer()
143 private int mInt2; field in Icon198 return mInt2; in getDataOffset()687 rep.mInt2 = offset; in createWithData()
23 public static int mInt1, mInt2; field in Main162 mInt2 = -65537; in staticFieldTest()181 if (mInt2 != -65537) { return 19; } in staticFieldTest()
19927 Landroid/graphics/drawable/Icon;->mInt2:I