Searched refs:val2 (Results 1 – 3 of 3) sorted by relevance
94 StructTimespec val2 = new StructTimespec(23, 42); in testEquals() local103 assertTrue(val1.equals(val2)); in testEquals()130 StructTimespec val2 = new StructTimespec(23, 42); in testHashcode() local140 assertEquals(val1.hashCode(), val2.hashCode()); in testHashcode()
372 String[][] val2 = { { "XX", "XX" }, { "YY", "YY" } }; in test_setZoneStrings_invalid() local374 dfs.setZoneStrings(val2); in test_setZoneStrings_invalid()
2774 long val2 = (intCompact < 0)? -intCompact : intCompact; in hashCode() local2775 int temp = (int)( ((int)(val2 >>> 32)) * 31 + in hashCode()2776 (val2 & LONG_MASK)); in hashCode()