Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsShort.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
868 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsShort
DVarHandleTestByteArrayAsChar.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
868 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsChar
DVarHandleTestByteArrayAsFloat.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
1298 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsFloat
DVarHandleTestByteArrayAsDouble.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
1298 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsDouble
DVarHandleTestByteArrayAsLong.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
1702 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsLong
DVarHandleTestByteArrayAsInt.java167 "read only", bav, vh, h -> testArrayReadOnly(bbs, h), in accessTestCaseProvider()
1702 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) { in testArrayReadOnly() method in VarHandleTestByteArrayAsInt
DX-VarHandleTestByteArrayView.java.template199 "read only", bav, vh, h -> testArrayReadOnly(bbs, h),
2070 static void testArrayReadOnly(ByteBufferSource bs, VarHandleSource vhs) {