Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/io/Serializable/records/
DStreamRefTest.java127 updateIntValue(3, -3, bytes, 74); in basicRefWithInvalidA()
150 updateIntValue(3, -3, bytes, 198); in reverseBasicRefWithInvalidA()
223 static void updateIntValue(int expectedValue, int newValue, byte[] bytes, int offset) in updateIntValue() method in StreamRefTest