HomeSort by relevance Sort by last modified time
    Searched refs:OutOfSpaceException (Results 1 - 6 of 6) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 69 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
79 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
305 // OutOfSpaceException instead.
307 throw new OutOfSpaceException(oldPosition + minLengthVarIntSize, buffer.limit());
320 final OutOfSpaceException outOfSpaceException = new OutOfSpaceException(buffer.position(),
322 outOfSpaceException.initCause(e);
323 throw outOfSpaceException;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 98 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
108 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
762 throw new OutOfSpaceException();
814 public static class OutOfSpaceException extends IOException {
817 OutOfSpaceException() {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 112 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
123 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 3288 milliseconds