Home
last modified time | relevance | path

Searched defs:readOnly (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java25 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
DDatagramChannelTest.java25 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
DFileChannelTest.java28 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in testReadOnlyByteArrays() local
/libcore/luni/src/main/java/javax/security/auth/
DSubject.java79 private boolean readOnly; field in Subject
116 public Subject(boolean readOnly, Set<? extends Principal> subjPrincipals, in Subject()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java264 private void testByteBufferByteOrder(ByteBuffer b, boolean readOnly) throws Exception { in testByteBufferByteOrder()
665 private void assertPutByteBuffer(ByteBuffer dst, ByteBuffer src, boolean readOnly) { in assertPutByteBuffer()
/libcore/luni/src/main/java/java/sql/
DConnection.java708 public void setReadOnly(boolean readOnly) throws SQLException; in setReadOnly()
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1452 public void setReadOnly(boolean readOnly) throws SQLException; in setReadOnly()