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

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/java/nio/
BufferOverflowException.java 40 public class BufferOverflowException
48 public BufferOverflowException() {
HeapCharBuffer.java 161 throw new BufferOverflowException();
178 throw new BufferOverflowException();
186 throw new BufferOverflowException();
HeapDoubleBuffer.java 156 throw new BufferOverflowException();
173 throw new BufferOverflowException();
181 throw new BufferOverflowException();
HeapFloatBuffer.java 155 throw new BufferOverflowException();
172 throw new BufferOverflowException();
180 throw new BufferOverflowException();
HeapIntBuffer.java 156 throw new BufferOverflowException();
173 throw new BufferOverflowException();
181 throw new BufferOverflowException();
HeapLongBuffer.java 157 throw new BufferOverflowException();
174 throw new BufferOverflowException();
182 throw new BufferOverflowException();
HeapShortBuffer.java 156 throw new BufferOverflowException();
173 throw new BufferOverflowException();
181 throw new BufferOverflowException();
Buffer.java 68 * BufferOverflowException}; in either case, no data is transferred. </p>
501 * BufferOverflowException} if it is not smaller than the limit, and then
508 throw new BufferOverflowException();
514 throw new BufferOverflowException();
DoubleBuffer.java 257 * @throws BufferOverflowException If this buffer's current position is not smaller than its
371 * BufferOverflowException} is thrown.
391 * @throws BufferOverflowException If there is insufficient space in this buffer
401 throw new BufferOverflowException();
414 * doubles are transferred and a {@link BufferOverflowException} is
440 * @throws BufferOverflowException If there is insufficient space in this buffer
449 throw new BufferOverflowException();
468 * @throws BufferOverflowException If there is insufficient space in this buffer
FloatBuffer.java 258 * @throws BufferOverflowException If this buffer's current position is not smaller than its
372 * BufferOverflowException} is thrown.
392 * @throws BufferOverflowException If there is insufficient space in this buffer
402 throw new BufferOverflowException();
415 * floats are transferred and a {@link BufferOverflowException} is
441 * @throws BufferOverflowException If there is insufficient space in this buffer
450 throw new BufferOverflowException();
469 * @throws BufferOverflowException If there is insufficient space in this buffer
IntBuffer.java 260 * @throws BufferOverflowException If this buffer's current position is not smaller than its
374 * BufferOverflowException} is thrown.
394 * @throws BufferOverflowException If there is insufficient space in this buffer
404 throw new BufferOverflowException();
417 * ints are transferred and a {@link BufferOverflowException} is
443 * @throws BufferOverflowException If there is insufficient space in this buffer
452 throw new BufferOverflowException();
471 * @throws BufferOverflowException If there is insufficient space in this buffer
LongBuffer.java 258 * @throws BufferOverflowException If this buffer's current position is not smaller than its
372 * BufferOverflowException} is thrown.
392 * @throws BufferOverflowException If there is insufficient space in this buffer
402 throw new BufferOverflowException();
415 * longs are transferred and a {@link BufferOverflowException} is
441 * @throws BufferOverflowException If there is insufficient space in this buffer
450 throw new BufferOverflowException();
469 * @throws BufferOverflowException If there is insufficient space in this buffer
ShortBuffer.java 259 * @throws BufferOverflowException If this buffer's current position is not smaller than its
373 * BufferOverflowException} is thrown.
393 * @throws BufferOverflowException If there is insufficient space in this buffer
403 throw new BufferOverflowException();
416 * shorts are transferred and a {@link BufferOverflowException} is
442 * @throws BufferOverflowException If there is insufficient space in this buffer
451 throw new BufferOverflowException();
470 * @throws BufferOverflowException If there is insufficient space in this buffer
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
BufferOverflowExceptionTest.java 19 import java.nio.BufferOverflowException;
32 SerializationTest.verifySelf(new BufferOverflowException());
40 SerializationTest.verifyGolden(this, new BufferOverflowException());
44 *@tests {@link java.nio.BufferOverflowException#BufferOverflowException()}
47 BufferOverflowException exception = new BufferOverflowException();
WrappedCharBufferTest2.java 19 import java.nio.BufferOverflowException;
96 fail("Should throw BufferOverflowException"); //$NON-NLS-1$
98 } catch (BufferOverflowException expected) {
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
ByteBufferSink.java 21 import java.nio.BufferOverflowException;
43 } catch (BufferOverflowException e) {
54 } catch (BufferOverflowException e) {
RandomAccessFileDataSource.java 23 import java.nio.BufferOverflowException;
123 throw new BufferOverflowException();
  /art/test/070-nio-buffer/src/
Main.java 17 import java.nio.BufferOverflowException;
62 } catch (BufferOverflowException boe) {
78 } catch (BufferOverflowException boe) {
85 * BufferOverflowException, floats work.
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 26 import java.nio.BufferOverflowException;
328 throw new BufferOverflowException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 20 import java.nio.BufferOverflowException;
150 throw new BufferOverflowException();
CharsetDecoder2Test.java 20 import java.nio.BufferOverflowException;
160 throw new BufferOverflowException();
174 throw new BufferOverflowException();
  /libcore/ojluni/src/main/java/java/nio/charset/
CoderResult.java 264 * @throws BufferOverflowException
280 case CR_OVERFLOW: throw new BufferOverflowException();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 6 import java.nio.BufferOverflowException;
176 throw new BufferOverflowException();
184 throw new BufferOverflowException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java 5 import java.nio.BufferOverflowException;
179 throw new BufferOverflowException();
187 throw new BufferOverflowException();
  /frameworks/base/wifi/java/android/net/wifi/aware/
TlvBufferUtils.java 23 import java.nio.BufferOverflowException;
293 throw new BufferOverflowException();
351 throw new BufferOverflowException();

Completed in 2134 milliseconds

1 2 3 4 5 6 7 8