HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnlyBufferException (Results 1 - 25 of 72) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/nio/
ReadOnlyBufferException.java 40 public class ReadOnlyBufferException
49 public ReadOnlyBufferException() { }
HeapByteBuffer.java 142 throw new ReadOnlyBufferException();
151 throw new ReadOnlyBufferException();
160 throw new ReadOnlyBufferException();
173 throw new ReadOnlyBufferException();
190 throw new ReadOnlyBufferException();
218 throw new ReadOnlyBufferException();
227 throw new ReadOnlyBufferException();
279 throw new ReadOnlyBufferException();
288 throw new ReadOnlyBufferException();
340 throw new ReadOnlyBufferException();
    [all...]
StringCharBuffer.java 87 throw new ReadOnlyBufferException();
91 throw new ReadOnlyBufferException();
95 throw new ReadOnlyBufferException();
HeapCharBuffer.java 141 throw new ReadOnlyBufferException();
149 throw new ReadOnlyBufferException();
157 throw new ReadOnlyBufferException();
172 throw new ReadOnlyBufferException();
197 throw new ReadOnlyBufferException();
HeapDoubleBuffer.java 136 throw new ReadOnlyBufferException();
144 throw new ReadOnlyBufferException();
152 throw new ReadOnlyBufferException();
167 throw new ReadOnlyBufferException();
192 throw new ReadOnlyBufferException();
HeapFloatBuffer.java 135 throw new ReadOnlyBufferException();
143 throw new ReadOnlyBufferException();
151 throw new ReadOnlyBufferException();
166 throw new ReadOnlyBufferException();
191 throw new ReadOnlyBufferException();
HeapIntBuffer.java 136 throw new ReadOnlyBufferException();
144 throw new ReadOnlyBufferException();
152 throw new ReadOnlyBufferException();
167 throw new ReadOnlyBufferException();
192 throw new ReadOnlyBufferException();
HeapLongBuffer.java 137 throw new ReadOnlyBufferException();
145 throw new ReadOnlyBufferException();
153 throw new ReadOnlyBufferException();
168 throw new ReadOnlyBufferException();
193 throw new ReadOnlyBufferException();
HeapShortBuffer.java 136 throw new ReadOnlyBufferException();
144 throw new ReadOnlyBufferException();
152 throw new ReadOnlyBufferException();
167 throw new ReadOnlyBufferException();
192 throw new ReadOnlyBufferException();
ByteBufferAsDoubleBuffer.java 116 throw new ReadOnlyBufferException();
133 throw new ReadOnlyBufferException();
ByteBufferAsFloatBuffer.java 115 throw new ReadOnlyBufferException();
132 throw new ReadOnlyBufferException();
ByteBufferAsIntBuffer.java 115 throw new ReadOnlyBufferException();
132 throw new ReadOnlyBufferException();
ByteBufferAsLongBuffer.java 115 throw new ReadOnlyBufferException();
132 throw new ReadOnlyBufferException();
ByteBufferAsShortBuffer.java 114 throw new ReadOnlyBufferException();
131 throw new ReadOnlyBufferException();
DirectByteBuffer.java 258 throw new ReadOnlyBufferException();
270 throw new ReadOnlyBufferException();
283 throw new ReadOnlyBufferException();
304 throw new ReadOnlyBufferException();
390 throw new ReadOnlyBufferException();
402 throw new ReadOnlyBufferException();
492 throw new ReadOnlyBufferException();
504 throw new ReadOnlyBufferException();
594 throw new ReadOnlyBufferException();
606 throw new ReadOnlyBufferException();
    [all...]
ByteBufferAsCharBuffer.java 119 throw new ReadOnlyBufferException();
136 throw new ReadOnlyBufferException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyBufferExceptionTest.java 18 import java.nio.ReadOnlyBufferException;
31 SerializationTest.verifySelf(new ReadOnlyBufferException());
39 SerializationTest.verifyGolden(this, new ReadOnlyBufferException());
43 *@tests {@link java.nio.ReadOnlyBufferException#ReadOnlyBufferException()}
46 ReadOnlyBufferException exception = new ReadOnlyBufferException();
ReadOnlyDoubleBufferTest.java 19 import java.nio.ReadOnlyBufferException;
44 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
45 } catch (ReadOnlyBufferException e) {
66 } catch (ReadOnlyBufferException e) {
75 } catch (ReadOnlyBufferException e) {
85 } catch (ReadOnlyBufferException e) {
100 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
101 } catch (ReadOnlyBufferException e) {
106 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
107 } catch (ReadOnlyBufferException e)
    [all...]
ReadOnlyFloatBufferTest.java 19 import java.nio.ReadOnlyBufferException;
43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
44 } catch (ReadOnlyBufferException e) {
67 } catch (ReadOnlyBufferException e) {
76 } catch (ReadOnlyBufferException e) {
86 } catch (ReadOnlyBufferException e) {
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
102 } catch (ReadOnlyBufferException e) {
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
108 } catch (ReadOnlyBufferException e)
    [all...]
ReadOnlyIntBufferTest.java 19 import java.nio.ReadOnlyBufferException;
43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
44 } catch (ReadOnlyBufferException e) {
67 } catch (ReadOnlyBufferException e) {
76 } catch (ReadOnlyBufferException e) {
86 } catch (ReadOnlyBufferException e) {
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
102 } catch (ReadOnlyBufferException e) {
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
108 } catch (ReadOnlyBufferException e)
    [all...]
ReadOnlyLongBufferTest.java 19 import java.nio.ReadOnlyBufferException;
43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
44 } catch (ReadOnlyBufferException e) {
67 } catch (ReadOnlyBufferException e) {
76 } catch (ReadOnlyBufferException e) {
86 } catch (ReadOnlyBufferException e) {
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
102 } catch (ReadOnlyBufferException e) {
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
108 } catch (ReadOnlyBufferException e)
    [all...]
ReadOnlyShortBufferTest.java 18 import java.nio.ReadOnlyBufferException;
43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
44 } catch (ReadOnlyBufferException e) {
67 } catch (ReadOnlyBufferException e) {
76 } catch (ReadOnlyBufferException e) {
86 } catch (ReadOnlyBufferException e) {
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
102 } catch (ReadOnlyBufferException e) {
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
108 } catch (ReadOnlyBufferException e)
    [all...]
ReadOnlyCharBufferTest.java 19 import java.nio.ReadOnlyBufferException;
47 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
48 } catch (ReadOnlyBufferException e) {
69 } catch (ReadOnlyBufferException e) {
78 } catch (ReadOnlyBufferException e) {
88 } catch (ReadOnlyBufferException e) {
103 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
104 } catch (ReadOnlyBufferException e) {
109 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
110 } catch (ReadOnlyBufferException e)
    [all...]
WrappedCharBufferTest2.java 21 import java.nio.ReadOnlyBufferException;
84 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
85 } catch (ReadOnlyBufferException e) {
91 } catch (ReadOnlyBufferException expected) {
97 } catch (ReadOnlyBufferException expected) {
103 } catch (ReadOnlyBufferException expected) {
113 } catch (ReadOnlyBufferException expected) {
118 } catch (ReadOnlyBufferException expected) {
124 } catch (ReadOnlyBufferException expected) {
  /libcore/luni/src/test/java/libcore/java/nio/
NoArrayTest.java 20 import java.nio.ReadOnlyBufferException;
36 } catch (ReadOnlyBufferException expected) {
42 } catch (ReadOnlyBufferException expected) {

Completed in 192 milliseconds

1 2 3