Home
last modified time | relevance | path

Searched refs:BufferUnderflowException (Results 1 – 25 of 39) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DBufferUnderflowExceptionTest.java19 import java.nio.BufferUnderflowException;
35 SerializationTest.verifySelf(new BufferUnderflowException()); in testSerializationSelf()
43 SerializationTest.verifyGolden(this, new BufferUnderflowException()); in testSerializationCompatibility()
50 BufferUnderflowException exception = new BufferUnderflowException(); in test_Constructor()
DMappedByteBufferTest.java25 import java.nio.BufferUnderflowException;
96 catch (BufferUnderflowException e) in testEmptyBuffer()
DDoubleBufferTest.java21 import java.nio.BufferUnderflowException;
278 } catch (BufferUnderflowException e) { in testGet()
298 } catch (BufferUnderflowException e) { in testGetdoubleArray()
313 } catch (BufferUnderflowException e) { in testGetdoubleArrayintint()
352 } catch (BufferUnderflowException expected) { in testGetdoubleArrayintint()
DFloatBufferTest.java21 import java.nio.BufferUnderflowException;
268 } catch (BufferUnderflowException e) { in testGet()
288 } catch (BufferUnderflowException e) { in testGetfloatArray()
311 } catch (BufferUnderflowException e) { in testGetfloatArrayintint()
350 } catch (BufferUnderflowException expected) { in testGetfloatArrayintint()
DIntBufferTest.java21 import java.nio.BufferUnderflowException;
248 } catch (BufferUnderflowException e) { in testGet()
268 } catch (BufferUnderflowException e) { in testGetintArray()
289 } catch (BufferUnderflowException e) { in testGetintArrayintint()
328 } catch (BufferUnderflowException expected) { in testGetintArrayintint()
DShortBufferTest.java21 import java.nio.BufferUnderflowException;
247 } catch (BufferUnderflowException e) { in testGet()
267 } catch (BufferUnderflowException e) { in testGetshortArray()
282 } catch (BufferUnderflowException e) { in testGetshortArrayintint()
315 } catch (BufferUnderflowException expected) { in testGetshortArrayintint()
DLongBufferTest.java21 import java.nio.BufferUnderflowException;
248 } catch (BufferUnderflowException e) { in testGet()
268 } catch (BufferUnderflowException e) { in testGetlongArray()
290 } catch (BufferUnderflowException e) { in testGetlongArrayintint()
329 } catch (BufferUnderflowException expected) { in testGetlongArrayintint()
/libcore/ojluni/src/main/java/java/nio/
DBufferUnderflowException.java40 public class BufferUnderflowException class
48 public BufferUnderflowException() { in BufferUnderflowException() method in BufferUnderflowException
DBuffer.java487 throw new BufferUnderflowException(); in nextGetIndex()
493 throw new BufferUnderflowException(); in nextGetIndex()
DByteBufferAsShortBuffer.java101 throw new BufferUnderflowException(); in get()
DByteBufferAsDoubleBuffer.java103 throw new BufferUnderflowException(); in get()
DByteBufferAsFloatBuffer.java102 throw new BufferUnderflowException(); in get()
DByteBufferAsIntBuffer.java102 throw new BufferUnderflowException(); in get()
DByteBufferAsLongBuffer.java102 throw new BufferUnderflowException(); in get()
DHeapFloatBuffer.java119 throw new BufferUnderflowException(); in get()
DHeapIntBuffer.java120 throw new BufferUnderflowException(); in get()
DHeapDoubleBuffer.java120 throw new BufferUnderflowException(); in get()
DHeapLongBuffer.java121 throw new BufferUnderflowException(); in get()
DHeapShortBuffer.java120 throw new BufferUnderflowException(); in get()
DByteBufferAsCharBuffer.java102 throw new BufferUnderflowException(); in get()
/libcore/luni/src/test/java/libcore/java/nio/
DOldAndroidNIOTest.java21 import java.nio.BufferUnderflowException;
169 } catch (BufferUnderflowException e) { in byteBufferTest()
190 } catch (BufferUnderflowException e) { in byteBufferTest()
215 } catch (BufferUnderflowException e) { in byteBufferTest()
235 } catch (BufferUnderflowException e) { in byteBufferTest()
250 } catch (BufferUnderflowException e) { in byteBufferTest()
263 } catch (BufferUnderflowException e) { in byteBufferTest()
275 } catch (BufferUnderflowException e) { in byteBufferTest()
288 } catch (BufferUnderflowException e) { in byteBufferTest()
300 } catch (BufferUnderflowException e) { in byteBufferTest()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCoderResultTest.java20 import java.nio.BufferUnderflowException;
82 } catch (BufferUnderflowException ex) { in testConstants()
236 } catch (BufferUnderflowException ex) { in testThrowException()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java35 import java.nio.BufferUnderflowException;
576 } catch (BufferUnderflowException x) { in decode()
DCoderResult.java279 case CR_UNDERFLOW: throw new BufferUnderflowException(); in throwException()
DCharsetEncoder.java35 import java.nio.BufferUnderflowException;
594 } catch (BufferUnderflowException x) { in encode()

12