Searched defs:readOnly (Results 1 – 13 of 13) sorted by relevance
128 private volatile boolean readOnly = false; field in Subject199 public Subject(boolean readOnly, Set<? extends Principal> principals, in Subject()
60 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
53 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
51 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in testReadOnlyByteArrays() local
582 ByteBuffer readOnly = receivedData.asReadOnlyBuffer(); in test_read_failures() local
332 void setReadOnly(boolean readOnly) throws SQLException; in setReadOnly()
232 private void testByteBufferByteOrder(ByteBuffer b, boolean readOnly) throws Exception { in testByteBufferByteOrder()719 private void assertPutByteBuffer(ByteBuffer dst, ByteBuffer src, boolean readOnly) { in assertPutByteBuffer()
290 private boolean readOnly = false; field in X509CRLImpl
470 @android.compat.annotation.UnsupportedAppUsage private boolean readOnly = false; field in X509CertImpl
521 private ByteBuffer readOnly(ByteBuffer b) { in readOnly() method in CharsetDecoderTest
113 private boolean readOnly = false; field in X509CRLImpl
119 private boolean readOnly = false; field in X509CertImpl
150 private File readOnly; field in FormatterTest