Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/security/auth/
DSubject.java128 private volatile boolean readOnly = false; field in Subject
199 public Subject(boolean readOnly, Set<? extends Principal> principals, in Subject()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelTest.java48 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
DSocketChannelTest.java53 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in test_read_intoReadOnlyByteArrays() local
DFileChannelTest.java51 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer(); in testReadOnlyByteArrays() local
DAsynchronousSocketChannelTest.java582 ByteBuffer readOnly = receivedData.asReadOnlyBuffer(); in test_read_failures() local
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java286 private void testByteBufferByteOrder(ByteBuffer b, boolean readOnly) throws Exception { in testByteBufferByteOrder()
744 private void assertPutByteBuffer(ByteBuffer dst, ByteBuffer src, boolean readOnly) { in assertPutByteBuffer()
/libcore/ojluni/src/main/java/java/sql/
DConnection.java332 void setReadOnly(boolean readOnly) throws SQLException; in setReadOnly()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetDecoderTest.java521 private ByteBuffer readOnly(ByteBuffer b) { in readOnly() method in CharsetDecoderTest
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java113 private boolean readOnly = false; field in X509CRLImpl
DX509CertImpl.java119 private boolean readOnly = false; field in X509CertImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DFormatterTest.java149 private File readOnly; field in FormatterTest