Home
last modified time | relevance | path

Searched refs:BufferOverflowException (Results 1 – 25 of 56) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DBufferOverflowExceptionTest.java19 import java.nio.BufferOverflowException;
32 SerializationTest.verifySelf(new BufferOverflowException()); in testSerializationSelf()
40 SerializationTest.verifyGolden(this, new BufferOverflowException()); in testSerializationCompatibility()
47 BufferOverflowException exception = new BufferOverflowException(); in test_Constructor()
DWrappedCharBufferTest2.java19 import java.nio.BufferOverflowException;
98 } catch (BufferOverflowException expected) { in testPutcharArrayintint()
DCharBufferTest.java21 import java.nio.BufferOverflowException;
450 } catch (BufferOverflowException e) { in testPutchar()
472 } catch (BufferOverflowException e) { in testPutcharArray()
498 } catch (BufferOverflowException e) { in testPutcharArrayintint()
543 } catch (BufferOverflowException expected) { in testPutcharArrayintint()
576 } catch (BufferOverflowException e) { in testPutCharBuffer()
731 } catch (BufferOverflowException e) { in testPutString()
752 } catch (BufferOverflowException e) { in testPutStringintint()
890 } catch (BufferOverflowException ex) { in testAppendOverFlow()
896 } catch (BufferOverflowException ex) { in testAppendOverFlow()
[all …]
DShortBufferTest.java20 import java.nio.BufferOverflowException;
394 } catch (BufferOverflowException e) { in testPutshort()
415 } catch (BufferOverflowException e) { in testPutshortArray()
436 } catch (BufferOverflowException e) { in testPutshortArrayintint()
481 } catch (BufferOverflowException expected) { in testPutshortArrayintint()
507 } catch (BufferOverflowException e) { in testPutShortBuffer()
DIntBufferTest.java20 import java.nio.BufferOverflowException;
407 } catch (BufferOverflowException e) { in testPutint()
428 } catch (BufferOverflowException e) { in testPutintArray()
449 } catch (BufferOverflowException e) { in testPutintArrayintint()
494 } catch (BufferOverflowException expected) { in testPutintArrayintint()
520 } catch (BufferOverflowException e) { in testPutIntBuffer()
DFloatBufferTest.java20 import java.nio.BufferOverflowException;
431 } catch (BufferOverflowException e) { in testPutfloat()
452 } catch (BufferOverflowException e) { in testPutfloatArray()
473 } catch (BufferOverflowException e) { in testPutfloatArrayintint()
518 } catch (BufferOverflowException expected) { in testPutfloatArrayintint()
544 } catch (BufferOverflowException e) { in testPutFloatBuffer()
DLongBufferTest.java20 import java.nio.BufferOverflowException;
408 } catch (BufferOverflowException e) { in testPutlong()
429 } catch (BufferOverflowException e) { in testPutlongArray()
450 } catch (BufferOverflowException e) { in testPutlongArrayintint()
501 } catch (BufferOverflowException expected) { in testPutlongArrayintint()
527 } catch (BufferOverflowException e) { in testPutLongBuffer()
DDoubleBufferTest.java20 import java.nio.BufferOverflowException;
442 } catch (BufferOverflowException e) {
464 } catch (BufferOverflowException e) {
479 } catch (BufferOverflowException e) {
524 } catch (BufferOverflowException expected) {
551 } catch (BufferOverflowException e) {
DByteBufferTest.java21 import java.nio.BufferOverflowException;
556 } catch (BufferOverflowException e) { in testPutbyte()
587 } catch (BufferOverflowException e) { in testPutbyteArray()
617 } catch (BufferOverflowException e) { in testPutbyteArrayintint()
706 } catch (BufferOverflowException e) { in testPutByteBuffer()
752 } catch (BufferOverflowException e) { in testPutByteBuffer()
1285 } catch (BufferOverflowException e) { in testPutChar()
1440 } catch (BufferOverflowException e) { in testPutDouble()
1583 } catch (BufferOverflowException e) { in testPutFloat()
1725 } catch (BufferOverflowException e) { in testPutInt()
[all …]
/libcore/ojluni/src/main/java/java/nio/
DBufferOverflowException.java40 public class BufferOverflowException class
49 public BufferOverflowException() { } in BufferOverflowException() method in BufferOverflowException
DHeapCharBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
390 throw new BufferOverflowException(); in put()
DHeapIntBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
DHeapFloatBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
DHeapShortBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
DHeapLongBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
DHeapDoubleBuffer.java302 throw new BufferOverflowException(); in put()
329 throw new BufferOverflowException(); in put()
337 throw new BufferOverflowException(); in put()
DBuffer.java734 throw new BufferOverflowException();
742 throw new BufferOverflowException();
DCharBuffer.java1035 throw new BufferOverflowException(); in put()
1298 throw new BufferOverflowException(); in put()
1534 throw new BufferOverflowException(); in put()
DFloatBuffer.java1035 throw new BufferOverflowException(); in put()
1298 throw new BufferOverflowException(); in put()
DLongBuffer.java1035 throw new BufferOverflowException(); in put()
1298 throw new BufferOverflowException(); in put()
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java28 import java.nio.BufferOverflowException;
273 case CR_OVERFLOW: throw new BufferOverflowException(); in throwException()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetDecoder2Test.java20 import java.nio.BufferOverflowException;
160 throw new BufferOverflowException(); in decodeLoop()
174 throw new BufferOverflowException(); in encodeLoop()
DCoderResultTest.java19 import java.nio.BufferOverflowException;
62 } catch (BufferOverflowException ex) { in testConstants()
230 } catch (BufferOverflowException ex) { in testThrowException()
DCharsetEncoder2Test.java20 import java.nio.BufferOverflowException;
150 throw new BufferOverflowException(); in encodeLoop()
/libcore/luni/src/test/java/libcore/java/nio/
DOldAndroidNIOTest.java20 import java.nio.BufferOverflowException;
121 } catch (BufferOverflowException e) { in byteBufferTest()
133 } catch (BufferOverflowException e) { in byteBufferTest()
436 } catch (BufferOverflowException e) { in shortBufferTest()
540 } catch (BufferOverflowException e) { in intBufferTest()
644 } catch (BufferOverflowException e) { in floatBufferTest()

123