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

1 2 3 4

  /libcore/luni/src/main/java/java/nio/
BufferUnderflowException.java 20 * A <code>BufferUnderflowException</code> is thrown when elements are read
23 public class BufferUnderflowException extends RuntimeException {
28 * Constructs a <code>BufferUnderflowException</code>.
30 public BufferUnderflowException() {
CharSequenceAdapter.java 67 throw new BufferUnderflowException();
82 throw new BufferUnderflowException();
CharArrayBuffer.java 100 throw new BufferUnderflowException();
112 throw new BufferUnderflowException();
DoubleArrayBuffer.java 100 throw new BufferUnderflowException();
112 throw new BufferUnderflowException();
FloatArrayBuffer.java 101 throw new BufferUnderflowException();
113 throw new BufferUnderflowException();
IntArrayBuffer.java 100 throw new BufferUnderflowException();
112 throw new BufferUnderflowException();
LongArrayBuffer.java 100 throw new BufferUnderflowException();
112 throw new BufferUnderflowException();
ShortArrayBuffer.java 100 throw new BufferUnderflowException();
112 throw new BufferUnderflowException();
ByteArrayBuffer.java 152 throw new BufferUnderflowException();
165 throw new BufferUnderflowException();
196 throw new BufferUnderflowException();
211 throw new BufferUnderflowException();
226 throw new BufferUnderflowException();
DirectByteBuffer.java 164 throw new BufferUnderflowException();
179 throw new BufferUnderflowException();
196 throw new BufferUnderflowException();
213 throw new BufferUnderflowException();
230 throw new BufferUnderflowException();
247 throw new BufferUnderflowException();
264 throw new BufferUnderflowException();
Buffer.java 171 throw new BufferUnderflowException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
BufferUnderflowExceptionTest.java 19 import java.nio.BufferUnderflowException;
26 * Tests for BufferUnderflowException
35 SerializationTest.verifySelf(new BufferUnderflowException());
43 SerializationTest.verifyGolden(this, new BufferUnderflowException());
47 *@tests {@link java.nio.BufferUnderflowException#BufferUnderflowException()}
50 BufferUnderflowException exception = new BufferUnderflowException();
MappedByteBufferTest.java 25 import java.nio.BufferUnderflowException;
94 fail("Calling MappedByteBuffer.get() on empty buffer should throw a BufferUnderflowException");
96 catch (BufferUnderflowException e)
DoubleBufferTest.java 21 import java.nio.BufferUnderflowException;
278 } catch (BufferUnderflowException e) {
298 } catch (BufferUnderflowException e) {
313 } catch (BufferUnderflowException e) {
352 } catch (BufferUnderflowException expected) {
FloatBufferTest.java 21 import java.nio.BufferUnderflowException;
268 } catch (BufferUnderflowException e) {
288 } catch (BufferUnderflowException e) {
311 } catch (BufferUnderflowException e) {
350 } catch (BufferUnderflowException expected) {
  /libcore/luni/src/main/java/java/nio/charset/
CoderResult.java 20 import java.nio.BufferUnderflowException;
208 * @throws BufferUnderflowException
219 public void throwException() throws BufferUnderflowException,
224 throw new BufferUnderflowException();
CharsetDecoder.java 20 import java.nio.BufferUnderflowException;
293 * method threw an <code>BufferUnderflowException</code> or
309 } catch (BufferUnderflowException ex) {
CharsetEncoder.java 20 import java.nio.BufferUnderflowException;
355 * method threw an <code>BufferUnderflowException</code> or
356 * <code>BufferUnderflowException</code>.
371 } catch (BufferUnderflowException ex) {
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 21 import java.nio.BufferUnderflowException;
169 } catch (BufferUnderflowException e) {
190 } catch (BufferUnderflowException e) {
215 } catch (BufferUnderflowException e) {
235 } catch (BufferUnderflowException e) {
250 } catch (BufferUnderflowException e) {
263 } catch (BufferUnderflowException e) {
275 } catch (BufferUnderflowException e) {
288 } catch (BufferUnderflowException e) {
300 } catch (BufferUnderflowException e)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 29 import java.nio.BufferUnderflowException;
75 } catch (BufferUnderflowException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderResultTest.java 20 import java.nio.BufferUnderflowException;
82 } catch (BufferUnderflowException ex) {
236 } catch (BufferUnderflowException ex) {
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 36 import java.nio.BufferUnderflowException;
201 } catch (BufferUnderflowException e) {
213 } catch (BufferUnderflowException e) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverDataParser.java 19 import java.nio.BufferUnderflowException;
354 } catch (BufferUnderflowException e) {
394 } catch (BufferUnderflowException e) {
439 } catch (BufferUnderflowException e) {
  /frameworks/base/core/java/android/util/
EventLog.java 23 import java.nio.BufferUnderflowException;
122 } catch (BufferUnderflowException e) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 32 import java.nio.BufferUnderflowException;
245 } catch (BufferUnderflowException e) {

Completed in 303 milliseconds

1 2 3 4